Home
last modified time | relevance | path

Searched defs:repeated_field (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_unknown_enum_values.proto44 repeated Enum repeated_field = 2; field
56 repeated Enum repeated_field = 2; field
/external/protobuf/src/google/protobuf/
Dpreserve_unknown_enum_test.cc206 const google::protobuf::FieldDescriptor* repeated_field = in TEST() local
229 const google::protobuf::FieldDescriptor* repeated_field = in TEST() local
249 const google::protobuf::FieldDescriptor* repeated_field = in TEST() local
Dmap_field_inl.h405 RepeatedPtrField<EntryType>* repeated_field = in SyncRepeatedFieldWithMapNoLock() local
431 RepeatedPtrField<EntryType>* repeated_field = in SyncMapWithRepeatedFieldNoLock() local
Dmap_field_test.cc275 RepeatedPtrField<Message>* repeated_field = stub->InternalRepeatedField(); in Expect() local
Dunknown_field_set_unittest.cc414 const FieldDescriptor* repeated_field = in TEST_F() local
Darena_unittest.cc661 RepeatedPtrField<TestAllTypes> repeated_field; in TEST() local
671 RepeatedPtrField<TestAllTypes> repeated_field; in TEST() local
/external/protobuf/ruby/tests/
Drepeated_field_test.rb561 def check_self_modifying_method(repeated_field, ref_array) argument
/external/protobuf/js/
Dtest.proto218 repeated string repeated_field = 9; field
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc744 bool MessageDifferencer::IsMatch(const FieldDescriptor* repeated_field, in IsMatch()
789 const FieldDescriptor* repeated_field, in CompareRepeatedField()
1365 const FieldDescriptor* repeated_field, in MatchRepeatedFieldIndices()
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c54 static int index_position(VALUE _index, RepeatedField* repeated_field) { in index_position()