/external/libtextclassifier/utils/ |
D | flatbuffers.h | 259 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()
|
D | flatbuffers_test.cc | 279 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()
|
D | flatbuffers.cc | 240 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/ |
D | test15 | 18 Repeated nonsense-headers 44 Repeated nonsense-headers
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 709 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 …]
|
D | unittest_lite.proto | 97 // Repeated 242 // Repeated
|
D | struct.proto | 94 // Repeated field of dynamically typed values.
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_reference_types_nano.proto | 46 // Repeated 74 // Repeated packed
|
D | unittest_nano.proto | 86 // Repeated 119 // Repeated packed
|
D | unittest_has_nano.proto | 61 // Repeated
|
D | unittest_accessors_nano.proto | 61 // Repeated
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-07-09.data | 4 # Repeated end marker.
|
/external/llvm/test/YAMLParser/ |
D | spec-07-09.test | 6 # Repeated end marker.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-07-09.test | 6 # Repeated end marker.
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | properties.go | 139 Repeated bool member 167 if p.Repeated { 236 p.Repeated = true
|
/external/golang-protobuf/proto/ |
D | properties.go | 139 Repeated bool member 167 if p.Repeated { 236 p.Repeated = true
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 19 "Repeated request"
|
D | heimdal.et | 34 ec RD_AP_REPEAT, "Kerberos error: Repeated request"
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | test.proto | 50 // Repeated
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | benchmark_service.proto | 28 // Repeated sequence of one request followed by one response.
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
|
/external/python/cpython2/Doc/library/ |
D | hmac.rst | 30 Update the hmac object with the string *msg*. Repeated calls are equivalent to
|
D | md5.rst | 66 Update the md5 object with the string *arg*. Repeated calls are equivalent to a
|
D | sha.rst | 52 Update the sha object with the string *arg*. Repeated calls are equivalent to a
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | services.proto | 31 // Repeated sequence of one request followed by one response.
|