Lines Matching full:c_char
2093 const char c_char[] = { 'a', 'b', 'c', 'd', 'e' };
2094 static constexpr size_t kCharCount = arraysize(c_char);
2114 expected[x][y][z] = s[x]->FastIndexOf(c_char[y], static_cast<int32_t>(z) - 1);
2127 size_t result = Invoke3(reinterpret_cast<size_t>(s[x].Get()), c_char[y], start,
2140 c_char[y] << " @ " << start;