OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dismissed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/pzstd/utils/
ScopeGuard.h
28
bool
dismissed
;
member in class:pzstd::ScopeGuard
32
: function(std::move(function)),
dismissed
(false) {}
35
dismissed
= true;
39
if (!
dismissed
) {
ScopeGuard.h
28
bool
dismissed
;
member in class:pzstd::ScopeGuard
32
: function(std::move(function)),
dismissed
(false) {}
35
dismissed
= true;
39
if (!
dismissed
) {
Completed in 44 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026