Home
last modified time | relevance | path

Searched refs:getClass (Results 1 - 25 of 277) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticFieldAssignment.js18 A.getClass().#field = 1;
19 A.getClass().#field += 2;
20 A.getClass().#field -= 3;
21 A.getClass().#field /= 4;
22 A.getClass().#field *= 5;
23 A.getClass().#field **= 6;
24 A.getClass().#field %= 7;
25 A.getClass().#field <<= 8;
26 A.getClass().#field >>= 9;
27 A.getClass()
[all...]
H A DprivateNameStaticFieldUnaryMutation.js17 this.getClass().#test++;
18 this.getClass().#test--;
19 ++this.getClass().#test;
20 --this.getClass().#test;
21 const a = this.getClass().#test++;
22 const b = this.getClass().#test--;
23 const c = ++this.getClass().#test;
24 const d = --this.getClass().#test;
25 for (this.getClass().#test = 0; this.getClass()
[all...]
H A DprivateNameStaticMethodClassExpression.js5 static getClass() { return D; }
9 console.log(C.getClass().getField());
10 C.getClass().#method; // Error
11 C.getClass().#field; // Error
23 static getClass() { return D; }
30 console.log(C.getClass().getField());
31 C.getClass().; // Error
32 C.getClass().; // Error
H A DprivateNameStaticMethodCallExpression.js17 AA.getClass().#method2`test${1}and${2}`;
19 AA.getClass().#method2(0, ...arr, 3);
20 const b2 = new (AA.getClass().#method2)(0, ...arr, 3); //Error
21 const str2 = AA.getClass().#method2`head${1}middle${2}tail`;
23 static getClass() { return AA; }
47 __classPrivateFieldGet((_b = AA.getClass()), _a, "m", _AA_method2).bind(_b) `test${1}and${2}`;
48 __classPrivateFieldGet((_c = AA.getClass()), _a, "m", _AA_method2).call(_c, 0, ...arr, 3);
49 const b2 = new (__classPrivateFieldGet(AA.getClass(), _a, "m", _AA_method2))(0, ...arr, 3); //Error
50 const str2 = __classPrivateFieldGet((_d = AA.getClass()), _a, "m", _AA_method2).bind(_d) `head${1}middle${2}tail`;
52 static getClass() { retur
[all...]
H A DdeclarationEmitExpressionInExtends5.js12 export class Derived extends getClass<IFace>()
16 export function getClass<T>() : new() => T
53 }(getClass()));
55 function getClass() { function
58 Test.getClass = getClass;
71 export function getClass<T>(): new () => T;
H A DdeclarationEmitExpressionInExtends2.js7 function getClass<T>(c: T) {
11 class MyClass extends getClass(2) <string, number> {
35 function getClass(c) { function
44 }(getClass(2)));
52 declare function getClass<T>(c: T): typeof C;
H A DprivateNameStaticAccessorsCallExpression.js16 this.getClass().#fieldFunc2`test${1}and${2}`;
18 static getClass() { return A; }
45 __classPrivateFieldGet((_b = this.getClass()), _a, "a", _A_fieldFunc2_get).bind(_b) `test${1}and${2}`;
47 static getClass() { return A; }
H A DprivateNameStaticFieldCallExpression.js17 this.getClass().#fieldFunc2`test${1}and${2}`;
19 getClass() { return A; }
46 __classPrivateFieldGet((_c = this.getClass()), _a, "f", _A_fieldFunc2).bind(_c) `test${1}and${2}`;
48 getClass() { return A; }
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDiscardUnknownFieldsTest.java86 assertEquals(message.getClass().getName(), 0, parsed.getSerializedSize()); in assertReuseCodedInputStreamPreserve()
91 assertEquals(message.getClass().getName(), payload, parsed.toByteString()); in assertReuseCodedInputStreamPreserve()
102 assertEquals(message.getClass().getName(), payload, built.toByteString()); in assertUnknownFieldsInUnknownFieldSetArePreserve()
107 assertEquals(message.getClass().getName(), payload, parsed.toByteString()); in assertUnknownFieldsPreserved()
110 assertEquals(message.getClass().getName(), payload, parsed.toByteString()); in assertUnknownFieldsPreserved()
115 assertEquals(message.getClass().getName(), 0, parsed.getSerializedSize()); in assertUnknownFieldsExplicitlyDiscarded()
H A DExtensionRegistryFactoryTest.java87 assertEquals(registry.getClass(), ExtensionRegistry.class); in testCreate()
94 assertEquals(emptyRegistry.getClass(), ExtensionRegistry.class); in testEmpty()
120 NonNestedExtensionLite.nonNestedExtensionLite.getClass())); in testAdd()
132 Extension.class.isAssignableFrom(NonNestedExtension.nonNestedExtension.getClass())); in testAdd()
173 assertEquals(registry.getClass(), ExtensionRegistryLite.class); in testCreate()
180 assertEquals(emptyRegistry.getClass(), ExtensionRegistryLite.class); in testEmpty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java164 if (value.getClass().getName().equalsIgnoreCase("java.lang.Double")) in _test()
183 if (value.getClass().getName().equalsIgnoreCase("java.lang.Double")) in _test()
220 /*value.getString(temp) +*/ value.getClass().getName() + " F> " + s + " P> " + in _test()
221 /*n.getString(temp) +*/ n.getClass().getName() + " F> " + s2); in _test()
228 if(a.getClass().getName().equalsIgnoreCase("java.lang.Double")) in proportionalError()
233 if(a.getClass().getName().equalsIgnoreCase("java.lang.Double")) in proportionalError()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java161 if (value.getClass().getName().equalsIgnoreCase("java.lang.Double")) in _test()
180 if (value.getClass().getName().equalsIgnoreCase("java.lang.Double")) in _test()
217 /*value.getString(temp) +*/ value.getClass().getName() + " F> " + s + " P> " + in _test()
218 /*n.getString(temp) +*/ n.getClass().getName() + " F> " + s2); in _test()
225 if(a.getClass().getName().equalsIgnoreCase("java.lang.Double")) in proportionalError()
230 if(a.getClass().getName().equalsIgnoreCase("java.lang.Double")) in proportionalError()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php96 $descriptor->getClass();
97 $this->class_to_desc[$descriptor->getClass()] = $descriptor;
110 $descriptor->getClass();
111 $this->class_to_enum_desc[$descriptor->getClass()] = $descriptor;
/third_party/protobuf/php/src/Google/Protobuf/
H A DEnumDescriptor.php58 public function getClass() function
60 return $this->internal_desc->getClass();
H A DDescriptor.php62 public function getClass() function
64 return $this->internal_desc->getClass();
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaLite.java258 extension.getMessageDefaultInstance().getClass(), extensionRegistry); in parseExtension()
264 extension.getMessageDefaultInstance().getClass(), extensionRegistry); in parseExtension()
418 Protobuf.getInstance().schemaFor(data.get(0).getClass())); in serializeExtension()
430 Protobuf.getInstance().schemaFor(data.get(0).getClass())); in serializeExtension()
489 Protobuf.getInstance().schemaFor(extension.getValue().getClass())); in serializeExtension()
495 Protobuf.getInstance().schemaFor(extension.getValue().getClass())); in serializeExtension()
517 reader.readMessage(extension.getMessageDefaultInstance().getClass(), extensionRegistry); in parseLengthPrefixedMessageSetItem()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLSR.java81 && obj.getClass() == this.getClass() in equals()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormatSymbols.java79 super(cal.getClass(), locale); in ChineseDateFormatSymbols()
91 super(cal.getClass(), locale); in ChineseDateFormatSymbols()
H A DMessagePattern.java283 if(other==null || getClass()!=other.getClass()) { in equals()
767 if(other==null || getClass()!=other.getClass()) { in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLSR.java85 && obj.getClass() == this.getClass() in equals()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DChineseDateFormatSymbols.java81 super(cal.getClass(), locale); in ChineseDateFormatSymbols()
93 super(cal.getClass(), locale); in ChineseDateFormatSymbols()
H A DMessagePattern.java270 if(other==null || getClass()!=other.getClass()) { in equals()
709 if(other==null || getClass()!=other.getClass()) { in equals()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
H A DAudioDeviceListEntry.java55 if (o == null || getClass() != o.getClass()) return false; in equals()
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
H A DAudioDeviceListEntry.java55 if (o == null || getClass() != o.getClass()) return false; in equals()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DNumberFormatTest.java256 errln("FAIL: Different results for formatting " + o.getClass().getName() + " by NumberFormat(" in TestICUEquivalent()
275 + " NumberFormat(" + methodName[0] + ") for parsing " + o.getClass().getName() in TestICUEquivalent()
278 errln("FAIL: Different results for parsing " + o.getClass().getName() + " by NumberFormat(" in TestICUEquivalent()
282 + methodName[0] + ") for parsing " + o.getClass().getName() + " in locale " + loc); in TestICUEquivalent()

Completed in 23 milliseconds

12345678910>>...12