Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 25 of 68) sorted by relevance

123

/third_party/boost/boost/iostreams/detail/
Dfstream.hpp23 # define BOOST_IOSTREAMS_BASIC_IFSTREAM(Ch, Tr) std::basic_ifstream<Ch, Tr> argument
24 # define BOOST_IOSTREAMS_BASIC_OFSTREAM(Ch, Tr) std::basic_ofstream<Ch, Tr> argument
25 # define BOOST_IOSTREAMS_BASIC_FSTREAM(Ch, Tr) std::basic_fstream<Ch, Tr> argument
26 # define BOOST_IOSTREAMS_BASIC_FILEBUF(Ch) std::basic_filebuf<Ch> argument
28 # define BOOST_IOSTREAMS_BASIC_IFSTREAM(Ch, Tr) std::ifstream argument
29 # define BOOST_IOSTREAMS_BASIC_OFSTREAM(Ch, Tr) std::ofstream argument
30 # define BOOST_IOSTREAMS_BASIC_FILEBUF(Ch) std::filebuf argument
Dresolve.hpp81 resolve(std::basic_streambuf<Ch, Tr>& sb) in resolve()
86 resolve(std::basic_istream<Ch, Tr>& is) in resolve()
91 resolve(std::basic_ostream<Ch, Tr>& os) in resolve()
96 resolve(std::basic_iostream<Ch, Tr>& io) in resolve()
Dbuffer.hpp71 void swap(basic_buffer<Ch, Alloc>& lhs, basic_buffer<Ch, Alloc>& rhs) in swap()
145 void swap(buffer<Ch, Alloc>& lhs, buffer<Ch, Alloc>& rhs) in swap()
Drestrict_impl.hpp395 BOOST_IOSTREAMS_RESTRICT( std::basic_streambuf<Ch, Tr>& sb, stream_offset off, in BOOST_IOSTREAMS_RESTRICT()
402 (std::basic_istream<Ch, Tr>& is, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
408 (std::basic_ostream<Ch, Tr>& os, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
414 (std::basic_iostream<Ch, Tr>& io, stream_offset off, stream_offset len = -1) in BOOST_IOSTREAMS_RESTRICT()
/third_party/boost/boost/format/
Dfeed_args.hpp30 void mk_str( std::basic_string<Ch,Tr, Alloc> & res, in mk_str()
32 typename std::basic_string<Ch,Tr,Alloc>::size_type size, in mk_str()
78 void put_head (BOOST_IO_STD basic_ostream<Ch, Tr> & os, const T& x ) { in put_head()
82 void put_last (BOOST_IO_STD basic_ostream<Ch, Tr> & os, const T& x ) { in put_last()
89 void put_head (BOOST_IO_STD basic_ostream<Ch, Tr> &, const T& ) { in put_head()
93 void put_head( BOOST_IO_STD basic_ostream<Ch, Tr> & os, const group1<T>& x ) { in put_head()
98 void put_last( BOOST_IO_STD basic_ostream<Ch, Tr> & os, const T& x ) { in put_last()
103 void put_last( BOOST_IO_STD basic_ostream<Ch, Tr> & os, const group1<T>& x ) { in put_last()
109 void put_head( BOOST_IO_STD basic_ostream<Ch, Tr> &, T& ) { in put_head()
113 void put_last( BOOST_IO_STD basic_ostream<Ch, Tr> & os, T& x) { in put_last()
[all …]
Dfree_funcs.hpp22 std::basic_string<Ch, Tr, Alloc> str(const basic_format<Ch, Tr, Alloc>& f) { in str()
33 operator<<( std::basic_ostream<Ch, Tr> & os, in operator <<()
34 const basic_format<Ch, Tr, Alloc>& f) in operator <<()
Dformat_implementation.hpp276 bind_arg_body (basic_format<Ch, Tr, Alloc>& self, int argN, const T& val) { in bind_arg_body()
311 modify_item_body (basic_format<Ch, Tr, Alloc>& self, int itemN, T manipulator) { in modify_item_body()
Dgroup.hpp45 operator << ( BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
65 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
90 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
113 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
137 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
160 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
184 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
209 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
235 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
262 operator << (BOOST_IO_STD basic_ostream<Ch, Tr>& os, in operator <<()
[all …]
/third_party/boost/boost/archive/
Dbasic_streambuf_locale_saver.hpp49 explicit basic_streambuf_locale_saver(std::basic_streambuf<Ch, Tr> &s) : in basic_streambuf_locale_saver()
67 explicit basic_istream_locale_saver(std::basic_istream<Ch, Tr> &s) : in basic_istream_locale_saver()
86 explicit basic_ostream_locale_saver(std::basic_ostream<Ch, Tr> &s) : in basic_ostream_locale_saver()
/third_party/boost/boost/property_tree/detail/
Dxml_parser_utils.hpp26 typedef typename Str::value_type Ch; in condense() typedef
52 typedef typename Str::value_type Ch; in encode_char_entities() typedef
83 typedef typename Str::value_type Ch; in decode_char_entities() typedef
Dxml_parser_write.hpp39 typedef typename Str::value_type Ch; in write_xml_comment() typedef
57 typedef typename Str::value_type Ch; in write_xml_text() typedef
72 typedef typename Ptree::key_type::value_type Ch; in write_xml_element() typedef
Dxml_parser_writer_settings.hpp24 typedef typename Str::value_type Ch; in widen() typedef
38 typedef typename Str::value_type Ch; typedef in boost::property_tree::xml_parser::xml_writer_settings
Dxml_parser_read_rapidxml.hpp92 typedef typename Ptree::key_type::value_type Ch; in read_xml_internal() typedef
Dptree_utils.hpp27 typedef typename T::value_type Ch; typedef
Dinfo_parser_write.hpp75 typedef typename Ptree::key_type::value_type Ch; in write_info_helper() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMangling.cpp54 char Ch = OldName[Last]; in incrementSubstitutions() local
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions() local
/third_party/boost/boost/iostreams/device/
Dnull.hpp32 std::streamsize read(Ch*, std::streamsize) { return -1; } in read() argument
33 std::streamsize write(const Ch*, std::streamsize n) { return n; } in write()
/third_party/json/test/thirdparty/Fuzzer/test/
DStrncmpOOBTest.cpp16 const char *Ch = reinterpret_cast<const char *>(Data); in LLVMFuzzerTestOneInput() local
/third_party/boost/boost/property_tree/
Dini_parser.hpp69 typedef typename Ptree::key_type::value_type Ch; in read_ini() typedef
203 typedef typename Ptree::key_type::value_type Ch; in write_keys() typedef
236 typedef typename Ptree::key_type::value_type Ch; in write_sections() typedef
/third_party/boost/boost/property_tree/json_parser/detail/
Dwrite.hpp73 typedef typename Ptree::key_type::value_type Ch; in write_json_helper() typedef
129 typedef typename Ptree::key_type::value_type Ch; in verify_json() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/third_party/boost/boost/iostreams/
Dcompose.hpp314 compose(const Filter& filter, std::basic_streambuf<Ch, Tr>& sb) in compose()
319 compose(const Filter& filter, std::basic_istream<Ch, Tr>& is) in compose()
324 compose(const Filter& filter, std::basic_ostream<Ch, Tr>& os) in compose()
329 compose(const Filter& filter, std::basic_iostream<Ch, Tr>& io) in compose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h211 char Ch = Feature[0]; in hasFlag() local
225 char Ch = Feature[0]; in isEnabled() local
/third_party/boost/boost/iostreams/detail/streambuf/
Dlinked_streambuf.hpp89 virtual void set_next(linked_streambuf<Ch, Tr>* /* next */) { } in set_next()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp421 Chain *Ch = *--I; in getAndEraseNext() local
427 Chain *Ch = *I; in getAndEraseNext() local
434 Chain *Ch = L.front(); in getAndEraseNext() local

123