Home
last modified time | relevance | path

Searched refs:StructTag (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dproperties.go221 Tag: reflect.StructTag(tag),
284 func hasTag(tag reflect.StructTag, key, value string) bool { argument
H A Dbpdoc.go57 Tag reflect.StructTag
/aosp12/build/soong/android/
H A Darch.go956 field.Tag = reflect.StructTag(`android:"` + strings.Join(values, ",") + `"`)