Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OnScopeLeave
(Results
1 - 22
of
22
) sorted by relevance
/third_party/node/src/api/
H
A
D
callback.cc
114
auto idle =
OnScopeLeave
([&]() { isolate->SetIdle(true); });
in Close()
133
auto weakref_cleanup =
OnScopeLeave
([&]() { env_->RunWeakRefCleanup(); });
in Close()
H
A
D
embed_helpers.cc
116
auto print_Exception =
OnScopeLeave
([&]() {
in CommonEnvironmentSetup()
/third_party/node/src/
H
A
D
util.cc
244
auto defer_req_cleanup =
OnScopeLeave
([&req]() {
in ReadFileSync()
255
auto defer_close =
OnScopeLeave
([file]() {
in ReadFileSync()
H
A
D
node_sockaddr-inl.h
234
auto on_exit =
OnScopeLeave
([&]() { CheckExpired(); });
in Upsert()
H
A
D
node_os.cc
299
auto free_passwd =
OnScopeLeave
([&]() { uv_os_free_passwd(&pwd); });
in GetUserInfo()
H
A
D
node_binding.cc
165
auto cleanup =
OnScopeLeave
([&]() { uv_fs_req_cleanup(&req); });
in wrapped_dlopen()
H
A
D
node_env_var.cc
193
auto cleanup =
OnScopeLeave
([&]() { uv_os_free_environ(items, count); });
in Enumerate()
H
A
D
node.cc
1246
auto cleanup_process =
OnScopeLeave
([&]() {
in Start()
H
A
D
node_i18n.cc
479
auto cleanup =
OnScopeLeave
([&]() {
in Decode()
H
A
D
node_options.cc
1104
auto on_scope_leave =
OnScopeLeave
([&]() {
in GetCLIOptions()
H
A
D
node_process_methods.cc
385
auto cleanup =
OnScopeLeave
([&]() {
in DebugProcess()
H
A
D
node_messaging.cc
157
auto cleanup =
OnScopeLeave
([&]() {
in Deserialize()
628
auto cleanup =
OnScopeLeave
([&]() { if (!succeeded) Close(); });
in MessagePort()
H
A
D
node_snapshotable.cc
1121
auto cleanup =
OnScopeLeave
([&]() {
in Generate()
1142
auto print_Exception =
OnScopeLeave
([&]() {
in Generate()
H
A
D
cares_wrap.cc
1434
auto cleanup =
OnScopeLeave
([&]() { uv_freeaddrinfo(res); });
in AfterGetAddrInfo()
1660
auto cleanup =
OnScopeLeave
([&]() { ares_free_data(servers); });
in GetServers()
H
A
D
node_http_parser.cc
777
auto on_scope_leave =
OnScopeLeave
([&]() {
H
A
D
node_zlib.cc
405
auto on_scope_leave =
OnScopeLeave
([&]() { Unref(); });
H
A
D
node_worker.cc
280
auto cleanup_env =
OnScopeLeave
([&]() {
in Run()
H
A
D
util.h
576
// auto on_scope_leave =
OnScopeLeave
([&] {
580
inline MUST_USE_RESULT OnScopeLeaveImpl<Fn>
OnScopeLeave
(Fn&& fn) {
in OnScopeLeave()
function
H
A
D
node_file.cc
1022
auto defer_close =
OnScopeLeave
([fd, loop]() {
in InternalModuleReadJSON()
H
A
D
js_native_api_v8.cc
133
auto restore_state = node::
OnScopeLeave
(
in InvokeFinalizerFromGC()
/third_party/node/src/quic/
H
A
D
tlscontext.cc
463
auto leave =
OnScopeLeave
([this] { in_key_update_ = false; });
in InitiateKeyUpdate()
/third_party/node/src/crypto/
H
A
D
crypto_common.cc
995
auto free_value_str =
OnScopeLeave
([&]() { OPENSSL_free(value_str); });
in GetX509NameObject()
Completed in 51 milliseconds