Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc324 if (ow_->IsRepeated(*field)) { in ProtoElement()
407 if (!ow_->IsRepeated(*(now->parent_field_)) || in ToString()
424 if (ow_->IsRepeated(*(now->parent_field_)) && array_index_now > 0) { in ToString()
572 bool ProtoWriter::IsRepeated(const google::protobuf::Field& field) { in IsRepeated() function in google::protobuf::util::converter::ProtoWriter
735 if (is_list && !IsRepeated(*field)) { in BeginNamed()
754 } else if (!IsRepeated(*e->parent_field())) { in Lookup()
Dprotostream_objectwriter.cc803 if (IsRepeated(*field)) { in StartList()
824 if (IsRepeated(*field)) { in StartList()
841 if (!IsRepeated(*field)) { in StartList()
Dproto_writer.h289 bool IsRepeated(const google::protobuf::Field& field);
/external/protobuf/csharp/src/Google.Protobuf/
DFieldMaskTree.cs273 if (field.IsRepeated in Merge()
302 if (field.IsRepeated) in Merge()
DMessageExtensions.cs166 … else if (f.IsRepeated && f.FieldType == FieldType.Message || f.FieldType == FieldType.Group) in IsInitialized()
DJsonParser.cs227 if (field.IsMap || field.IsRepeated || !IsGoogleProtobufValueField(field)) in MergeField()
239 else if (field.IsRepeated) in MergeField()
DJsonFormatter.cs305 if (accessor.Descriptor.IsRepeated) in IsDefaultValue()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs189 public bool IsRepeated => Proto.Label == FieldDescriptorProto.Types.Label.Repeated; field in Google.Protobuf.Reflection.FieldDescriptor
399 : IsRepeated ? new RepeatedFieldAccessor(property, this) in CreateAccessor()
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs171 Assert.IsFalse(singleField.IsRepeated); in FieldDescriptorLabel()
172 Assert.IsTrue(repeatedField.IsRepeated); in FieldDescriptorLabel()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs264 if (!field.IsRepeated in IsValid()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs281 Assert.IsFalse(singleField.IsRepeated); in FieldDescriptorLabel()
282 Assert.IsTrue(repeatedField.IsRepeated); in FieldDescriptorLabel()