Home
last modified time | relevance | path

Searched defs:IsRepeated (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DExtension.cs59 internal abstract bool IsRepeated { get; } property in Google.Protobuf.Extension
84 internal override bool IsRepeated => false; field in Google.Protobuf.Extension
112 internal override bool IsRepeated => true; field in Google.Protobuf.RepeatedExtension
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DExtension.cs59 internal abstract bool IsRepeated { get; } property in Google.Protobuf.Extension
84 internal override bool IsRepeated => false; field in Google.Protobuf.Extension
112 internal override bool IsRepeated => true; field in Google.Protobuf.RepeatedExtension
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs225 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs225 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc582 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc582 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter