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

  /frameworks/support/room/common/src/main/java/androidx/room/
Embedded.java 40 * {@literal @}Embedded
57 * If sub fields of an embedded field has {@link PrimaryKey} annotation, they <b>will not</b> be
60 * When an embedded field is read, if all fields of the embedded field (and its sub fields) are
65 * {@code non-null} value, if all columns of the embedded field in the
67 * and the embedded field will not be constructed.
69 * You can override this behavior by annotating the embedded field with
74 public @interface Embedded {
76 * Specifies a prefix to prepend the column names of the fields in the embedded fields.
80 * {@literal @}Embedded(prefix = "foo_"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 153 *Embedded
158 type Embedded struct{}
162 func (*Embedded) OnEmbedded() {}
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 153 *Embedded
158 type Embedded struct{}
162 func (*Embedded) OnEmbedded() {}
  /prebuilts/go/darwin-x86/src/go/types/
type.go 244 embeddeds []*Named // ordered list of explicitly embedded types
246 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset)
256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types.
293 // NumEmbeddeds returns the number of embedded types in interface t.
296 // Embedded returns the i'th embedded type of interface t for 0 <= i < t.NumEmbeddeds().
298 func (t *Interface) Embedded(i int) *Named { return t.embeddeds[i] }
311 // NewInterface after the interface's embedded types are fully defined and
  /prebuilts/go/linux-x86/src/go/types/
type.go 244 embeddeds []*Named // ordered list of explicitly embedded types
246 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset)
256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types.
293 // NumEmbeddeds returns the number of embedded types in interface t.
296 // Embedded returns the i'th embedded type of interface t for 0 <= i < t.NumEmbeddeds().
298 func (t *Interface) Embedded(i int) *Named { return t.embeddeds[i] }
311 // NewInterface after the interface's embedded types are fully defined and
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-alpha10/
common-1.0.0-alpha10.jar 
  /packages/apps/Car/Radio/libs/android-arch/room/
common-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0/
common-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-rc1/
common-1.0.0-rc1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/persistence/room/common/28.0.0/
common-28.0.0.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 99 _, nodeEmbedded // ODCLFIELD embedded type
127 func (n *Node) Embedded() bool { return n.flags&nodeEmbedded != 0 }
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 99 _, nodeEmbedded // ODCLFIELD embedded type
127 func (n *Node) Embedded() bool { return n.flags&nodeEmbedded != 0 }
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 

Completed in 256 milliseconds