Home
last modified time | relevance | path

Searched defs:DeleteSoon (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dsequenced_task_runner.h127 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() function
133 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() function
/aosp_15_r20/external/libchrome/base/
H A Dsequenced_task_runner.h124 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() function
130 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dsequenced_task_runner.h127 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() function
133 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() function
/aosp_15_r20/external/cronet/base/task/
H A Dsequenced_task_runner.h264 bool DeleteSoon(const Location& from_here, const T* object) { in DeleteSoon() function
270 bool DeleteSoon(const Location& from_here, std::unique_ptr<T> object) { in DeleteSoon() function