Home
last modified time | relevance | path

Searched defs:fieldname (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto359 optional int32 fieldname = 1 [(fieldopt) = { s:'FieldAnnotation' }]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto359 optional int32 fieldname = 1 [(fieldopt) = { s:'FieldAnnotation' }]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_custom_options.proto375 optional int32 fieldname = 1 [(fieldopt) = { s:'FieldAnnotation' }]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1368 const string& fieldname = FieldName(field); in GenerateClassDefinition() local
2452 const string fieldname = FieldName(field); in GenerateClear() local