Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/base/
DMapType.java129 public static boolean isMap(TypeMirror type) { in isMap() method in MapType
136 public static boolean isMap(Key key) { in isMap() method in MapType
/external/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php113 public function isMap() function in Google\\Protobuf\\FieldDescriptor
/external/llvm-project/libcxx/test/support/
Dcontainer_debug_tests.h80 constexpr bool isMap(ContainerType CT) { in isMap() function
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php177 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/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h70 bool isMap() const { return getKind() == Type::Map; } in isMap() function
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java345 public boolean isMap() { in isMap() method in FlexBuffers.Reference
/external/protobuf/php/ext/google/protobuf/
Ddef.c429 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument