Searched refs:IsMap (Results 1 – 13 of 13) sorted by relevance
207 bool IsMap() { return item_type_ == MAP; } in IsMap() function257 inline bool IsMap(const google::protobuf::Field& field);
472 if (current_->IsMap()) { in StartObject()543 if (IsMap(*field)) { in StartObject()647 if (current_->IsMap()) { in StartList()776 if (IsMap(*field)) { in StartList()1001 if (current_->IsMap()) { in RenderDataPiece()1178 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
163 LIBPROTOBUF_EXPORT bool IsMap(const google::protobuf::Field& field,
255 bool IsMap(const google::protobuf::Field& field) const;
215 if (check_maps && IsMap(*field)) { in WriteMessage()521 if (os->IsMap(*field)) { in RenderStruct()1014 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
316 bool IsMap(const google::protobuf::Field& field, in IsMap() function
343 is_map = IsMap(field, *found_type); in PopulateChildren()
185 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor338 return IsMap ? new MapFieldAccessor(property, this) in CreateAccessor()
223 if (field.IsMap || field.IsRepeated || !IsGoogleProtobufValueField(field)) in MergeField()231 if (field.IsMap) in MergeField()
336 if (accessor.Descriptor.IsMap) in IsDefaultValue()
1590 bool IsMap() const;2584 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); } in IsMap() function
2027 bool IsMap() const;3200 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); }
853 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument