Searched refs:shl_signed (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dlexical_cast.hpp1339 inline bool shl_signed(T n) function in class:boost::detail::lexical_stream_limited_src
1529 bool operator<<(short n) { return shl_signed(n); }
1530 bool operator<<(int n) { return shl_signed(n); }
1531 bool operator<<(long n) { return shl_signed(n); }
1538 bool operator<<(boost::long_long_type n) { return shl_signed(n); }
1541 bool operator<<( __int64 n) { return shl_signed(n); }

Completed in 38 milliseconds