Home
last modified time | relevance | path

Searched defs:endl (Results 1 - 25 of 1788) sorted by relevance

12345678910>>...72

/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image_unsupported.cpp20 std::cout << "surface image not supported beacause there is no gpu " << std::endl; in main() member in std
/foundation/graphic/graphic_2d/rosen/samples/hello_rosen/
H A DHelloRosen.cpp20 std::cout << "hello, rosen!" << std::endl; in main() member in std
/third_party/elfio/tests/elf_examples/
H A Dtest_ppc.cpp5 std::cout << "Hello" << std::endl; in main() member in std
/third_party/json/docs/examples/
H A Dcontains__json_pointer.cpp22 << j.contains("/baz"_json_pointer) << std::endl; in main() member in std
H A Dfrom_ubjson.cpp19 std::cout << std::setw(2) << j << std::endl; in main() member in std
H A Dfrom_msgpack.cpp19 std::cout << std::setw(2) << j << std::endl; in main() member in std
H A Djson_pointer__back.cpp14 << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main() member in std
H A Djson_pointer__string_t.cpp10 std::cout << s << std::endl; in main() member in std
12 std::cout << std::boolalpha << std::is_same<json::json_pointer::string_t, json::string_t>::value << std::endl; in main() member in std
H A Djson_pointer__operator_string_t.cpp18 std::cout << s << std::endl; in main() member in std
H A Djson_pointer__parent_pointer.cpp17 << "parent of \"" << ptr3 << "\" is \"" << ptr3.parent_pointer() << "\"" << std::endl; in main() member in std
H A Dnumber_unsigned_t.cpp9 std::cout << std::boolalpha << std::is_same<std::uint64_t, json::number_unsigned_t>::value << std::endl; in main() member in std
H A Dnumber_integer_t.cpp9 std::cout << std::boolalpha << std::is_same<std::int64_t, json::number_integer_t>::value << std::endl; in main() member in std
H A Dnumber_float_t.cpp9 std::cout << std::boolalpha << std::is_same<double, json::number_float_t>::value << std::endl; in main() member in std
H A Dobject_comparator_t.cpp10 << "json::object_comparator_t(\"three\", \"four\") = " << json::object_comparator_t{}("three", "four") << std::endl; in main() member in std
H A Dobject_t.cpp9 std::cout << std::boolalpha << std::is_same<std::map<json::string_t, json>, json::object_t>::value << std::endl; in main() member in std
H A Darray_t.cpp9 std::cout << std::boolalpha << std::is_same<std::vector<json>, json::array_t>::value << std::endl; in main() member in std
H A Dbinary_t.cpp9 std::cout << std::boolalpha << std::is_same<nlohmann::byte_container_with_subtype<std::vector<std::uint8_t>>, json::binary_t>::value << std::endl; in main() member in std
H A Dto_msgpack.cpp21 std::cout << std::endl; in main() member in std
H A Dstring_t.cpp9 std::cout << std::boolalpha << std::is_same<std::string, json::string_t>::value << std::endl; in main() member in std
H A Dboolean_t.cpp9 std::cout << std::boolalpha << std::is_same<bool, json::boolean_t>::value << std::endl; in main() member in std
H A Ddefault_object_comparator_t.cpp10 << "three < four : " << json::default_object_comparator_t{}("three", "four") << std::endl; in main() member in std
H A Dfrom_bjdata.cpp19 std::cout << std::setw(2) << j << std::endl; in main() member in std
/third_party/json/docs/mkdocs/docs/integration/vcpkg/
H A Dexample.cpp8 std::cout << json::meta() << std::endl; in main() member in std
/third_party/json/docs/mkdocs/docs/integration/
H A Dexample.cpp9 std::cout << std::setw(4) << json::meta() << std::endl; in main() member in std
/third_party/json/docs/mkdocs/docs/integration/conan/
H A Dexample.cpp8 std::cout << json::meta() << std::endl; in main() member in std

Completed in 4 milliseconds

12345678910>>...72