Home
last modified time | relevance | path

Searched refs:quux (Results 1 - 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A Des6ExportClauseWithAssignmentInEs5.js16 export { foo, baz, baz as quux, buzz, bizz };
22 exports.bizz = exports.buzz = exports.quux = exports.baz = exports.foo = void 0;
28 exports.quux = baz;
29 exports.quux = exports.baz = baz = 4;
H A DprivateNameDeclaration.js7 quux(): void {
21 quux() {
32 quux(): void;
H A DprivateNamesInNestedClasses-1.js14 quux (b: B) {
22 new B().quux(b);
54 quux(b) {
63 new B().quux(b);
H A DobjectRestReadonly.js6 quux: string
12 quux: 'quuz',
35 quux: 'quuz'
H A DYieldExpression19_es6.js4 function* quux() {
13 function* quux() {
H A DindexedAccessWithFreshObjectLiteral.js34 function quux (id: 'a' | 'b' | 'z') { function
87 function quux(id) {
H A DprivateNamesInGenericClasses.js16 quux(x: C<string>) { return x.#foo; } // OK
55 quux(x) { return __classPrivateFieldGet(x, _C_foo, "f"); } // OK
H A DprivateNameAndPropertySignature.js21 declare const y: [{ qux: { #quux: 3 } }];
H A DprivateNamesIncompatibleModifiers.js33 abstract #quux = 3; // Error
/third_party/node/test/fixtures/errors/
H A Devents_unhandled_error_common_trace.js18 function quux() { function
22 quux();
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dcanonical-types.hpp19 ((D *)0)->quux(); in foo()
39 void quux() { in quux() function in ClassC::ClassCInnerCRTP
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbitwise-cast.c27 static __be32 quux(void) in quux() function
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java40 trie.root().with("bar", bar -> bar.with("baz", baz -> baz.with("quux", quux -> quux.putPrefixAndValue(0)))); in testHierarchyAndOrdering()
46 "bar-baz-quux", 0, in testHierarchyAndOrdering()
/third_party/node/test/parallel/
H A Dtest-console.js141 { foo: { bar: { quux: false } } },
142 { foo: { bar: { quux: true } } }
246 assert.ok(strings[0].includes('quux'));
247 assert.ok(strings.shift().includes('quux: true'));
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py278 unittest_custom_options_pb2.quux])
291 unittest_custom_options_pb2.quux])
301 unittest_custom_options_pb2.quux])
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py309 unittest_custom_options_pb2.quux])
322 unittest_custom_options_pb2.quux])
332 unittest_custom_options_pb2.quux])
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc635 // required string quux = 6; in SetUp()
690 AddField(message2, "quux", 6, FieldDescriptorProto::LABEL_REQUIRED, in SetUp()
836 EXPECT_TRUE(message_->FindFieldByName("quux") == nullptr); in TEST_F()
840 EXPECT_EQ(quux2_, message2_->FindFieldByName("quux")); in TEST_F()
875 EXPECT_EQ("corge.grault.TestMessage2.quux", quux2_->full_name()); in TEST_F()
888 EXPECT_EQ("corge.grault.TestMessage2.quux", in TEST_F()
2941 " name:'quux' number:1 label:LABEL_OPTIONAL type: TYPE_INT64 " in TEST_P()
2965 " name:'quux' number:1 label: LABEL_OPTIONAL " in TEST_P()
3094 .GetExtension(protobuf_unittest::quux), in TEST()
3108 .GetExtension(protobuf_unittest::quux), in TEST()
[all...]

Completed in 14 milliseconds