Lines Matching defs:Type

9 type Type struct{}  struct
13 func rtype_Align(*Type) int
15 func (t *Type) Align() int {
21 func rtype_FieldAlign(*Type) int
23 func (t *Type) FieldAlign() int {
29 func rtype_Method(*Type, int) reflect.Method
31 func (t *Type) Method(a0 int) reflect.Method {
37 func rtype_MethodByName(*Type, string) (reflect.Method, bool)
39 func (t *Type) MethodByName(a0 string) (reflect.Method, bool) {
45 func rtype_NumMethod(*Type) int
47 func (t *Type) NumMethod() int {
53 func rtype_Name(*Type) string
55 func (t *Type) Name() string {
61 func rtype_PkgPath(*Type) string
63 func (t *Type) PkgPath() string {
69 func rtype_Size(*Type) uintptr
71 func (t *Type) Size() uintptr {
77 func rtype_String(*Type) string
79 func (t *Type) String() string {
85 func rtype_Kind(*Type) reflect.Kind
87 func (t *Type) Kind() reflect.Kind {
93 func rtype_Implements(*Type, reflect.Type) bool
95 func (t *Type) Implements(u reflect.Type) bool {
101 func rtype_AssignableTo(*Type, reflect.Type) bool
103 func (t *Type) AssignableTo(u reflect.Type) bool {
109 func rtype_ConvertibleTo(*Type, reflect.Type) bool
111 func (t *Type) ConvertibleTo(u reflect.Type) bool {
117 func rtype_Comparable(*Type) bool
119 func (t *Type) Comparable() bool {
125 func rtype_Bits(*Type) int
127 func (t *Type) Bits() int {
133 func rtype_ChanDir(*Type) reflect.ChanDir
135 func (t *Type) ChanDir() reflect.ChanDir {
141 func rtype_IsVariadic(*Type) bool
143 func (t *Type) IsVariadic() bool {
149 func rtype_Elem(*Type) reflect.Type
151 func (t *Type) Elem() *Type {
157 func rtype_Field(*Type, int) reflect.StructField
159 func (t *Type) Field(i int) reflect.StructField {
165 func rtype_FieldByIndex(*Type, []int) reflect.StructField
167 func (t *Type) FieldByIndex(index []int) reflect.StructField {
173 func rtype_FieldByName(*Type, string) (reflect.StructField, bool)
175 func (t *Type) FieldByName(name string) (reflect.StructField, bool) {
181 func rtype_FieldByNameFunc(*Type, func(string) bool) (reflect.StructField, bool)
183 func (t *Type) FieldByNameFunc(match func(string) bool) (reflect.StructField, bool) {
189 func rtype_In(*Type, int) reflect.Type
191 func (t *Type) In(i int) reflect.Type {
197 func rtype_Key(*Type) reflect.Type
199 func (t *Type) Key() *Type {
205 func rtype_Len(*Type) int
207 func (t *Type) Len() int {
213 func rtype_NumField(*Type) int
215 func (t *Type) NumField() int {
221 func rtype_NumIn(*Type) int
223 func (t *Type) NumIn() int {
229 func rtype_NumOut(*Type) int
231 func (t *Type) NumOut() int {
237 func rtype_Out(*Type, int) reflect.Type
241 func PtrTo(*Type) *Type
243 func (t *Type) Out(i int) reflect.Type {
249 func IfaceIndir(*Type) bool
253 func RType2Type(t *Type) reflect.Type
261 func Type2RType(t reflect.Type) *Type {