Home
last modified time | relevance | path

Searched refs:assign1 (Results 1 - 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypeGuardFunctionErrors.js78 var assign1: (p1, p2) => p1 is A; variable
79 assign1 = function(p1, p2): boolean {
246 var assign1; function
247 assign1 = function (p1, p2) {
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp164 ir_assignment *const assign1 = ir->as_assignment(); in check_instructions() local
166 ASSERT_NE((void *)0, assign1); in check_instructions()
167 EXPECT_EQ(tmp1, assign1->lhs->variable_referenced()); in check_instructions()
168 EXPECT_EQ(source, assign1->rhs); in check_instructions()
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp211 return new StringPerfFunction(assign1, filelines_, numLines, uselen); in TestAssign1()
213 return new StringPerfFunction(assign1, StrBuffer, StrBufferLen, uselen); in TestAssign1()
H A Dstringperf.h422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() function

Completed in 3 milliseconds