Home
last modified time | relevance | path

Searched defs:UnretainedCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_callbacks.h77 using UnretainedCallback = absl::FunctionRef<T>; variable
H A Dquiche_callbacks_test.cc17 TEST(QuicheCallbacksTest, UnretainedCallback) { in TEST() argument