Home
last modified time | relevance | path

Searched defs:StructField (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/blueprint/proptools/
H A Dfilter.go39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int,
127 func fieldToTypeNameSize(field reflect.StructField, withType bool) int {
H A Dextend.go165 dstField, srcField reflect.StructField,
171 dstField, srcField reflect.StructField,
177 dstField, srcField reflect.StructField,
H A Dtag.go24 func HasTag(field reflect.StructField, name, value string) bool {
/aosp12/build/soong/bp2build/
H A Dconversion.go133 func shouldSkipStructField(field reflect.StructField) bool {
/aosp12/system/bt/gd/packet/parser/fields/
H A Dstruct_field.cc22 StructField::StructField(std::string name, std::string type_name, Size size, ParseLocation loc) in StructField() function in StructField
/aosp12/build/soong/android/
H A Darch.go936 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) {