Home
last modified time | relevance | path

Searched defs:isMap (Results 1 – 14 of 14) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DMapType.java109 public static boolean isMap(XType type) { in isMap() method in MapType
114 public static boolean isMap(Key key) { in isMap() method in MapType
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php113 public function isMap() function in Google\\Protobuf\\FieldDescriptor
/external/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php140 public function isMap() function in Google\\Protobuf\\FieldDescriptor
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcontainer_debug_tests.h75 constexpr bool isMap(ContainerType CT) { in isMap() function
/external/flatbuffers/ts/flexbuffers/
Dreference.ts48 isMap(): boolean { return ValueType.MAP === this.valueType; } method in Reference
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php177 public function isMap() function in Google\\Protobuf\\Internal\\FieldDescriptor
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php206 public function isMap() function in Google\\Protobuf\\Internal\\FieldDescriptor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h68 bool isMap() const { return getKind() == Type::Map; } in isMap() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java170 public boolean isMap() { in isMap() method in FieldType
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java170 public boolean isMap() { in isMap() method in FieldType
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java345 public boolean isMap() { in isMap() method in FlexBuffers.Reference
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Ddef.c433 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt123 public val isMap: Boolean get() = type == T_MAP constant in com.google.flatbuffers.kotlin.Reference
/external/protobuf/php/ext/google/protobuf/
Ddef.c433 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument