Home
last modified time | relevance | path

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

/external/protobuf/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
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto385 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