/aosp_15_r20/external/protobuf/php/tests/proto/ |
H A D | test.proto | 248 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 D | test.proto | 248 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 D | map_field_inl.h | 178 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 D | preserve_unknown_enum_test.cc | 202 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 D | map_field_test.cc | 115 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 D | map_field_inl.h | 178 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 D | preserve_unknown_enum_test.cc | 202 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 D | map_field_test.cc | 115 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 D | message_differencer.cc | 935 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 D | message_differencer.cc | 935 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 D | mutable.cc | 291 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 D | array.c | 503 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 D | array.c | 503 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 D | no_package.proto | 25 repeated uint32 repeated_field = 2; field
|
H A D | test.proto | 25 repeated uint32 repeated_field = 2; field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | variant_tensor_data.cc | 94 string repeated_field = ""; in DebugString() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 552 def check_self_modifying_method(repeated_field, ref_array) argument
|
/aosp_15_r20/external/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 552 def check_self_modifying_method(repeated_field, ref_array) argument
|
/aosp_15_r20/external/protobuf/ruby/tests/ |
H A D | repeated_field_test.rb | 629 def check_self_modifying_method(repeated_field, ref_array) argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/ |
H A D | repeated_field_test.rb | 629 def check_self_modifying_method(repeated_field, ref_array) argument
|
/aosp_15_r20/device/google/cuttlefish/host/commands/control_env_proxy_server/ |
D | main.cpp | 168 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector()
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | lua-utils_test.cc | 333 RepeatedField* repeated_field = buffer->Repeated("repeated_nested_field"); in TEST_F() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/openwrt_control_server/ |
D | main.cpp | 122 std::vector<T> ToVector(const RepeatedPtrField<T>& repeated_field) { in ToVector()
|
/aosp_15_r20/system/update_engine/scripts/update_payload/ |
H A D | test_utils.py | 159 def _AddValuesToRepeatedField(repeated_field, values, write_func): argument
|
H A D | checker_unittest.py | 182 def AddToMessage(repeated_field, field_vals): argument
|