Searched defs:IsMap (Results 1 – 7 of 7) sorted by relevance
185 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
207 bool IsMap() { return item_type_ == MAP; } in IsMap() function
316 bool IsMap(const google::protobuf::Field& field, in IsMap() function
1178 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
1014 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
2584 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); } in IsMap() function
853 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument