Searched defs:IsMap (Results 1 – 10 of 10) sorted by relevance
185 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
202 bool IsMap() { return item_type_ == MAP; } in IsMap() function
312 bool IsMap(const google::protobuf::Field& field, in IsMap() function
1169 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
1008 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
354 bool IsMap() const { return type_ == TYPE_MAP; } in IsMap() function
2584 inline bool FieldDef::IsMap() const { return upb_fielddef_ismap(this); } in IsMap() function
854 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
5065 inline bool IsMap() const { in IsMap() function
2909 Node* CodeStubAssembler::IsMap(Node* map) { in IsMap() function in v8::internal::CodeStubAssembler