Home
last modified time | relevance | path

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

/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/external/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h42 struct IsMap : std::false_type {}; struct
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs199 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h274 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc360 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1280 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1061 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp93 bool IsMap() const { return upb_fielddef_ismap(ptr_); } in IsMap() function in upb::FieldDefPtr
/external/llvm-project/polly/lib/Support/
DISLTools.cpp720 bool Simplify, bool IsMap) { in printSortedPolyhedra()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc996 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
/external/protobuf/php/ext/google/protobuf/
Dupb.h3313 bool IsMap() const { return upb_fielddef_ismap(ptr_); } in IsMap() function