Searched refs:Repeated (Results 1 – 25 of 32) sorted by relevance
12
730 typedef RepeatedPrimitiveTypeTraits<Type> Repeated; typedef851 typedef RepeatedStringTypeTraits Repeated; typedef929 typedef RepeatedEnumTypeTraits<Type, IsValid> Repeated; typedef1030 typedef RepeatedMessageTypeTraits<Type> Repeated; typedef1244 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 …]
94 // Repeated field of dynamically typed values.
87 // Repeated
97 // Repeated242 // Repeated
100 // Repeated
101 // Repeated
115 // Repeated257 // Repeated828 // Repeated fields in RepeatedFieldsGenerator are expected to be merged into
119 // Repeated
108 // Repeated
46 // Repeated74 // Repeated packed
86 // Repeated119 // Repeated packed
61 // Repeated
180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
94 // Repeated230 // Repeated
112 // Repeated233 // Repeated668 // Repeated fields in RepeatedFieldsGenerator are expected to be merged into
88 optional string pseudonym = 3; // Repeated to optional.
64 // Repeated
103 // Repeated
161 // Repeated
573 - Repeated field elements are stored in a container that acts like a native606 - Repeated fields are in arrays, not ArrayList or Vector. Null array762 * Repeated primitive extensions are now packable. The1020 * Repeated fields of primitive types (types other that string, group, and
850 [pbr::OriginalName("CARDINALITY_REPEATED")] Repeated = 3, enumerator