Home
last modified time | relevance | path

Searched defs:endl (Results 51 - 75 of 587) sorted by relevance

12345678910>>...24

/third_party/json/docs/examples/
H A Dnlohmann_json_namespace_no_version.cpp12 std::cout << QUOTE(NLOHMANN_JSON_NAMESPACE) << std::endl; in main() member in std
H A Dpatch_inplace.cpp28 std::cout << "Before\n" << std::setw(4) << doc << std::endl; in main() member in std
34 std::cout << "\nAfter\n" << std::setw(4) << doc << std::endl; in main() member in std
H A Dbyte_container_with_subtype__subtype.cpp18 << "\nc2.subtype() = " << c2.subtype() << std::endl; in main() member in std
H A Djson_lines.cpp20 std::cout << json::parse(line) << std::endl; in main() member in std
H A Dbyte_container_with_subtype__has_subtype.cpp18 << "\nc2.has_subtype() = " << c2.has_subtype() << std::endl; in main() member in std
H A Dpatch.cpp32 << std::setw(4) << patched_doc << std::endl; in main() member in std
H A Dcbor_tag_handler_t.cpp23 std::cout << b_ignore_tag << std::endl; in main() member in std
27 std::cout << b_store_tag << std::endl; in main() member in std
H A Ddump.cpp36 std::cout << j_invalid.dump() << std::endl; in main() member in std
H A Ddiff.cpp36 << std::setw(4) << patched_source << std::endl; in main() member in std
H A Dordered_map.cpp13 std::cout << "}" << std::endl; in output() member in std
H A Dbyte_container_with_subtype__byte_container_with_subtype.cpp22 std::cout << json(c1) << "\n" << json(c2) << "\n" << json(c3) << std::endl; in main() member in std
H A Dnlohmann_json_namespace_begin.c++17.cpp32 std::cout << j << std::endl; in main() member in std
H A Doperator__equal__specializations.cpp15 std::cout << std::boolalpha << (uj1 == uj2) << '\n' << (oj1 == oj2) << std::endl; in main() member in std
H A Dsax_parse__binary.cpp113 std::cout << "\nresult: " << std::boolalpha << result << std::endl; in main() member in std
H A Dto_ubjson.cpp34 std::cout << std::endl; in main() member in std
51 std::cout << std::endl; in main() member in std
57 std::cout << std::endl; in main() member in std
63 std::cout << std::endl; in main() member in std
/third_party/libabigail/src/
H A Dabg-viz-svg.cc31 f << _M_sstream.str() << std::endl; in write() member in abigail::std
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dcmake_thread_test.cc21 std::cout << (void*)tid << std::endl; in main() member in std
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp27 std::cout << "DONE!" << std::endl; in main() member in std
/third_party/elfio/examples/add_section/
H A Dadd_section.cpp31 std::cout << "Usage: add_section <elf_file>" << std::endl; in main() member in std
40 std::cout << "Can't find or process ELF file " << argv[1] << std::endl; in main() member in std
/third_party/json/tools/macro_builder/
H A Dmain.cpp10 ss << "#define NLOHMANN_JSON_EXPAND( x ) x" << endl; in build_code() local
14 ss << "NAME,...) NAME" << endl; in build_code() local
16 ss << "#define NLOHMANN_JSON_PASTE(...) NLOHMANN_JSON_EXPAND(NLOHMANN_JSON_GET_MACRO(__VA_ARGS__, \\" << endl; in build_code() local
18 ss << "NLOHMANN_JSON_PASTE" << i << ", \\" << endl; in build_code() local
19 ss << "NLOHMANN_JSON_PASTE1)(__VA_ARGS__))" << endl; in build_code() local
21 ss << "#define NLOHMANN_JSON_PASTE2(func, v1) func(v1)" << endl; in build_code() local
/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
H A Dgeocoding_test_program.cc41 std::cout << description << std::endl; in main() member in std
/third_party/musl/libc-test/src/functional/
H A Ddlclose_recursive_dlopen_so.cpp22 << ",failed: " << dlerror() << std::endl; in BarIns() member in BarIns::std
24 std::cerr << "open: " << SO_CLOSE_RECURSIVE << " successfully" << std::endl; in BarIns() member in BarIns::std
33 std::cerr << "close: " << SO_CLOSE_RECURSIVE << " successfully" << std::endl; in ~BarIns() member in BarIns::std
/third_party/zlib/contrib/iostream3/
H A Dtest.cc36 << 1.3 << "\nPlan " << 9 << std::endl; in main() member in std
/third_party/gn/examples/ios/host/
H A Dmain.cc68 std::cout << "\"}" << std::endl; in main() member in std
/third_party/icu/icu4c/source/test/fuzzer/
H A Dfuzzer_driver.cpp35 << "Please run the above step and make tests to rebuild" << std::endl; in main() member in std
41 << " -q : quiet while error" << std::endl; in main() member in std
49 std::cerr << "Cannot open testcase file " << path << std::endl; in main() member in std

Completed in 10 milliseconds

12345678910>>...24