Lines Matching refs:TestValue
15 class TestValue : public ExpandedValueBase<int64_t, TestValue> { class
17 explicit TestValue(int64_t value) : ExpandedValueBase(value) {} in TestValue() function in openscreen::cast::__anoncddb32f70111::TestValue
31 const TestValue original_value(i); in TEST()
33 const TestValue reference(i); in TEST()
40 const TestValue original_value(i); in TEST()
42 const TestValue reference(i - 1); in TEST()
49 const TestValue original_value(i); in TEST()
51 const TestValue reference(i + 1); in TEST()
60 const TestValue original_value(bias + i); in TEST()
62 const TestValue reference(bias); in TEST()
77 const TestValue original_value(bias + i); in TEST()
79 const TestValue reexpanded_value(bias + i - 256); in TEST()
81 const TestValue reference(bias); in TEST()
96 const TestValue original_value(bias + i); in TEST()
98 const TestValue reexpanded_value(bias + i + 256); in TEST()
100 const TestValue reference(bias); in TEST()