Searched defs:fooT (Results 1 – 3 of 3) sorted by relevance
37 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) { in __anon001ec7460402() function458 template<class T> int fooT(T t) { in fooT() function481 template<class T> auto fooT(T t) { in fooT() function
1852 void barND(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(foo->mu_) { in barND()1858 void barD(Foo1 *foo, T *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooT->mu_) { in barD()1882 void barTD(T2 *fooT) EXCLUSIVE_LOCKS_REQUIRED(fooBaseT.mu_, fooT->mu_) { in barTD()
779 void fooT(T t, T (*fp)(T) = [](auto a) { return a; }) { in __anon8df1c2c05e02() function