Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cc660 RepeatedPtrField<TestAllTypes> repeated_field; in TEST() local
670 RepeatedPtrField<TestAllTypes> repeated_field; in TEST() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/tests/
Drepeated_field_test.rb561 def check_self_modifying_method(repeated_field, ref_array) argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtest.proto219 repeated string repeated_field = 9; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.cc747 bool MessageDifferencer::IsMatch(const FieldDescriptor* repeated_field, in IsMatch()
792 const FieldDescriptor* repeated_field, in CompareRepeatedField()
1368 const FieldDescriptor* repeated_field, in MatchRepeatedFieldIndices()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Drepeated_field.c54 static int index_position(VALUE _index, RepeatedField* repeated_field) { in index_position()