Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 33) sorted by relevance

12

/build/blueprint/proptools/
Dproptools.go117 func isStruct(t reflect.Type) bool {
121 func isStructPtr(t reflect.Type) bool {
125 func isSlice(t reflect.Type) bool {
129 func isSliceOfStruct(t reflect.Type) bool {
133 func isMapOfStruct(t reflect.Type) bool {
Dfilter.go144 func FilterPropertyStruct(prop reflect.Type, predicate FilterFieldPredicate) (filteredProp reflect.…
156 func filterPropertyStruct(prop reflect.Type, prefix string, maxNameSize int,
208 func FilterPropertyStructSharded(prop reflect.Type, maxTypeNameSize int, predicate FilterFieldPredi…
Dunpack.go213 func primitiveType(typ parser.Type) bool {
469 func itemValue(f constructItem, property *parser.Property, t reflect.Type) (reflect.Value, bool) {
523 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
Dtag.go53 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
Dclone.go283 func typeFields(typ reflect.Type) []reflect.StructField {
/build/soong/symbol_inject/
Delf.go26 Type() elf.Type methodSpec
44 func (f elfFileWrapper) Type() elf.Type { func
56 func (f mockElfFile) Type() elf.Type { return f.t } func
/build/blueprint/parser/
Dast.go60 Type string member
142 Type() Type methodSpec
182 type Type int type
230 func (x *Operator) Type() Type { func
264 func (x *Variable) Type() Type { return x.Value.Type() } func
314 func (x *Map) Type() Type { return MapType } func
372 func (x *List) Type() Type { return ListType } func
395 func (x *String) Type() Type { func
421 func (x *Int64) Type() Type { func
447 func (x *Bool) Type() Type { func
[all …]
/build/soong/bp2build/
Dbzl_conversion.go156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property {
176 func extractPropertyDescriptions(name string, t reflect.Type) []property {
Dbuild_conversion.go542 func isStructPtr(t reflect.Type) bool {
/build/soong/cmd/symbols_map/symbols_map_proto/
Dsymbols_map.proto31 enum Type { enum
Dsymbols_map.pb.go73 func (Mapping_Type) Type() protoreflect.EnumType { func
109Type *Mapping_Type `protobuf:"varint,3,opt,name=type,enum=symbols_map.Mapping_Type" json:"type,omi… member
/build/soong/mk2rbc/
Dfind_mockfs.go89 func (m myFileInfo) Type() fs.FileMode { func
/build/blueprint/bootstrap/bpdoc/
Dproperties.go187 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
Dbpdoc.go56 Type string member
/build/soong/sdk/
Dbuild_release.go362 func newPropertyPrunerForStructType(structType reflect.Type, selector fieldSelectorFunc) *propertyP…
/build/soong/android/
Dproto.go166 Type *string member
/build/soong/android/soongconfig/
Dmodules.go594 initializeProperties(v reflect.Value, typ reflect.Type)
682 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
/build/soong/androidmk/androidmk/
Dandroidmk.go392 typ bpparser.Type) (bpparser.Expression, error) {
Dandroid.go94 func addStandardProperties(propertyType bpparser.Type, properties map[string]string) {
/build/soong/androidmk/parser/
Dast.go31 Type string member
/build/soong/cmd/pom2mk/
Dpom2mk.go127 Type string `xml:"type"` member
/build/soong/filesystem/
Dfilesystem.go81 Type *string member
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go73 func (MetricsBase_BuildVariant) Type() protoreflect.EnumType { func
138 func (MetricsBase_Arch) Type() protoreflect.EnumType { func
197 func (ModuleTypeInfo_BuildSystem) Type() protoreflect.EnumType { func
256 func (ExpConfigFetcher_ConfigStatus) Type() protoreflect.EnumType { func
/build/soong/tradefed/
Dautogen.go83 Type string member
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go64 func (BundleConfig_BundleType) Type() protoreflect.EnumType { func
123 func (SplitDimension_Value) Type() protoreflect.EnumType { func
150Type BundleConfig_BundleType `protobuf:"varint,8,opt,name=type,proto3,en… member

12