Searched defs:IsRepeated (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | Extension.cs | 59 internal abstract bool IsRepeated { get; } property in Google.Protobuf.Extension |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | FieldDescriptor.cs | 213 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor |
/third_party/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 579 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter |