Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h730 typedef RepeatedPrimitiveTypeTraits<Type> Repeated; typedef
851 typedef RepeatedStringTypeTraits Repeated; typedef
929 typedef RepeatedEnumTypeTraits<Type, IsValid> Repeated; typedef
1030 typedef RepeatedMessageTypeTraits<Type> Repeated; typedef
1244 inline typename _proto_TypeTraits::Repeated::ConstType GetExtension( \
1254 inline typename _proto_TypeTraits::Repeated::MutableType MutableExtension( \
1267 int index, typename _proto_TypeTraits::Repeated::ConstType value) { \
1274 inline typename _proto_TypeTraits::Repeated::MutableType AddExtension( \
1286 typename _proto_TypeTraits::Repeated::ConstType value) { \
1294 inline const typename _proto_TypeTraits::Repeated::RepeatedFieldType& \
[all …]
Dstruct.proto94 // Repeated field of dynamically typed values.
Dunittest_no_field_presence.proto87 // Repeated
Dunittest_lite.proto97 // Repeated
242 // Repeated
Dunittest_proto3_lite.proto100 // Repeated
Dunittest_proto3_arena.proto100 // Repeated
Dunittest_proto3_arena_lite.proto101 // Repeated
Dunittest.proto115 // Repeated
257 // Repeated
828 // Repeated fields in RepeatedFieldsGenerator are expected to be merged into
Dunittest_no_arena.proto119 // Repeated
Dunittest_proto3.proto108 // Repeated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite.proto94 // Repeated
230 // Repeated
Dunittest.proto112 // Repeated
233 // Repeated
668 // Repeated fields in RepeatedFieldsGenerator are expected to be merged into
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite.proto94 // Repeated
230 // Repeated
Dunittest.proto112 // Repeated
233 // Repeated
668 // Repeated fields in RepeatedFieldsGenerator are expected to be merged into
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dbooks.proto88 optional string pseudonym = 3; // Repeated to optional.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtestbinary.proto64 // Repeated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto103 // Repeated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance.proto161 // Repeated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt573 - Repeated field elements are stored in a container that acts like a native
606 - Repeated fields are in arrays, not ArrayList or Vector. Null array
762 * Repeated primitive extensions are now packable. The
1020 * Repeated fields of primitive types (types other that string, group, and
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs850 [pbr::OriginalName("CARDINALITY_REPEATED")] Repeated = 3, enumerator

12