Home
last modified time | relevance | path

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

12

/external/cronet/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h178 RepeatedPtrField<EntryType>* repeated_field = in Clear() local
313 RepeatedPtrField<EntryType>* repeated_field = in SyncRepeatedFieldWithMapNoLock() local
341 RepeatedPtrField<EntryType>* repeated_field = in SyncMapWithRepeatedFieldNoLock() local
Dpreserve_unknown_enum_test.cc202 const FieldDescriptor* repeated_field = d->FindFieldByName("repeated_e"); in TEST() local
224 const FieldDescriptor* repeated_field = d->FindFieldByName("repeated_e"); in TEST() local
242 const FieldDescriptor* repeated_field = in TEST() local
Dmap_field_test.cc115 auto* repeated_field = MutableRepeatedField(); in GetArenaForInternalRepeatedField() local
301 RepeatedPtrField<Message>* repeated_field = stub->InternalRepeatedField(); in Expect() local
/external/protobuf/src/google/protobuf/
Dmap_field_inl.h178 RepeatedPtrField<EntryType>* repeated_field = in Clear() local
313 RepeatedPtrField<EntryType>* repeated_field = in SyncRepeatedFieldWithMapNoLock() local
341 RepeatedPtrField<EntryType>* repeated_field = in SyncMapWithRepeatedFieldNoLock() local
Dpreserve_unknown_enum_test.cc202 const FieldDescriptor* repeated_field = d->FindFieldByName("repeated_e"); in TEST() local
224 const FieldDescriptor* repeated_field = d->FindFieldByName("repeated_e"); in TEST() local
242 const FieldDescriptor* repeated_field = in TEST() local
Dmap_field_test.cc115 auto* repeated_field = MutableRepeatedField(); in GetArenaForInternalRepeatedField() local
301 RepeatedPtrField<Message>* repeated_field = stub->InternalRepeatedField(); in Expect() local
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest.proto248 repeated google.protobuf.Int32Value repeated_field = 2; field
257 repeated google.protobuf.Int64Value repeated_field = 2; field
266 repeated google.protobuf.UInt32Value repeated_field = 2; field
275 repeated google.protobuf.UInt64Value repeated_field = 2; field
284 repeated google.protobuf.BoolValue repeated_field = 2; field
293 repeated google.protobuf.StringValue repeated_field = 2; field
303 repeated google.protobuf.BytesValue repeated_field = 2; field
/external/protobuf/php/tests/proto/
Dtest.proto248 repeated google.protobuf.Int32Value repeated_field = 2; field
257 repeated google.protobuf.Int64Value repeated_field = 2; field
266 repeated google.protobuf.UInt32Value repeated_field = 2; field
275 repeated google.protobuf.UInt64Value repeated_field = 2; field
284 repeated google.protobuf.BoolValue repeated_field = 2; field
293 repeated google.protobuf.StringValue repeated_field = 2; field
303 repeated google.protobuf.BytesValue repeated_field = 2; field
/external/pigweed/pw_rpc/pw_rpc_test_protos/
Dno_package.proto25 repeated uint32 repeated_field = 2; field
Dtest.proto25 repeated uint32 repeated_field = 2; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.h72 } repeated_field; typedef
/external/tensorflow/tensorflow/core/framework/
Dvariant_tensor_data.cc94 string repeated_field = ""; in DebugString() local
/external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Drepeated_field_test.rb552 def check_self_modifying_method(repeated_field, ref_array) argument
/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
Drepeated_field_test.rb552 def check_self_modifying_method(repeated_field, ref_array) argument
/external/protobuf/ruby/tests/
Drepeated_field_test.rb629 def check_self_modifying_method(repeated_field, ref_array) argument
/external/cronet/third_party/protobuf/ruby/tests/
Drepeated_field_test.rb574 def check_self_modifying_method(repeated_field, ref_array) argument
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc291 std::unique_ptr<RepeatedField> repeated_field( in Repeated() local
467 if (RepeatedField* repeated_field = Repeated(field); in MergeFrom() local
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Darray.c503 zval repeated_field; member
544 static void RepeatedFieldIter_make(zval *val, zval *repeated_field) { in RepeatedFieldIter_make()
/external/protobuf/php/ext/google/protobuf/
Darray.c503 zval repeated_field; member
544 static void RepeatedFieldIter_make(zval *val, zval *repeated_field) { in RepeatedFieldIter_make()
/external/libtextclassifier/native/utils/
Dlua-utils_test.cc333 RepeatedField* repeated_field = buffer->Repeated("repeated_nested_field"); in TEST_F() local
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc935 const FieldDescriptor* repeated_field, in IsMatch()
1074 const FieldDescriptor* repeated_field, in CompareMapField()
1114 const FieldDescriptor* repeated_field, in CompareRepeatedField()
1122 const FieldDescriptor* repeated_field, in CompareRepeatedRep()
1792 const FieldDescriptor* repeated_field, in MatchRepeatedFieldIndices()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc935 const FieldDescriptor* repeated_field, in IsMatch()
1074 const FieldDescriptor* repeated_field, in CompareMapField()
1114 const FieldDescriptor* repeated_field, in CompareRepeatedField()
1122 const FieldDescriptor* repeated_field, in CompareRepeatedRep()
1792 const FieldDescriptor* repeated_field, in MatchRepeatedFieldIndices()
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto219 repeated string repeated_field = 9; field
/external/cronet/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto219 repeated string repeated_field = 9; field
/external/cronet/third_party/protobuf/js/
Dtest.proto242 repeated string repeated_field = 9; field

12