/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | hash_generator_testing.h | 42 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | hash_generator_testing.h | 44 struct IsMap : std::false_type {}; struct
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FieldDescriptor.cs | 235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | FieldDescriptor.cs | 235 …public bool IsMap => fieldType == FieldType.Message && messageType.Proto.Options != null && messag… field in Google.Protobuf.Reflection.FieldDescriptor
|
/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_extension.go | 165 func (x placeholderExtension) IsMap() bool { return false } func
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
|
H A D | utility.cc | 365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
|
H A D | protostream_objectwriter.cc | 1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
|
H A D | protostream_objectsource.cc | 1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
|
H A D | utility.cc | 365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
|
H A D | protostream_objectwriter.cc | 1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
|
H A D | protostream_objectsource.cc | 1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A 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
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | type.go | 348 IsMap() bool methodSpec
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def.hpp | 118 bool IsMap() const { return upb_FieldDef_IsMap(ptr_); } in IsMap() function in upb::FieldDefPtr
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | def.hpp | 108 bool IsMap() const { return upb_FieldDef_IsMap(ptr_); } in IsMap() function in upb::FieldDefPtr
|
/aosp_15_r20/external/flatbuffers/python/flatbuffers/ |
H A D | flexbuffers.py | 793 def IsMap(self): member in Ref
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | type.go | 1415 func (t *Type) IsMap() bool { func
|
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/ |
H A D | flexbuffers.h | 413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
|