D | map_converter_test.cpp | 35 dut_.reset(new MapConverter<int, int32_t, int32_t>(converter_, map_)); in SetUp() 51 const std::map<int32_t, int32_t> map_{{10, 1}, {40, 4}, {20, 2}, {30, 3}}; member in v4l2_camera_hal::MapConverterTest 56 auto kv = map_.begin(); in TEST_F() 62 auto kv = map_.begin(); in TEST_F() 68 auto kv = map_.begin(); in TEST_F() 75 auto kv = map_.begin(); in TEST_F() 81 auto kv = map_.rbegin(); in TEST_F() 95 auto kv = map_.begin(); in TEST_F()
|