HomeSort by relevance Sort by last modified time
    Searched refs:_Ios_Fmtflags (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 51 enum _Ios_Fmtflags
74 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
75 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b)
76 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
78 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
79 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b)
80 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
82 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 51 enum _Ios_Fmtflags
74 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
75 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b)
76 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
78 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
79 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b)
80 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
82 inline _GLIBCXX_CONSTEXPR _Ios_Fmtflags
    [all...]

Completed in 312 milliseconds