Home
last modified time | relevance | path

Searched refs:funC (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionGenerics.types47 declare function funC<T>(p1: (p1) => p1 is T): T;
48 >funC : <T>(p1: (p1: any) => p1 is T) => T
84 let test2: B = funC(isB);
86 >funC(isB) : B
87 >funC : <T>(p1: (p1: any) => p1 is T) => T
DtypeGuardFunctionGenerics.symbols59 declare function funC<T>(p1: (p1) => p1 is T): T;
60 >funC : Symbol(funC, Decl(typeGuardFunctionGenerics.ts, 17, 58))
110 let test2: B = funC(isB);
113 >funC : Symbol(funC, Decl(typeGuardFunctionGenerics.ts, 17, 58))
DtypeGuardFunctionGenerics.js20 declare function funC<T>(p1: (p1) => p1 is T): T;
29 let test2: B = funC(isB);
73 var test2 = funC(isB);
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionGenerics.ts20 declare function funC<T>(p1: (p1) => p1 is T): T;
29 let test2: B = funC(isB);
/third_party/boost/libs/optional/test/
Doptional_test_value_access.cpp132 FunC funC; in test_function_value_or_eval() local
139 BOOST_TEST_EQ(o1.value_or_eval(funC), 1); in test_function_value_or_eval()
140 BOOST_TEST_EQ(oN.value_or_eval(funC), 6); in test_function_value_or_eval()
Doptional_test_old_impl.cpp133 FunC funC; in test_function_value_or_eval() local
140 BOOST_TEST_EQ(o1.value_or_eval(funC), 1); in test_function_value_or_eval()
141 BOOST_TEST_EQ(oN.value_or_eval(funC), 6); in test_function_value_or_eval()