/third_party/boost/boost/iostreams/detail/ |
D | fstream.hpp | 23 # 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
|
D | resolve.hpp | 81 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()
|
D | buffer.hpp | 71 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()
|
D | restrict_impl.hpp | 395 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/ |
D | feed_args.hpp | 30 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 …]
|
D | free_funcs.hpp | 22 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 <<()
|
D | format_implementation.hpp | 276 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()
|
D | group.hpp | 45 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/ |
D | basic_streambuf_locale_saver.hpp | 49 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/ |
D | xml_parser_utils.hpp | 26 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
|
D | xml_parser_write.hpp | 39 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
|
D | xml_parser_writer_settings.hpp | 24 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
|
D | xml_parser_read_rapidxml.hpp | 92 typedef typename Ptree::key_type::value_type Ch; in read_xml_internal() typedef
|
D | ptree_utils.hpp | 27 typedef typename T::value_type Ch; typedef
|
D | info_parser_write.hpp | 75 typedef typename Ptree::key_type::value_type Ch; in write_info_helper() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceMangling.cpp | 54 char Ch = OldName[Last]; in incrementSubstitutions() local 85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions() local
|
/third_party/boost/boost/iostreams/device/ |
D | null.hpp | 32 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/ |
D | StrncmpOOBTest.cpp | 16 const char *Ch = reinterpret_cast<const char *>(Data); in LLVMFuzzerTestOneInput() local
|
/third_party/boost/boost/property_tree/ |
D | ini_parser.hpp | 69 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/ |
D | write.hpp | 73 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/ |
D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
/third_party/boost/boost/iostreams/ |
D | compose.hpp | 314 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/ |
D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 225 char Ch = Feature[0]; in isEnabled() local
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | linked_streambuf.hpp | 89 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/ |
D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; in getAndEraseNext() local 427 Chain *Ch = *I; in getAndEraseNext() local 434 Chain *Ch = L.front(); in getAndEraseNext() local
|