Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/protobuf/php/tests/proto/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/proto/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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
H A 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
H A Dmap_field_test.cc115 auto* repeated_field = MutableRepeatedField(); in GetArenaForInternalRepeatedField() local
301 RepeatedPtrField<Message>* repeated_field = stub->InternalRepeatedField(); in Expect() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
H A 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
H A Dmap_field_test.cc115 auto* repeated_field = MutableRepeatedField(); in GetArenaForInternalRepeatedField() local
301 RepeatedPtrField<Message>* repeated_field = stub->InternalRepeatedField(); in Expect() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A 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()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A 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()
/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/
H A Dmutable.cc291 std::unique_ptr<RepeatedField> repeated_field( in Repeated() local
467 if (RepeatedField* repeated_field = Repeated(field); in MergeFrom() local
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Darray.c503 zval repeated_field; member
544 static void RepeatedFieldIter_make(zval *val, zval *repeated_field) { in RepeatedFieldIter_make()
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Darray.c503 zval repeated_field; member
544 static void RepeatedFieldIter_make(zval *val, zval *repeated_field) { in RepeatedFieldIter_make()
/aosp_15_r20/external/pigweed/pw_rpc/pw_rpc_test_protos/
H A Dno_package.proto25 repeated uint32 repeated_field = 2; field
H A Dtest.proto25 repeated uint32 repeated_field = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant_tensor_data.cc94 string repeated_field = ""; in DebugString() local
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb552 def check_self_modifying_method(repeated_field, ref_array) argument
/aosp_15_r20/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb552 def check_self_modifying_method(repeated_field, ref_array) argument
/aosp_15_r20/external/protobuf/ruby/tests/
H A Drepeated_field_test.rb629 def check_self_modifying_method(repeated_field, ref_array) argument
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Drepeated_field_test.rb629 def check_self_modifying_method(repeated_field, ref_array) argument
/aosp_15_r20/device/google/cuttlefish/host/commands/control_env_proxy_server/
Dmain.cpp168 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector()
/aosp_15_r20/external/libtextclassifier/native/utils/
H A Dlua-utils_test.cc333 RepeatedField* repeated_field = buffer->Repeated("repeated_nested_field"); in TEST_F() local
/aosp_15_r20/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp122 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector()
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dtest_utils.py159 def _AddValuesToRepeatedField(repeated_field, values, write_func): argument
H A Dchecker_unittest.py182 def AddToMessage(repeated_field, field_vals): argument

12