Home
last modified time | relevance | path

Searched refs:Repeated (Results 1 – 25 of 74) sorted by relevance

123

/external/libtextclassifier/utils/
Dflatbuffers.h259 RepeatedField* Repeated(StringPiece field_name);
260 RepeatedField* Repeated(const reflection::Field* field);
263 TypedRepeatedField<T>* Repeated(const reflection::Field* field) { in Repeated() function
264 return static_cast<TypedRepeatedField<T>*>(Repeated(field)); in Repeated()
268 TypedRepeatedField<T>* Repeated(StringPiece field_name) { in Repeated() function
269 return static_cast<TypedRepeatedField<T>*>(Repeated(field_name)); in Repeated()
Dflatbuffers_test.cc279 auto reminders = buffer->Repeated<ReflectiveFlatbuffer>("reminders"); in TEST()
283 auto notes = reminder->Repeated<std::string>("notes"); in TEST()
290 auto notes = reminder->Repeated<std::string>("notes"); in TEST()
Dflatbuffers.cc240 ReflectiveFlatbuffer::RepeatedField* ReflectiveFlatbuffer::Repeated( in Repeated() function in libtextclassifier3::ReflectiveFlatbuffer
243 return Repeated(field); in Repeated()
249 ReflectiveFlatbuffer::RepeatedField* ReflectiveFlatbuffer::Repeated( in Repeated() function in libtextclassifier3::ReflectiveFlatbuffer
/external/curl/tests/data/
Dtest1518 Repeated nonsense-headers
44 Repeated nonsense-headers
/external/protobuf/src/google/protobuf/
Dextension_set.h709 typedef RepeatedPrimitiveTypeTraits<Type> Repeated; typedef
830 typedef RepeatedStringTypeTraits Repeated; typedef
908 typedef RepeatedEnumTypeTraits<Type, IsValid> Repeated; typedef
998 typedef RepeatedMessageTypeTraits<Type> Repeated; typedef
1192 inline typename _proto_TypeTraits::Repeated::ConstType GetExtension( \
1202 inline typename _proto_TypeTraits::Repeated::MutableType MutableExtension( \
1215 int index, typename _proto_TypeTraits::Repeated::ConstType value) { \
1222 inline typename _proto_TypeTraits::Repeated::MutableType AddExtension( \
1234 typename _proto_TypeTraits::Repeated::ConstType value) { \
1242 inline const typename _proto_TypeTraits::Repeated::RepeatedFieldType& \
[all …]
Dunittest_lite.proto97 // Repeated
242 // Repeated
Dstruct.proto94 // Repeated field of dynamically typed values.
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto46 // Repeated
74 // Repeated packed
Dunittest_nano.proto86 // Repeated
119 // Repeated packed
Dunittest_has_nano.proto61 // Repeated
Dunittest_accessors_nano.proto61 // Repeated
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-07-09.data4 # Repeated end marker.
/external/llvm/test/YAMLParser/
Dspec-07-09.test6 # Repeated end marker.
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-07-09.test6 # Repeated end marker.
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go139 Repeated bool member
167 if p.Repeated {
236 p.Repeated = true
/external/golang-protobuf/proto/
Dproperties.go139 Repeated bool member
167 if p.Repeated {
236 p.Repeated = true
/external/e2fsprogs/lib/et/test_cases/
Dsimple.et19 "Repeated request"
Dheimdal.et34 ec RD_AP_REPEAT, "Kerberos error: Repeated request"
/external/tensorflow/tensorflow/tools/proto_text/
Dtest.proto50 // Repeated
/external/grpc-grpc/src/proto/grpc/testing/
Dbenchmark_service.proto28 // Repeated sequence of one request followed by one response.
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
/external/python/cpython2/Doc/library/
Dhmac.rst30 Update the hmac object with the string *msg*. Repeated calls are equivalent to
Dmd5.rst66 Update the md5 object with the string *arg*. Repeated calls are equivalent to a
Dsha.rst52 Update the sha object with the string *arg*. Repeated calls are equivalent to a
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dservices.proto31 // Repeated sequence of one request followed by one response.

123