Home
last modified time | relevance | path

Searched defs:close (Results 1 – 25 of 747) sorted by relevance

12345678910>>...30

/third_party/boost/libs/iostreams/test/detail/
Dclosable.hpp37 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/
Dclose.hpp90 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 …]
Dconcepts.hpp38 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/
Dmode_adapter.hpp76 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
Ddevice_adapter.hpp39 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
Dfilter_adapter.hpp39 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/
Dshell_comments_filter.hpp72 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
Dunix2dos_filter.hpp55 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/
Dbinhex.py82 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/
Dtest-fs-write-stream-fs.js15 close: common.mustCall(fs.close), property
30 close: common.mustCall(fs.close), property
/third_party/boost/boost/process/detail/posix/
Dfd.hpp89 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/
Dminimatch.js13 '!': { 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/
Dshadow.c25 const char *close = "this should not shadow"; in main() local
/third_party/boost/boost/thread/executors/
Dgeneric_executor_ref.hpp52 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/
Dnull.hpp38 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/
Dansicolors.js6 , close = colors.close variable
/third_party/NuttX/fs/vfs/
Dfs_close.c66 int close(int fd) in close() function
/third_party/skia/third_party/externals/oboe/src/common/
DFixedBlockAdapter.cpp32 int32_t FixedBlockAdapter::close() in close() function in FixedBlockAdapter
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/
Dzfstream.cc107 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/
Dzfstream.cc107 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/
Dzfstream.cc107 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/
Dclose.hpp316 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/
Dclose.hpp316 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/
Dclose.c12 int close(int fd) in close() function
/third_party/typescript_eslint/packages/scope-manager/src/scope/
DWithScope.ts20 close(scopeManager: ScopeManager): Scope | null { method in WithScope

12345678910>>...30