Home
last modified time | relevance | path

Searched refs:IsRepeated (Results 1 - 11 of 11) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A 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
H A DFieldMaskTree.cs273 if (field.IsRepeated in Merge()
302 if (field.IsRepeated) in Merge()
H A DMessageExtensions.cs215 else if (f.IsRepeated && f.FieldType == FieldType.Message || f.FieldType == FieldType.Group) in IsInitialized()
H A DJsonFormatter.cs310 if (descriptor.IsRepeated) in IsDefaultValue()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs80 Extension != null ? !Extension.IsRepeated
81 : IsRepeated ? false
213 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor
450 : IsRepeated ? new RepeatedFieldAccessor(property, this) in CreateAccessor()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc323 if (ow_->IsRepeated(*field)) { in ProtoElement()
405 if (!ow_->IsRepeated(*(now->parent_field_)) || in ToString()
424 if (ow_->IsRepeated(*(now->parent_field_)) && array_index_now > 0) { in ToString()
579 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter
741 if (is_list && !IsRepeated(*field)) { in BeginNamed()
760 } else if (!IsRepeated(*e->parent_field())) { in Lookup()
H A Dproto_writer.h294 bool IsRepeated(const google::protobuf::Field& field);
H A Dprotostream_objectwriter.cc811 if (IsRepeated(*field)) { in StartList()
832 if (IsRepeated(*field)) { in StartList()
849 if (!IsRepeated(*field)) { in StartList()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs171 Assert.IsFalse(singleField.IsRepeated); in FieldDescriptorLabel()
172 Assert.IsTrue(repeatedField.IsRepeated); in FieldDescriptorLabel()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs264 if (!field.IsRepeated in IsValid()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorsTest.cs287 Assert.IsFalse(singleField.IsRepeated); in FieldDescriptorLabel()
288 Assert.IsTrue(repeatedField.IsRepeated); in FieldDescriptorLabel()

Completed in 10 milliseconds