Lines Matching refs:std
58 std::cerr in usageFailure()
61 << std::endl; in usageFailure()
62 std::exit(EXIT_FAILURE); in usageFailure()
71 std::string convertLazy(rtl::OUString const & s16) { in convertLazy()
73 return std::string( in convertLazy()
76 > std::numeric_limits< std::string::size_type >::max()) in convertLazy()
77 ? std::numeric_limits< std::string::size_type >::max() in convertLazy()
78 : static_cast< std::string::size_type >(s8.getLength()))); in convertLazy()
81 std::string convertStrict(rtl::OUString const & s16) { in convertStrict()
88 > std::numeric_limits< std::string::size_type >::max())) in convertStrict()
90 std::cerr in convertStrict()
92 << std::endl; in convertStrict()
93 std::exit(EXIT_FAILURE); in convertStrict()
95 return std::string( in convertStrict()
96 s8.getStr(), static_cast< std::string::size_type >(s8.getLength())); in convertStrict()
121 std::cerr in SAL_IMPLEMENT_MAIN()
123 << "\", \"" << convertLazy(sym) << '"' << std::endl; in SAL_IMPLEMENT_MAIN()
124 std::exit(EXIT_FAILURE); in SAL_IMPLEMENT_MAIN()
144 std::cerr << "DynamicLibraryManagerException: \"" << e.what() << "\"\n"; in SAL_IMPLEMENT_MAIN()