Searched defs:IsMap (Results 1 – 9 of 9) 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
384 bool IsMap() const { return type_ == FBT_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
5509 TNode<BoolT> CodeStubAssembler::IsMap(SloppyTNode<HeapObject> map) { in IsMap() function in v8::internal::CodeStubAssembler