Lines Matching defs:foo
47 struct foo
56 struct foo_serializer<T, typename std::enable_if<std::is_same<foo, T>::value>::type>
71 struct foo_serializer < T, typename std::enable_if < !std::is_same<foo, T>::value >::type >
118 const auto* s = R"(["\"foo\""])";
120 auto expected = R"(["\"foo\""])"_json;
244 float foo{j["Foo"]};
245 CHECK(static_cast<double>(foo) == Approx(42.42));
1270 std::string i = "\xef\xbb\xbf{\n \"foo\": true\n}";
1470 my_json foo = R"([1, 2, 3])"_json;
1475 foo_json lj = ns::foo{3};
1476 ns::foo ff(lj);