Home
last modified time | relevance | path

Searched refs:isMap (Results 1 - 16 of 16) sorted by relevance

/third_party/protobuf/php/tests/
H A DDescriptorsTest.php149 $this->assertFalse($fieldDesc->isMap());
158 $this->assertFalse($fieldDesc->isMap());
167 $this->assertFalse($fieldDesc->isMap());
175 $this->assertFalse($fieldDesc->isMap());
184 $this->assertFalse($fieldDesc->isMap());
193 $this->assertFalse($fieldDesc->isMap());
201 $this->assertTrue($fieldDesc->isMap());
/third_party/protobuf/php/src/Google/Protobuf/
H A DFieldDescriptor.php113 public function isMap() function
115 return $this->internal_desc->isMap();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp92 if (!Node.isMap()) in verifyKernelArgs()
200 if (!Node.isMap()) in verifyKernel()
285 if (!HSAMetadataRoot.isMap()) in verify()
/third_party/node/lib/internal/util/
H A Dcomparisons.js35 isMap,
231 } else if (isMap(val1)) {
232 if (!isMap(val2) || val1.size !== val2.size) {
247 isMap(val2) ||
H A Dinspect.js134 isMap,
903 } else if (isMap(value)) {
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php101 if ($field->isMap()) {
424 if ($field->isMap()) {
529 if ($field->isMap()) {
548 if ($field->isMap()) {
660 if ($field->isMap()) {
709 if ($field->isMap()) {
1062 if ($field->isMap()) {
1246 if ($field->isMap()) {
1418 if ($field->isMap()) {
1585 if ($field->isMap()) {
[all...]
H A DFieldDescriptor.php177 public function isMap() function
H A DGPBJsonWire.php62 if ($field->isMap()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h68 bool isMap() const { return getKind() == Type::Map; } in isMap() function in llvm::msgpack::DocNode
70 bool isScalar() const { return !isMap() && !isArray(); } in isScalar()
/third_party/node/lib/internal/console/
H A Dconstructor.js63 isTypedArray, isSet, isMap, isSetIterator, isMapIterator,
537 if (isKeyValue || isMap(tabularData)) {
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java170 public boolean isMap() { in isMap() method in FieldType
H A DMessageSchema.java744 if (!type.isList() && !type.isMap()) { in storeFieldData()
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c431 * FieldDescriptor::isMap()
435 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD()
487 PHP_ME(FieldDescriptor, isMap, NULL, ZEND_ACC_PUBLIC)
/third_party/node/src/
H A Djsvm.h2604 * @param isMap: Whether the given value is Map.
2610 bool* isMap);
H A Djs_native_api_v8.cc5148 bool* isMap) {
5151 CHECK_ARG(env, isMap);
5155 *isMap = val->IsMap();
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 56 milliseconds