/external/protobuf/src/google/protobuf/ |
preserve_unknown_enum_test.cc | 208 enum_value = r->GetRepeatedEnum(message, repeated_field, 0); 269 r->GetRepeatedEnum(message, repeated_field, 0); 273 r->GetRepeatedEnum(message, repeated_field, 1);
|
generated_message_reflection.h | 334 const EnumValueDescriptor* GetRepeatedEnum(const Message& message,
|
message.h | 639 virtual const EnumValueDescriptor* GetRepeatedEnum( [all...] |
extension_set.h | 304 int GetRepeatedEnum (int number, int index) const; [all...] |
wire_format.cc | [all...] |
test_util.cc | [all...] |
generated_message_reflection.cc | [all...] |
extension_set.cc | 447 int ExtensionSet::GetRepeatedEnum(int number, int index) const { [all...] |
/external/libprotobuf-mutator/src/ |
field_instance.h | 145 ? reflection().GetRepeatedEnum(*message_, descriptor_, index_)
|
/external/protobuf/python/google/protobuf/pyext/ |
repeated_scalar_container.cc | 253 message->GetReflection()->GetRepeatedEnum(
|