Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dhash_generator_testing.h42 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/
Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h44 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 Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/aosp_15_r20/external/abseil-cpp/absl/container/internal/
H A Dhash_generator_testing.h44 struct IsMap : std::false_type {}; struct
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs235 …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 DFieldDescriptor.cs235 …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 Dlegacy_extension.go165 func (x placeholderExtension) IsMap() bool { return false } func
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
H A Dutility.cc365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
H A Dprotostream_objectwriter.cc1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
H A Dprotostream_objectsource.cc1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h307 bool IsMap() { return item_type_ == MAP; } in IsMap() function
H A Dutility.cc365 bool IsMap(const google::protobuf::Field& field, in IsMap() function
H A Dprotostream_objectwriter.cc1368 bool ProtoStreamObjectWriter::IsMap(const google::protobuf::Field& field) { in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectWriter
H A Dprotostream_objectsource.cc1015 bool ProtoStreamObjectSource::IsMap( in IsMap() function in google::protobuf::util::converter::ProtoStreamObjectSource
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc.go294 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 Dtype.go348 IsMap() bool methodSpec
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef.hpp118 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 Ddef.hpp108 bool IsMap() const { return upb_FieldDef_IsMap(ptr_); } in IsMap() function in upb::FieldDefPtr
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dflexbuffers.py793 def IsMap(self): member in Ref
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1415 func (t *Type) IsMap() bool { func
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dflexbuffers.h413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function

12