Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-regression2.cpp272 struct for_3204_bar struct
281 explicit for_3204_bar(std::function<void(for_3204_foo)> /*unused*/) noexcept // NOLINT(performance-unnecessary-value-param)
283 explicit for_3204_bar(std::function<void(json)> /*unused*/) noexcept // NOLINT(performance-unnecessary-value-param)
907 for_3204_bar bar_from_foo([](for_3204_foo) noexcept {}); // NOLINT(performance-unnecessary-value-param)
908 for_3204_bar bar_from_json([](json) noexcept {}); // NOLINT(performance-unnecessary-value-param)
910 CHECK(bar_from_foo.constructed_from == for_3204_bar::constructed_from_foo);
911 CHECK(bar_from_json.constructed_from == for_3204_bar::constructed_from_json);

Completed in 3 milliseconds