Home
last modified time | relevance | path

Searched defs:IsMap (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs223 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h278 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc364 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1328 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1057 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h494 bool IsMap() const { return type_ == Type::kMap; } in IsMap() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py793 def IsMap(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc996 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument