Home
last modified time | relevance | path

Searched defs:repeated_field (Results 1 – 15 of 15) 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/libtextclassifier/utils/
Dflatbuffers.cc27 std::unique_ptr<ReflectiveFlatbuffer::RepeatedField>* repeated_field) { in CreateRepeatedField()
263 std::unique_ptr<RepeatedField> repeated_field; in Repeated() local
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.h72 } repeated_field; typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_pass_pipeline.cc78 auto repeated_field = debug_options.xla_disable_hlo_passes(); in GetEnabledPasses() local
/external/tensorflow/tensorflow/core/framework/
Dvariant_tensor_data.cc100 string repeated_field = ""; in DebugString() 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/python/apitools/apitools/base/py/
Dencoding_test.py128 repeated_field = messages.StringField(5, repeated=True) variable in MessageWithRemappings
/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()