Home
last modified time | relevance | path

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

12

/build/blueprint/proptools/
Dproptools.go132 func isStruct(t reflect.Type) bool {
136 func isStructPtr(t reflect.Type) bool {
140 func isSlice(t reflect.Type) bool {
144 func isSliceOfStruct(t reflect.Type) bool {
148 func isStringOrStringPtr(t reflect.Type) bool {
152 func isMapOfStruct(t reflect.Type) bool {
156 func isConfigurable(t reflect.Type) bool {
160 func IsConfigurable(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…
Dtag.go53 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int {
Dclone.go287 func typeFields(typ reflect.Type) []reflect.StructField {
Dunpack.go648 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
Dconfigurable.go309 func configurableCaseType(configuredType reflect.Type) reflect.Type {
327 func configurableType(configuredType reflect.Type) (reflect.Type, error) {
/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
143 Type() Type methodSpec
183 type Type int type
234 func (x *Operator) Type() Type { func
268 func (x *Variable) Type() Type { return x.Value.Type() } func
301 func (x *Map) Type() Type { return MapType } func
395 func (x *List) Type() Type { return ListType } func
418 func (x *String) Type() Type { func
444 func (x *Int64) Type() Type { func
470 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 {
/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/bazel/mkcompare/cmd/
Dmkcompare.go104 Type string member
111 Type string member
/build/soong/cmd/release_config/release_config_proto/
Dbuild_flags_common.pb.go82 func (Workflow) Type() protoreflect.EnumType { func
/build/soong/compliance/project_metadata_proto/
Dproject_metadata.proto108 enum Type { enum
Dproject_metadata.pb.go96 func (LicenseType) Type() protoreflect.EnumType { func
228 func (URL_Type) Type() protoreflect.EnumType { func
457Type *URL_Type `protobuf:"varint,1,opt,name=type,enum=project_metadata.URL_Type" json:"type,omitem… member
/build/soong/mk2rbc/
Dfind_mockfs.go89 func (m myFileInfo) Type() fs.FileMode { func
/build/bazel/mkcompare/
Dmkfile.go19 Type string member
/build/blueprint/bootstrap/bpdoc/
Dproperties.go188 func newPropertyStruct(t *doc.Type) (*PropertyStruct, error) {
Dbpdoc.go56 Type string member
/build/soong/sdk/
Dbuild_release.go391 func newPropertyPrunerForStructType(structType reflect.Type, selector fieldSelectorFunc) *propertyP…
/build/soong/ui/metrics/bp2build_metrics_proto/
Dbp2build_metrics.pb.go96 func (UnconvertedReasonType) Type() protoreflect.EnumType { func
323Type UnconvertedReasonType `protobuf:"varint,1,opt,name=type,proto3,enum=soong_build_bp2build_metr… member
/build/soong/android/soongconfig/
Dmodules.go509 initializeProperties(v reflect.Value, typ reflect.Type)
601 func initializePropertiesWithDefault(v reflect.Value, typ reflect.Type) {
/build/make/tools/protos/
Dmetadata_file.proto101 enum Type { enum
/build/soong/androidmk/androidmk/
Dandroidmk.go392 typ bpparser.Type) (bpparser.Expression, error) {
/build/soong/androidmk/parser/
Dast.go31 Type string member

12