Home
last modified time | relevance | path

Searched defs:uncommonType (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/runtime/
H A Dtype.go28 *uncommonType anonMember
40 type uncommonType struct { struct
41 name *string
42 pkgPath *string
43 methods []_method
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/runtime/
H A Dtype.go28 *uncommonType anonMember
40 type uncommonType struct { struct
41 name *string
42 pkgPath *string
43 methods []_method
/dports/lang/gcc48/gcc-4.8.5/libgo/go/runtime/
H A Dtype.go28 *uncommonType anonMember
40 type uncommonType struct { struct
41 name *string
42 pkgPath *string
43 methods []_method
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Support/
H A DJSONTest.cpp189 "valid": 1,
190 invalid: 2
191 })");
192 ExpectErr("Invalid UTF-8 sequence", "\"\xC0\x80\""); // WTF-8 null
195 // Direct tests of isUTF8 and fixUTF8. Internal uses are also tested elsewhere.
199 "thïs tëxt häs BMP chäräctërs",
203 EXPECT_EQ(fixUTF8(Valid), Valid);
/dports/lang/gcc10/gcc-10.3.0/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
266 func (t *uncommonType) exportedMethods() []method {
291 func (t *uncommonType) uncommon() *uncommonType {
295 func (t *uncommonType) PkgPath() string {
302 func (t *uncommonType) Name() string {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
304 func (t *uncommonType) exportedMethods() []method {
329 func (t *uncommonType) uncommon() *uncommonType {
333 func (t *uncommonType) PkgPath() string {
340 func (t *uncommonType) Name() string {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
304 func (t *uncommonType) exportedMethods() []method {
329 func (t *uncommonType) uncommon() *uncommonType {
333 func (t *uncommonType) PkgPath() string {
340 func (t *uncommonType) Name() string {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
304 func (t *uncommonType) exportedMethods() []method {
329 func (t *uncommonType) uncommon() *uncommonType {
333 func (t *uncommonType) PkgPath() string {
340 func (t *uncommonType) Name() string {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
266 func (t *uncommonType) exportedMethods() []method {
291 func (t *uncommonType) uncommon() *uncommonType {
295 func (t *uncommonType) PkgPath() string {
302 func (t *uncommonType) Name() string {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
304 func (t *uncommonType) exportedMethods() []method {
329 func (t *uncommonType) uncommon() *uncommonType {
333 func (t *uncommonType) PkgPath() string {
340 func (t *uncommonType) Name() string {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/internal/reflectlite/
H A Dtype.go140 *uncommonType // (relatively) uncommon fields anonMember
157 type uncommonType struct { struct
158 name *string // name of type
159 pkgPath *string // import path; nil for built-in types like int, string
160 methods []method // methods associated with type
266 func (t *uncommonType) exportedMethods() []method {
291 func (t *uncommonType) uncommon() *uncommonType {
295 func (t *uncommonType) PkgPath() string {
302 func (t *uncommonType) Name() string {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/reflect/
H A Dtype.go250 *uncommonType // (relatively) uncommon fields anonMember
267 type uncommonType struct { struct
268 name *string // name of type
269 pkgPath *string // import path; nil for built-in types like int, string
270 methods []method // methods associated with type
414 func (t *uncommonType) uncommon() *uncommonType {
418 func (t *uncommonType) PkgPath() string {
425 func (t *uncommonType) Name() string {
472 func (t *uncommonType) Method(i int) (m Method) {
494 func (t *uncommonType) NumMethod() int {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go189 type uncommonType struct { struct
190 pkgPath nameOff
191 mcount uint16
192 xcount uint16
193 moff uint32
195 _methods []method
198 func (t *uncommonType) methods() []method {
202 func (t *uncommonType) exportedMethods() []method {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go172 type uncommonType struct { struct
173 pkgPath nameOff
174 mcount uint16
175 _ uint16
176 moff uint32
177 _ uint32
179 _methods []method
182 func (t *uncommonType) methods() []method {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go189 type uncommonType struct { struct
190 pkgPath nameOff
191 mcount uint16
192 xcount uint16
193 moff uint32
195 _methods []method
198 func (t *uncommonType) methods() []method {
202 func (t *uncommonType) exportedMethods() []method {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go189 type uncommonType struct { struct
190 pkgPath nameOff
191 mcount uint16
192 xcount uint16
193 moff uint32
195 _methods []method
198 func (t *uncommonType) methods() []method {
202 func (t *uncommonType) exportedMethods() []method {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go189 type uncommonType struct { struct
190 pkgPath nameOff
191 mcount uint16
192 xcount uint16
193 moff uint32
195 _methods []method
198 func (t *uncommonType) methods() []method {
202 func (t *uncommonType) exportedMethods() []method {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/gopherjs/gopherjs/compiler/natives/src/reflect/
H A Dreflect.go189 type uncommonType struct { struct
190 pkgPath nameOff
191 mcount uint16
192 xcount uint16
193 moff uint32
195 _methods []method
198 func (t *uncommonType) methods() []method {
202 func (t *uncommonType) exportedMethods() []method {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/internal/reflectlite/
H A Dtype.go178 type uncommonType struct { struct
179 pkgPath nameOff // import path; empty for built-in types like int, string
180 mcount uint16 // number of methods
181 xcount uint16 // number of exported methods
182 moff uint32 // offset from this uncommontype to [mcount]method
183 _ uint32 // unused
386 func (t *uncommonType) methods() []method {
393 func (t *uncommonType) exportedMethods() []method {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/reflectlite/
H A Dtype.go181 type uncommonType struct { struct
182 pkgPath nameOff // import path; empty for built-in types like int, string
183 mcount uint16 // number of methods
184 xcount uint16 // number of exported methods
185 moff uint32 // offset from this uncommontype to [mcount]method
186 _ uint32 // unused
433 func (t *uncommonType) methods() []method {
440 func (t *uncommonType) exportedMethods() []method {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/reflect/
H A Dtype.go250 *uncommonType // (relatively) uncommon fields anonMember
267 type uncommonType struct { struct
268 name *string // name of type
269 pkgPath *string // import path; nil for built-in types like int, string
270 methods []method // methods associated with type
436 func (t *uncommonType) uncommon() *uncommonType {
440 func (t *uncommonType) PkgPath() string {
447 func (t *uncommonType) Name() string {
494 func (t *uncommonType) Method(i int) (m Method) {
516 func (t *uncommonType) NumMethod() int {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/reflect/
H A Dtype.go258 *uncommonType // (relatively) uncommon fields anonMember
275 type uncommonType struct { struct
276 name *string // name of type
277 pkgPath *string // import path; nil for built-in types like int, string
278 methods []method // methods associated with type
445 func (t *uncommonType) uncommon() *uncommonType {
449 func (t *uncommonType) PkgPath() string {
456 func (t *uncommonType) Name() string {
503 func (t *uncommonType) Method(i int) (m Method) {
525 func (t *uncommonType) NumMethod() int {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/reflect/
H A Dtype.go263 *uncommonType // (relatively) uncommon fields anonMember
280 type uncommonType struct { struct
281 name *string // name of type
282 pkgPath *string // import path; nil for built-in types like int, string
283 methods []method // methods associated with type
448 func (t *uncommonType) uncommon() *uncommonType {
452 func (t *uncommonType) PkgPath() string {
459 func (t *uncommonType) Name() string {
508 func (t *uncommonType) Method(i int) (m Method) {
530 func (t *uncommonType) NumMethod() int {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/reflect/
H A Dtype.go263 *uncommonType // (relatively) uncommon fields anonMember
280 type uncommonType struct { struct
281 name *string // name of type
282 pkgPath *string // import path; nil for built-in types like int, string
283 methods []method // methods associated with type
448 func (t *uncommonType) uncommon() *uncommonType {
452 func (t *uncommonType) PkgPath() string {
459 func (t *uncommonType) Name() string {
508 func (t *uncommonType) Method(i int) (m Method) {
530 func (t *uncommonType) NumMethod() int {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/reflect/
H A Dtype.go263 *uncommonType // (relatively) uncommon fields anonMember
280 type uncommonType struct { struct
281 name *string // name of type
282 pkgPath *string // import path; nil for built-in types like int, string
283 methods []method // methods associated with type
448 func (t *uncommonType) uncommon() *uncommonType {
452 func (t *uncommonType) PkgPath() string {
459 func (t *uncommonType) Name() string {
508 func (t *uncommonType) Method(i int) (m Method) {
530 func (t *uncommonType) NumMethod() int {
[all …]

12