Searched defs:StructField (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/blueprint/proptools/ |
H A D | filter.go | 39 func filterPropertyStructFields(fields []reflect.StructField, prefix string, maxTypeNameSize int, 127 func fieldToTypeNameSize(field reflect.StructField, withType bool) int {
|
H A D | extend.go | 165 dstField, srcField reflect.StructField, 171 dstField, srcField reflect.StructField, 177 dstField, srcField reflect.StructField,
|
H A D | tag.go | 24 func HasTag(field reflect.StructField, name, value string) bool {
|
/aosp12/build/soong/bp2build/ |
H A D | conversion.go | 133 func shouldSkipStructField(field reflect.StructField) bool {
|
/aosp12/system/bt/gd/packet/parser/fields/ |
H A D | struct_field.cc | 22 StructField::StructField(std::string name, std::string type_name, Size size, ParseLocation loc) in StructField() function in StructField
|
/aosp12/build/soong/android/ |
H A D | arch.go | 936 func filterArchStruct(field reflect.StructField, prefix string) (bool, reflect.StructField) {
|