Home
last modified time | relevance | path

Searched defs:nested_field (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_pool_test1.proto52 optional string nested_field = 2 [default = "beta"]; field
61 optional string nested_field = 2 [default = "theta"]; field
82 optional string nested_field = 2 [default = "delta"]; field
91 optional string nested_field = 2 [default = "lambda"]; field
Ddescriptor_pool_test2.proto58 optional string nested_field = 2 [default = "nu"]; field
67 optional string nested_field = 2 [default = "sigma"]; field
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
Dtest.proto113 optional Nested nested_field = 170; field
/frameworks/base/tools/streaming_proto/test/
Dtest.proto119 optional Nested nested_field = 170; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto378 optional int32 nested_field = 1 [(field_opt1) = 1002]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto378 optional int32 nested_field = 1 [(field_opt1) = 1002]; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_custom_options.proto394 optional int32 nested_field = 1 [(field_opt1) = 1002]; field
Dunknown_field_set_unittest.cc179 const UnknownField& nested_field = field->group().field(0); in TEST_F() local
Dtext_format_unittest.cc1043 const FieldDescriptor* nested_field = in TEST_F() local