Home | History | Annotate | Download | only in tools

Lines Matching refs:endl

37       << std::endl;
71 << args[i] << std::endl;
83 << ": failed to build a dictionary" << std::endl;
87 std::cerr << "#keys: " << trie.num_keys() << std::endl;
88 std::cerr << "#tries: " << trie.num_tries() << std::endl;
89 std::cerr << "#nodes: " << trie.num_nodes() << std::endl;
90 std::cerr << "size: " << trie.total_size() << std::endl;
98 << output_filename << std::endl;
106 << ": failed to write a dictionary to standard output" << std::endl;
142 << cmdopt.optarg << std::endl;