Home
last modified time | relevance | path

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

12

/external/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 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/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/cronet/third_party/abseil-cpp/absl/container/internal/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go165 func (x placeholderExtension) IsMap() bool { return false } func
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
Dutility.cc365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
Dprotostream_objectwriter.cc1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
Dprotostream_objectsource.cc1015 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/golang-protobuf/reflect/protoreflect/
Dtype.go348 IsMap() bool methodSpec
/external/golang-protobuf/internal/filedesc/
Ddesc.go294 func (fd *Field) IsMap() bool { return fd.Message() != nil && fd.Message().IsMapEntry() } func
398 func (xd *Extension) IsMap() bool { return false } func
/external/flatbuffers/python/flatbuffers/
Dflexbuffers.py793 def IsMap(self): member in Ref
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h414 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1066 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument

12