Lines Matching defs:values

40 void CheckUIntWidth(const std::vector<T>& values, uint8_t expected_width) {  in CheckUIntWidth()
52 void CheckUIntWidth(const std::vector<T>& values, const std::vector<uint8_t>& valid_bytes, in CheckUIntWidth()
62 void CheckIntWidth(const std::vector<T>& values, uint8_t expected_width) { in CheckIntWidth()
74 void CheckIntWidth(const std::vector<T>& values, const std::vector<uint8_t>& valid_bytes, in CheckIntWidth()
89 std::vector<T> values(n_values); in MakeRandomVector() local
102 std::vector<T> values(n_values, null_value); in AlmostAllNullValues() local
116 std::vector<T> values(n_values, 0); in AlmostAllZeros() local
129 std::vector<uint64_t> values{0, 0x7f, 0xff}; in TEST() local
155 std::vector<uint64_t> values{0, 0xff}; in TEST() local
186 for (const auto& values : AlmostAllZeros<uint64_t>(N, 0xff)) { in TEST() local
189 for (const auto& values : AlmostAllZeros<uint64_t>(N, 0xffff)) { in TEST() local
192 for (const auto& values : AlmostAllZeros<uint64_t>(N, 0xffffffffULL)) { in TEST() local
195 for (const auto& values : AlmostAllZeros<uint64_t>(N, 0xffffffffffffffffULL)) { in TEST() local
198 auto values = MakeRandomVector(valid_uint8, N); in TEST() local
241 std::vector<int64_t> values{0, 0x7f, -0x80}; in TEST() local
277 std::vector<int64_t> values{0, 0x7f, -0x80}; in TEST() local
317 for (const auto& values : AlmostAllZeros<int64_t>(N, value)) { in TEST() local
323 for (const auto& values : AlmostAllZeros<int64_t>(N, value)) { in TEST() local
329 for (const auto& values : AlmostAllZeros<int64_t>(N, value)) { in TEST() local
335 for (const auto& values : AlmostAllZeros<int64_t>(N, value)) { in TEST() local
412 int16_t* values = index_data->GetMutableValues<int16_t>(1); in TEST() local
490 auto values = ArrayFromJSON(type, values_json); in CheckInRangePasses() local
498 auto values = ArrayFromJSON(type, values_json); in CheckInRangeFails() local
514 int16_t* values = index_data->GetMutableValues<int16_t>(1); in TEST() local