Home
last modified time | relevance | path

Searched defs:table_storage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.h143 TableStorage &table_storage() { return *ts_; } in table_storage() function
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbpf_module.h143 TableStorage &table_storage() { return *ts_; } in table_storage() function
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Db_frontend_action.h171 TableStorage &table_storage() const { return ts_; } in table_storage() function