Home
last modified time | relevance | path

Searched refs:cpp_main (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/boost/test/
Dprg_exec_monitor.hpp58 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/
Dlightweight_main.hpp17 int cpp_main(int argc, char* argv[]);
23 return cpp_main(argc, argv); in main()
Dlightweight_test_report.hpp29 int cpp_main(int argc, char* argv[]) in cpp_main() function
/third_party/boost/boost/test/impl/
Dcpp_main.ipp67 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/
Dcal.cpp22 void cpp_main() in cpp_main() function
67 cpp_main(); in main()
/third_party/skia/third_party/externals/icu/source/samples/datecal/
Dcal.cpp22 void cpp_main() in cpp_main() function
67 cpp_main(); in main()
/third_party/icu/icu4c/source/samples/datecal/
Dcal.cpp22 void cpp_main() in cpp_main() function
67 cpp_main(); in main()
/third_party/boost/libs/test/doc/prod_use/
Dprogram_execution_monitor.qbk23 …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/
Dresult-code-test.cpp16 int cpp_main( int, char* [] ) // note the name in cpp_main() function
Duncatched-exception-test.cpp32 cpp_main( int argc, char *[] ) // note the name in cpp_main() function
Duser-fatal-exception-test.cpp18 int cpp_main( int, char *[] ) // note the name in cpp_main() function
Dsystem-exception-test.cpp31 int cpp_main( int, char *[] ) // note the name in cpp_main() function
/third_party/boost/libs/test/doc/examples/
Dexample26.run-fail.cpp11 int cpp_main( int, char* [] ) // note the name in cpp_main() function
Dexample24.run.cpp12 int cpp_main( int, char* [] ) // note name cpp_main, not main. in cpp_main() function
Dexample25.run-fail.cpp14 int cpp_main( int, char* [] ) // note the name in cpp_main() function
/third_party/boost/tools/boost_install/test/test/
Dtest_mon.cpp11 int cpp_main( int, char*[] ) in cpp_main() function
/third_party/boost/libs/test/example/
Dprg_exec_example.cpp12 int cpp_main( int, char *[] ) // note the name! in cpp_main() function
/third_party/boost/libs/endian/test/
Ddeprecated_test.cpp151 int cpp_main(int, char *[]) in cpp_main() function
187 return cpp_main( argc, argv ); in main()
/third_party/boost/libs/filesystem/test/issues/
D6638-global-init-fails-3.cpp33 int cpp_main(int, char* []) in cpp_main() function
Dhello_filesystem.cpp32 int cpp_main(int argc, char* argv[]) in cpp_main() function
D9219.cpp32 int cpp_main(int argc, char* argv[]) in cpp_main() function
/third_party/boost/libs/regex/test/profile/
DMakefile8 …o regress ../regress/*.cpp ../../src/*.cpp ../../../test/src/ex*.cpp ../../../test/src/cpp_main.cpp
/third_party/boost/libs/filesystem/test/
Dsample_test.cpp40 int cpp_main(int argc, char* argv[]) in cpp_main() function
/third_party/boost/libs/regex/test/regress/
Dmain.cpp90 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/
Ddirectory_symlink_parent_resolution.cpp19 int cpp_main(int argc, char* argv[]) in cpp_main() function

1234