Home
last modified time | relevance | path

Searched refs:fieldname (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md196 If true, generates a public boolean variable has\<fieldname\>
223 4 accessors, namely get\<fieldname\>(), set\<fieldname\>(), has\<fieldname\>()
224 and clear\<fieldname\>() methods, with the standard semantics. The hazzer's
/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
1371 fieldname_to_chunk[fieldname])) { in GenerateClassDefinition()
1374 runs_of_fields_.back().push_back(fieldname); in GenerateClassDefinition()
2452 const string fieldname = FieldName(field); in GenerateClear() local
2481 if (handled.count(fieldname) > 0) continue; in GenerateClear()
2494 printer->Print("if (has_$name$()) {\n", "name", fieldname); in GenerateClear()
2500 printer->Print("clear_$name$();\n", "name", fieldname); in GenerateClear()
/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