/third_party/boost/libs/iostreams/test/detail/ |
D | closable.hpp | 37 closable_device(operation close) : close_(close) { } in closable_device() 39 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device 48 closable_device(operation close) : close_(close) { } in closable_device() 50 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device 61 closable_device(operation close) : close_(close) { } in closable_device() 63 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device 77 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::test::closable_device 99 closable_device(operation close) : close_(close) { } in closable_device() 103 void close() { close_.execute(); } in close() function in boost::iostreams::test::closable_device 127 closable_device(operation close) : close_(close) { } in closable_device() [all …]
|
/third_party/boost/boost/iostreams/ |
D | close.hpp | 90 void close(T& t) { detail::close_all(t); } in close() function 93 void close(T& t, BOOST_IOS::openmode which) in close() function 107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function 167 static void close(T& t, BOOST_IOS::openmode which) in close() function 174 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function 186 static void close(T& t) in close() function 191 static void close(T& t, BOOST_IOS::openmode which) in close() function 201 static void close(T& t, BOOST_IOS::openmode which) in close() function 214 static void close(T& t, BOOST_IOS::openmode which) in close() function 223 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close() function [all …]
|
D | concepts.hpp | 38 void close() in close() function 44 void close(BOOST_IOS::openmode) in close() function 75 void close(Device&) in close() function 83 void close(Device&, BOOST_IOS::openmode) in close() function
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | mode_adapter.hpp | 76 void close(Device& dev) in close() function in boost::iostreams::detail::mode_adapter 80 void close(Device& dev, BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::mode_adapter 108 void mode_adapter<Mode, T>::close() in close() function in boost::iostreams::detail::mode_adapter 112 void mode_adapter<Mode, T>::close(BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::mode_adapter
|
D | device_adapter.hpp | 39 void close() in close() function in boost::iostreams::detail::device_adapter 44 void close(BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::device_adapter
|
D | filter_adapter.hpp | 39 void close(Device& dev) in close() function in boost::iostreams::detail::filter_adapter 45 void close(Device& dev, BOOST_IOS::openmode which) in close() function in boost::iostreams::detail::filter_adapter
|
/third_party/boost/libs/iostreams/example/ |
D | shell_comments_filter.hpp | 72 void close(Source&) { skip_ = false; } in close() function in boost::iostreams::example::shell_comments_input_filter 100 void close(Source&) { skip_ = false; } in close() function in boost::iostreams::example::shell_comments_output_filter 146 void close(Device&, BOOST_IOS::openmode) { skip_ = false; } in close() function in boost::iostreams::example::shell_comments_dual_use_filter 182 void close(Source&) { skip_ = false; } in close() function in boost::iostreams::example::shell_comments_multichar_input_filter 214 void close(Source&) { skip_ = false; } in close() function in boost::iostreams::example::shell_comments_multichar_output_filter
|
D | unix2dos_filter.hpp | 55 void close(Source&) { has_linefeed_ = false; } in close() function in boost::iostreams::example::unix2dos_input_filter 77 void close(Sink&) { has_linefeed_ = false; } in close() function in boost::iostreams::example::unix2dos_output_filter
|
/third_party/python/Lib/ |
D | binhex.py | 82 def close(self): member in openrsrc 127 def close(self): member in _Hqxcoderengine 151 def close(self): member in _Rlecoderengine 236 def close(self): member in BinHex 314 def close(self): member in _Hqxdecoderengine 370 def close(self): member in _Rledecoderengine 466 def close(self): member in HexBin
|
/third_party/node/test/parallel/ |
D | test-fs-write-stream-fs.js | 15 close: common.mustCall(fs.close), property 30 close: common.mustCall(fs.close), property
|
/third_party/boost/boost/process/detail/posix/ |
D | fd.hpp | 89 close_fd_ close(int _fd) const {return close_fd_(_fd);} in close() function 90 …close_fds_<std::vector<int>> close(const std::initializer_list<int> & vec) const {return std::vect… in close() function 92 close_fds_<Range> close(const Range & r) const {return r;} in close() function
|
/third_party/node/deps/npm/node_modules/minimatch/ |
D | minimatch.js | 13 '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, property 14 '?': { open: '(?:', close: ')?' }, property 15 '+': { open: '(?:', close: ')+' }, property 16 '*': { open: '(?:', close: ')*' }, property 17 '@': { open: '(?:', close: ')' } property 391 close: plTypes[stateChar].close property
|
/third_party/grpc/test/build/ |
D | shadow.c | 25 const char *close = "this should not shadow"; in main() local
|
/third_party/boost/boost/thread/executors/ |
D | generic_executor_ref.hpp | 52 void close() { ex.close(); } in close() function in boost::executors::executor_ref 117 void close() { ex->close(); } in close() function in boost::executors::generic_executor_ref
|
/third_party/boost/boost/iostreams/device/ |
D | null.hpp | 38 void close() { } in close() function in boost::iostreams::basic_null_device 39 void close(BOOST_IOS::openmode) { } in close() function in boost::iostreams::basic_null_device
|
/third_party/node/deps/npm/node_modules/ansicolors/test/ |
D | ansicolors.js | 6 , close = colors.close variable
|
/third_party/NuttX/fs/vfs/ |
D | fs_close.c | 66 int close(int fd) in close() function
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | FixedBlockAdapter.cpp | 32 int32_t FixedBlockAdapter::close() in close() function in FixedBlockAdapter
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 107 gzfilebuf::close() in close() function in gzfilebuf 420 gzifstream::close() in close() function in gzifstream 475 gzofstream::close() in close() function in gzofstream
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 107 gzfilebuf::close() in close() function in gzfilebuf 420 gzifstream::close() in close() function in gzifstream 475 gzofstream::close() in close() function in gzofstream
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.cc | 107 gzfilebuf::close() in close() function in gzfilebuf 420 gzifstream::close() in close() function in gzifstream 475 gzofstream::close() in close() function in gzofstream
|
/third_party/boost/boost/beast/websocket/impl/ |
D | close.hpp | 316 close(close_reason const& cr) in close() function in boost::beast::websocket::stream 329 close(close_reason const& cr, error_code& ec) in close() function in boost::beast::websocket::stream
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | close.hpp | 316 close(close_reason const& cr) in close() function in boost::beast::websocket::stream 329 close(close_reason const& cr, error_code& ec) in close() function in boost::beast::websocket::stream
|
/third_party/musl/src/unistd/ |
D | close.c | 12 int close(int fd) in close() function
|
/third_party/typescript_eslint/packages/scope-manager/src/scope/ |
D | WithScope.ts | 20 close(scopeManager: ScopeManager): Scope | null { method in WithScope
|