OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nested_field
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/proto/src/android/util/proto/cts/
test.proto
113
optional Nested
nested_field
= 170;
/external/protobuf/src/google/protobuf/
text_format_unittest.cc
1043
const FieldDescriptor*
nested_field
=
local
[
all
...]
unknown_field_set_unittest.cc
179
const UnknownField&
nested_field
= field->group().field(0);
local
184
EXPECT_EQ(nested_field_descriptor->number(),
nested_field
.number());
185
ASSERT_EQ(UnknownField::TYPE_VARINT,
nested_field
.type());
186
EXPECT_EQ(all_fields_.optionalgroup().a(),
nested_field
.varint());
/external/protobuf/python/google/protobuf/internal/
python_message.py
[
all
...]
descriptor_test.py
379
nested_field
= nested_message.fields_by_name["
nested_field
"]
380
self.assertEqual(1002,
nested_field
.GetOptions().Extensions[
[
all
...]
Completed in 104 milliseconds