Home
last modified time | relevance | path

Searched refs:Repeated (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h884 // // symbol "Singular" or "Repeated" respectively. These two symbols will
892 // typedef ? Repeated
954 typedef RepeatedPrimitiveTypeTraits<Type> Repeated; typedef in google::protobuf::internal::RepeatedPrimitiveTypeTraits
1084 typedef RepeatedStringTypeTraits Repeated; typedef in google::protobuf::internal::RepeatedStringTypeTraits
1165 typedef RepeatedEnumTypeTraits<Type, IsValid> Repeated; typedef in google::protobuf::internal::RepeatedEnumTypeTraits
1275 typedef RepeatedMessageTypeTraits<Type> Repeated; typedef in google::protobuf::internal::RepeatedMessageTypeTraits
1479 /* Repeated accessors */ \
1483 inline typename _proto_TypeTraits::Repeated::ConstType GetExtension( \
1493 inline typename _proto_TypeTraits::Repeated::MutableType MutableExtension( \
1506 int index, typename _proto_TypeTraits::Repeated
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs258 throw new InvalidProtocolBufferException("Repeated field value was not an array. Token type: " + token.Type); in MergeRepeatedField()
273 throw new InvalidProtocolBufferException("Repeated field elements cannot be null"); in MergeRepeatedField()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs213 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated;
H A DDescriptor.cs2910 [pbr::OriginalName("LABEL_REPEATED")] Repeated = 3, enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs1066 [pbr::OriginalName("CARDINALITY_REPEATED")] Repeated = 3, enumerator

Completed in 23 milliseconds