Home
last modified time | relevance | path

Searched defs:Destructors (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dsql_function.h69 struct Destructors { struct
72 sqlite3_destructor_type string_destructor =
74 sqlite3_destructor_type bytes_destructor =
H A Dutils.h53 Destructors&) { in Run() argument
85 Destructors&) { in Run() argument
227 Destructors&) { in Run() argument
H A Dcreate_function.cc40 Destructors&) { in Run() argument
87 Destructors&) { in Run() argument
H A Dclock_functions.h87 Destructors&) { in Run() argument
126 Destructors&) { in Run() argument
H A Dimport.cc33 Destructors&) { in Run() argument
H A Dcreate_view_function.cc39 Destructors&) { in Run() argument
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/
H A Dmetrics.cc504 Destructors&) { in Run() argument
632 Destructors&) { in Run() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.h441 DestructorArray Destructors; variable
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Dcreated_function.cc597 Destructors&) { in Run() argument
/aosp_15_r20/external/clang/unittests/Format/
H A DFormatTest.cpp10753 TEST_F(FormatTest, Destructors) { in TEST_F() argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3835 enum { Priority = 0, Destructors = 1 }; in emitTaskInit() enumerator