Home
last modified time | relevance | path

Searched defs:struct_field (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto30 google.protobuf.Struct struct_field = 7; field
54 repeated google.protobuf.Struct struct_field = 7; field
77 google.protobuf.Struct struct_field = 7; field
102 map<int32,google.protobuf.Struct> struct_field = 7; field
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
Dtranslate.py121 def StructFieldToDict(struct_field): argument