Home
last modified time | relevance | path

Searched defs:IsMap (Results 1 – 9 of 9) 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/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs245 public bool IsMap => FieldType == FieldType.Message && messageType.IsMapEntry; field
/third_party/protobuf/src/google/protobuf/json/internal/
Ddescriptor_traits.h242 static bool IsMap(Field f) { return f->is_map(); } in IsMap() function
413 static bool IsMap(Field f) { in IsMap() function
/third_party/grpc/third_party/upb/upb/reflection/
Ddef.hpp120 bool IsMap() const { return upb_FieldDef_IsMap(ptr_); } in IsMap() function in upb::FieldDefPtr
/third_party/protobuf/upb/reflection/
Ddef.hpp120 bool IsMap() const { return upb_FieldDef_IsMap(ptr_); } in IsMap() function in upb::FieldDefPtr
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py802 def IsMap(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h439 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1176 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument