Searched defs:IsRepeated (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | FieldDescriptor.cs | 180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 539 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter |