Home
last modified time | relevance | path

Searched defs:char_traits (Results 1 – 25 of 760) sorted by path

12345678910>>...31

/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/FileHandling/
H A DStreamBuf.hpp61 typedef tr char_traits; typedef in gpstk::BasicStreamBuf
/dports/audio/musicpd/mpd-0.23.6/src/fs/
H A DTraits.hxx52 using char_traits = string::traits_type; typedef
211 using char_traits = string::traits_type; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/toml-0.5.8/src/
H A Dser.rs7 //! Note that the TOML format has a restriction that if a table itself contains
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/
H A Dchar_traits.hpp50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
51 static char newline() { return '\n'; } in newline()
52 static int good() { return '\n'; } in good()
53 static int would_block() { return WOULD_BLOCK; } in would_block()
55 static bool is_eof(int c) { return c == EOF; } in is_eof()
56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block()
61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
62 static wchar_t newline() { return L'\n'; } in newline()
63 static std::wint_t good() { return L'\n'; } in good()
64 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/detail/
H A Dchar_traits.hpp35 struct char_traits { struct
36 typedef char char_type;
37 typedef int int_type;
38 typedef std::streampos pos_type;
39 typedef std::streamoff off_type;
45 static char* copy(char *dest, const char *src, std::size_t n) in copy()
47 static char* move(char *dest, const char *src, std::size_t n) in move()
51 static char to_char_type(const int& c) { return c; } in to_char_type()
52 static int to_int_type(const char& c) { return c; } in to_int_type()
53 static bool eq_int_type(const int& lhs, const int& rhs) in eq_int_type()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/src/
H A Dstream.cpp198 typedef std::istream::traits_type char_traits; in Stream() typedef
/dports/biology/iqtree/IQ-TREE-2.0.6/yaml-cpp/src/
H A Dstream.cpp192 typedef std::istream::traits_type char_traits; typedef
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/
H A Dchar_traits.hpp47 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
48 static char newline() { return '\n'; } in newline()
49 static int good() { return '\n'; } in good()
50 static int would_block() { return WOULD_BLOCK; } in would_block()
52 static bool is_eof(int c) { return c == EOF; } in is_eof()
53 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block()
58 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
59 static wchar_t newline() { return L'\n'; } in newline()
60 static std::wint_t good() { return L'\n'; } in good()
61 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/detail/
H A Dchar_traits.hpp34 struct char_traits { struct
35 typedef char char_type;
36 typedef int int_type;
37 typedef std::streampos pos_type;
38 typedef std::streamoff off_type;
44 static char* copy(char *dest, const char *src, std::size_t n) in copy()
46 static char* move(char *dest, const char *src, std::size_t n) in move()
50 static char to_char_type(const int& c) { return c; } in to_char_type()
51 static int to_int_type(const char& c) { return c; } in to_int_type()
52 static bool eq_int_type(const int& lhs, const int& rhs) in eq_int_type()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/range/detail/
H A Dcollection_traits_detail.hpp529 typedef ::std::char_traits<char_type> char_traits; typedef
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/
H A Dconcepts.hpp71 template<> struct char_traits<boost::char_architype>{}; struct
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/align/
H A Daligned_allocator_adaptor.hpp47 template rebind_traits<char> char_traits; typedef in boost::alignment::aligned_allocator_adaptor
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/iostreams/
H A Dchar_traits.hpp50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
51 static char newline() { return '\n'; } in newline()
52 static int good() { return '\n'; } in good()
53 static int would_block() { return WOULD_BLOCK; } in would_block()
55 static bool is_eof(int c) { return c == EOF; } in is_eof()
56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block()
61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
62 static wchar_t newline() { return L'\n'; } in newline()
63 static std::wint_t good() { return L'\n'; } in good()
64 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/iostreams/detail/
H A Dchar_traits.hpp35 struct char_traits { struct
36 typedef char char_type;
37 typedef int int_type;
38 typedef std::streampos pos_type;
39 typedef std::streamoff off_type;
45 static char* copy(char *dest, const char *src, std::size_t n) in copy()
47 static char* move(char *dest, const char *src, std::size_t n) in move()
51 static char to_char_type(const int& c) { return c; } in to_char_type()
52 static int to_int_type(const char& c) { return c; } in to_int_type()
53 static bool eq_int_type(const int& lhs, const int& rhs) in eq_int_type()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/yaml-cpp-0.6.2/src/
H A Dstream.cpp198 typedef std::istream::traits_type char_traits; in Stream() typedef
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/align/
H A Daligned_allocator_adaptor.hpp46 template rebind_traits<char> char_traits; typedef in boost::alignment::aligned_allocator_adaptor
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/iostreams/
H A Dchar_traits.hpp50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
51 static char newline() { return '\n'; } in newline()
52 static int good() { return '\n'; } in good()
53 static int would_block() { return WOULD_BLOCK; } in would_block()
55 static bool is_eof(int c) { return c == EOF; } in is_eof()
56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block()
61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
62 static wchar_t newline() { return L'\n'; } in newline()
63 static std::wint_t good() { return L'\n'; } in good()
64 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/iostreams/detail/
H A Dchar_traits.hpp35 struct char_traits { struct
36 typedef char char_type;
37 typedef int int_type;
38 typedef std::streampos pos_type;
39 typedef std::streamoff off_type;
45 static char* copy(char *dest, const char *src, std::size_t n) in copy()
47 static char* move(char *dest, const char *src, std::size_t n) in move()
51 static char to_char_type(const int& c) { return c; } in to_char_type()
52 static int to_int_type(const char& c) { return c; } in to_int_type()
53 static bool eq_int_type(const int& lhs, const int& rhs) in eq_int_type()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/range/detail/
H A Dcollection_traits_detail.hpp410 typedef ::std::char_traits<char_type> char_traits; typedef
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/regex/
H A Dconcepts.hpp73 template<> struct char_traits<boost::char_architype> struct
78 typedef boost::char_architype char_type;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/support/detail/lexer/
H A Dchar_traits.hpp17 struct char_traits struct
19 typedef CharT char_type;
20 typedef CharT index_type;
22 static index_type call (CharT ch) in call()
29 struct char_traits<char> struct
31 typedef char char_type;
32 typedef unsigned char index_type;
34 static index_type call (char ch) in call()
41 struct char_traits<wchar_t> struct
43 typedef wchar_t char_type;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/uuid/
H A Dname_generator.hpp50 uuid operator()(std::basic_string<ch, char_traits, alloc> const& name) { in operator ()() argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/align/
H A Daligned_allocator_adaptor.hpp46 template rebind_traits<char> char_traits; typedef in boost::alignment::aligned_allocator_adaptor
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/iostreams/
H A Dchar_traits.hpp50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
51 static char newline() { return '\n'; } in newline()
52 static int good() { return '\n'; } in good()
53 static int would_block() { return WOULD_BLOCK; } in would_block()
55 static bool is_eof(int c) { return c == EOF; } in is_eof()
56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block()
61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
62 static wchar_t newline() { return L'\n'; } in newline()
63 static std::wint_t good() { return L'\n'; } in good()
64 static std::wint_t would_block() { return WWOULD_BLOCK; } in would_block()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/iostreams/detail/
H A Dchar_traits.hpp35 struct char_traits { struct
36 typedef char char_type;
37 typedef int int_type;
38 typedef std::streampos pos_type;
39 typedef std::streamoff off_type;
45 static char* copy(char *dest, const char *src, std::size_t n) in copy()
47 static char* move(char *dest, const char *src, std::size_t n) in move()
51 static char to_char_type(const int& c) { return c; } in to_char_type()
52 static int to_int_type(const char& c) { return c; } in to_int_type()
53 static bool eq_int_type(const int& lhs, const int& rhs) in eq_int_type()
[all …]

12345678910>>...31