Home
last modified time | relevance | path

Searched refs:isMap (Results 1 – 25 of 37) sorted by relevance

12

/third_party/protobuf/php/tests/
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/node/deps/npm/node_modules/bluebird/js/release/
Dprops.js41 var isMap = false;
45 isMap = true;
57 this._isMap = isMap;
58 this._init$(undefined, isMap ? -6 : -3);
/third_party/protobuf/php/src/Google/Protobuf/
DFieldDescriptor.php113 public function isMap() function in Google\\Protobuf\\FieldDescriptor
115 return $this->internal_desc->isMap();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DAMDGPUMetadataVerifier.cpp92 if (!Node.isMap()) in verifyKernelArgs()
200 if (!Node.isMap()) in verifyKernel()
285 if (!HSAMetadataRoot.isMap()) in verify()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
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 …]
DFieldDescriptor.php177 public function isMap() function in Google\\Protobuf\\Internal\\FieldDescriptor
DGPBJsonWire.php62 if ($field->isMap()) {
/third_party/node/lib/internal/util/
Dcomparisons.js33 isMap,
265 } else if (isMap(val1)) {
266 if (!isMap(val2) || val1.size !== val2.size) {
281 isMap(val2) ||
Dinspect.js104 isMap,
837 } else if (isMap(value)) {
/third_party/flatbuffers/tests/
DJavaScriptFlexBuffersTest.js320 assert.strictEqual(root.isMap(), true);
335 assert.strictEqual(address.isMap(), true);
382 assert.strictEqual(ref.isMap(), true);
DJavaTest.java683 TestEq(vec.get(5).isMap(), true); in testFlexBuffersTest()
1013 TestEq(rootReference.isMap(), true); in testHashMapToMap()
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts42 isMap(): boolean { return ValueType.MAP === this.valueType; } method in Reference
166 if (this.isMap()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h68 bool isMap() const { return getKind() == Type::Map; } in isMap() function
70 bool isScalar() const { return !isMap() && !isArray(); } in isScalar()
/third_party/node/lib/internal/console/
Dconstructor.js59 isTypedArray, isSet, isMap, isSetIterator, isMapIterator,
518 if (isKeyValue || isMap(tabularData)) {
/third_party/flatbuffers/dart/lib/src/
Dreference.dart53 bool get isMap => _valueType == ValueType.Map;
163 if(isMap == false) {
172 if(isMap == false) {
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DJSONTest.kt70 assertEquals(true, obj.isMap) in parseSample()
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java345 public boolean isMap() { in isMap() method in FlexBuffers.Reference
517 if (isMap()) { in asMap()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldType.java170 public boolean isMap() { in isMap() method in FieldType
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dconfig_test.dart46 expect(jsonObject, isMap);
Ddaemon_test.dart234 expect(response['params'], isMap);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js425 this.isMap = function (...args) { method
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c435 PHP_METHOD(FieldDescriptor, isMap) { in PHP_METHOD() argument
487 PHP_ME(FieldDescriptor, isMap, NULL, ZEND_ACC_PUBLIC)
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dwidget_inspector_test.dart724 expect(chainElements[i], isMap);
727 expect(chainNode['node'], isMap);
743 expect(jsonChildren[j], isMap);
1166 expect(chainElements[i], isMap);
1169 expect(chainNode['node'], isMap);
1185 expect(jsonChildren[j], isMap);
/third_party/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
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.js4120 var isMap = false;
4124 isMap = true;
4136 this._isMap = isMap;
4137 this._init$(undefined, isMap ? -6 : -3);

12