Searched defs:IsMap (Results 1 – 8 of 8) 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
996 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
6528 TNode<BoolT> CodeStubAssembler::IsMap(TNode<HeapObject> map) { in IsMap() function in v8::internal::CodeStubAssembler