Home
last modified time | relevance | path

Searched refs:register_callback (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dios.cc113 ios_base::register_callback(event_callback __fn, int __index) in register_callback() function in ios_base
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dios_base.h448 register_callback(event_callback __fn, int __index);
/freebsd-12.1/contrib/libc++/src/
H A Dios.cpp229 ios_base::register_callback(event_callback fn, int index) in register_callback() function in ios_base
/freebsd-12.1/contrib/libc++/include/
H A Dios99 void register_callback(event_callback fn, int index);
310 void register_callback(event_callback __fn, int __index);
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-1999640 * src/ios.cc (register_callback): Clean.
H A DChangeLog-20033457 * include/bits/ios_base.h (event, event_callback, register_callback,