OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_TEST_CALL_DECL
(Results
1 - 4
of
4
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
lazy_ostream.hpp
96
inline lazy_ostream_impl<R& (
BOOST_TEST_CALL_DECL
*)(S&)>
97
operator<<( lazy_ostream const& prev, R& (
BOOST_TEST_CALL_DECL
*man)(S&) )
99
return lazy_ostream_impl<R& (
BOOST_TEST_CALL_DECL
*)(S&)>( prev, man );
wrap_stringstream.hpp
121
operator<<( basic_wrap_stringstream<CharT>& targ, std::ios_base& (
BOOST_TEST_CALL_DECL
*man)(std::ios_base&) )
131
operator<<( basic_wrap_stringstream<CharT>& targ, std::basic_ostream<Elem,Tr>& (
BOOST_TEST_CALL_DECL
*man)(std::basic_ostream<Elem, Tr>&) )
141
operator<<( basic_wrap_stringstream<CharT>& targ, std::basic_ios<Elem, Tr>& (
BOOST_TEST_CALL_DECL
*man)(std::basic_ios<Elem, Tr>&) )
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test.hpp
56
int
BOOST_TEST_CALL_DECL
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
config.hpp
33
# define
BOOST_TEST_CALL_DECL
__cdecl
35
# define
BOOST_TEST_CALL_DECL
/**/
Completed in 44 milliseconds