HomeSort by relevance Sort by last modified time
    Searched defs:implements (Results 1 - 5 of 5) sorted by null

  /external/doclava/res/assets/templates-sdk/
class.cs 242 implements package
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 768 // 3. dst is an interface type and src implements dst.
772 if implements(src, dst, &missing, &have, &ptr) {
812 if why != nil && implements(dst, src, &missing, &have, &ptr) {
1900 func implements(t, iface *Type, m, samename **Field, ptr *int) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 768 // 3. dst is an interface type and src implements dst.
772 if implements(src, dst, &missing, &have, &ptr) {
812 if why != nil && implements(dst, src, &missing, &have, &ptr) {
1900 func implements(t, iface *Type, m, samename **Field, ptr *int) bool { func
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 5 // Package reflect implements run-time reflection, allowing a program to
93 // Implements reports whether the type implements the interface type u.
94 Implements(u Type) bool
1527 func implements(T, V *rtype) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 5 // Package reflect implements run-time reflection, allowing a program to
93 // Implements reports whether the type implements the interface type u.
94 Implements(u Type) bool
1527 func implements(T, V *rtype) bool { func
    [all...]

Completed in 617 milliseconds