Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs180 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc555 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter