/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image_unsupported.cpp | 20 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 D | HelloRosen.cpp | 20 std::cout << "hello, rosen!" << std::endl; in main() member in std
|
/third_party/elfio/tests/elf_examples/ |
H A D | test_ppc.cpp | 5 std::cout << "Hello" << std::endl; in main() member in std
|
/third_party/json/docs/examples/ |
H A D | contains__json_pointer.cpp | 22 << j.contains("/baz"_json_pointer) << std::endl; in main() member in std
|
H A D | from_ubjson.cpp | 19 std::cout << std::setw(2) << j << std::endl; in main() member in std
|
H A D | from_msgpack.cpp | 19 std::cout << std::setw(2) << j << std::endl; in main() member in std
|
H A D | json_pointer__back.cpp | 14 << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main() member in std
|
H A D | json_pointer__string_t.cpp | 10 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 D | json_pointer__operator_string_t.cpp | 18 std::cout << s << std::endl; in main() member in std
|
H A D | json_pointer__parent_pointer.cpp | 17 << "parent of \"" << ptr3 << "\" is \"" << ptr3.parent_pointer() << "\"" << std::endl; in main() member in std
|
H A D | number_unsigned_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::uint64_t, json::number_unsigned_t>::value << std::endl; in main() member in std
|
H A D | number_integer_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::int64_t, json::number_integer_t>::value << std::endl; in main() member in std
|
H A D | number_float_t.cpp | 9 std::cout << std::boolalpha << std::is_same<double, json::number_float_t>::value << std::endl; in main() member in std
|
H A D | object_comparator_t.cpp | 10 << "json::object_comparator_t(\"three\", \"four\") = " << json::object_comparator_t{}("three", "four") << std::endl; in main() member in std
|
H A D | object_t.cpp | 9 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 D | array_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::vector<json>, json::array_t>::value << std::endl; in main() member in std
|
H A D | binary_t.cpp | 9 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 D | to_msgpack.cpp | 21 std::cout << std::endl; in main() member in std
|
H A D | string_t.cpp | 9 std::cout << std::boolalpha << std::is_same<std::string, json::string_t>::value << std::endl; in main() member in std
|
H A D | boolean_t.cpp | 9 std::cout << std::boolalpha << std::is_same<bool, json::boolean_t>::value << std::endl; in main() member in std
|
H A D | default_object_comparator_t.cpp | 10 << "three < four : " << json::default_object_comparator_t{}("three", "four") << std::endl; in main() member in std
|
H A D | from_bjdata.cpp | 19 std::cout << std::setw(2) << j << std::endl; in main() member in std
|
/third_party/json/docs/mkdocs/docs/integration/vcpkg/ |
H A D | example.cpp | 8 std::cout << json::meta() << std::endl; in main() member in std
|
/third_party/json/docs/mkdocs/docs/integration/ |
H A D | example.cpp | 9 std::cout << std::setw(4) << json::meta() << std::endl; in main() member in std
|
/third_party/json/docs/mkdocs/docs/integration/conan/ |
H A D | example.cpp | 8 std::cout << json::meta() << std::endl; in main() member in std
|