Searched defs:IsMap (Results 1 – 10 of 10) sorted by relevance
44 struct IsMap : std::false_type {}; struct
223 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
278 bool IsMap() { return item_type_ == MAP; } in IsMap() function
364 bool IsMap(const google::protobuf::Field& field, in IsMap() function
1328 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
1057 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
494 bool IsMap() const { return type_ == Type::kMap; } in IsMap() function
793 def IsMap(self): member in Ref
413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
996 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument