/third_party/boost/boost/test/ |
D | prg_exec_monitor.hpp | 58 int BOOST_TEST_DECL prg_exec_monitor_main( int (*cpp_main)( int argc, char* argv[] ), int argc, cha… 69 int cpp_main( int argc, char* argv[] ); 74 return ::boost::prg_exec_monitor_main( &cpp_main, argc, argv ); in main()
|
/third_party/boost/boost/detail/ |
D | lightweight_main.hpp | 17 int cpp_main(int argc, char* argv[]); 23 return cpp_main(argc, argv); in main()
|
D | lightweight_test_report.hpp | 29 int cpp_main(int argc, char* argv[]) in cpp_main() function
|
/third_party/boost/boost/test/impl/ |
D | cpp_main.ipp | 67 prg_exec_monitor_main( int (*cpp_main)( int argc, char* argv[] ), int argc, char* argv[] ) 77 result = ex_mon.execute( cpp_main_caller( cpp_main, argc, argv ) ); 122 int cpp_main( int argc, char* argv[] ); // prototype for user's cpp_main() 127 return ::boost::prg_exec_monitor_main( &cpp_main, argc, argv );
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/datecal/ |
D | cal.cpp | 22 void cpp_main() in cpp_main() function 67 cpp_main(); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/datecal/ |
D | cal.cpp | 22 void cpp_main() in cpp_main() function 67 cpp_main(); in main()
|
/third_party/icu/icu4c/source/samples/datecal/ |
D | cal.cpp | 22 void cpp_main() in cpp_main() function 67 cpp_main(); in main()
|
/third_party/boost/libs/test/doc/prod_use/ |
D | program_execution_monitor.qbk | 23 …orting duties by providing a replacement function `main()` which calls a user-supplied `cpp_main()` 42 __PEM__ instead of regular function `main` your program is required to supply a function `cpp_main(… 48 It really is that simple - just change the name of your initial function from `main()` to `cpp_main… 53 * Exceptions thrown from `cpp_main()` 54 * Non-zero return from `cpp_main()` 66 Let's consider an example where function `cpp_main()` had bubbled up a return code of 5: 78 * `boost::exit_failure` - non-zero and `non-boost::exit_success` return code from `cpp_main()` 79 * `boost::exit_exception_failure` - `cpp_main()` throw an exception 120 To monitor execution of user supplied function `cpp_main()` the __PEM__ relies on the Boost.Test's 136 [`boost/test/impl/cpp_main.ipp`]
|
/third_party/boost/libs/test/test/prg_exec_monitor-ts/ |
D | result-code-test.cpp | 16 int cpp_main( int, char* [] ) // note the name in cpp_main() function
|
D | uncatched-exception-test.cpp | 32 cpp_main( int argc, char *[] ) // note the name in cpp_main() function
|
D | user-fatal-exception-test.cpp | 18 int cpp_main( int, char *[] ) // note the name in cpp_main() function
|
D | system-exception-test.cpp | 31 int cpp_main( int, char *[] ) // note the name in cpp_main() function
|
/third_party/boost/libs/test/doc/examples/ |
D | example26.run-fail.cpp | 11 int cpp_main( int, char* [] ) // note the name in cpp_main() function
|
D | example24.run.cpp | 12 int cpp_main( int, char* [] ) // note name cpp_main, not main. in cpp_main() function
|
D | example25.run-fail.cpp | 14 int cpp_main( int, char* [] ) // note the name in cpp_main() function
|
/third_party/boost/tools/boost_install/test/test/ |
D | test_mon.cpp | 11 int cpp_main( int, char*[] ) in cpp_main() function
|
/third_party/boost/libs/test/example/ |
D | prg_exec_example.cpp | 12 int cpp_main( int, char *[] ) // note the name! in cpp_main() function
|
/third_party/boost/libs/endian/test/ |
D | deprecated_test.cpp | 151 int cpp_main(int, char *[]) in cpp_main() function 187 return cpp_main( argc, argv ); in main()
|
/third_party/boost/libs/filesystem/test/issues/ |
D | 6638-global-init-fails-3.cpp | 33 int cpp_main(int, char* []) in cpp_main() function
|
D | hello_filesystem.cpp | 32 int cpp_main(int argc, char* argv[]) in cpp_main() function
|
D | 9219.cpp | 32 int cpp_main(int argc, char* argv[]) in cpp_main() function
|
/third_party/boost/libs/regex/test/profile/ |
D | Makefile | 8 …o regress ../regress/*.cpp ../../src/*.cpp ../../../test/src/ex*.cpp ../../../test/src/cpp_main.cpp
|
/third_party/boost/libs/filesystem/test/ |
D | sample_test.cpp | 40 int cpp_main(int argc, char* argv[]) in cpp_main() function
|
/third_party/boost/libs/regex/test/regress/ |
D | main.cpp | 90 int cpp_main(int /*argc*/, char * /*argv*/[]) in cpp_main() function 232 return cpp_main(argc, argv); in main()
|
/third_party/boost/libs/filesystem/example/ |
D | directory_symlink_parent_resolution.cpp | 19 int cpp_main(int argc, char* argv[]) in cpp_main() function
|