/external/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 42 struct IsMap : std::false_type {}; struct
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_generator_testing.h | 42 struct IsMap : std::false_type {}; struct
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 42 struct IsMap : std::false_type {}; struct
|
/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
|
/external/golang-protobuf/internal/impl/ |
D | legacy_extension.go | 165 func (x placeholderExtension) IsMap() bool { return false } func
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
|
D | utility.cc | 365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
|
D | protostream_objectwriter.cc | 1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
|
D | protostream_objectsource.cc | 1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
|
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.h | 307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
|
D | utility.cc | 365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
|
D | protostream_objectwriter.cc | 1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
|
D | protostream_objectsource.cc | 1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.hpp | 93 bool IsMap() const { return upb_fielddef_ismap(ptr_); } in IsMap() function in upb::FieldDefPtr
|
/external/golang-protobuf/reflect/protoreflect/ |
D | type.go | 348 IsMap() bool methodSpec
|
/external/golang-protobuf/internal/filedesc/ |
D | desc.go | 294 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/ |
D | flexbuffers.py | 793 def IsMap(self): member in Ref
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 414 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1066 TEST_F(DescriptorTest, IsMap) { in TEST_F() argument
|