Home
last modified time | relevance | path

Searched refs:CallClosure (Results 1 – 9 of 9) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.h152 static FuncOutput CallClosure(const void* f, const FuncInput input) { in CallClosure() function
163 return Measure(reinterpret_cast<Func>(&CallClosure<Closure>),
/external/libchrome/mojo/public/cpp/bindings/tests/
Dcallback_helpers_unittest.cc42 void CallClosure(base::OnceClosure cl) { in CallClosure() function
75 base::BindOnce(&CallClosure), base::BindOnce(&SetIntegers, &a, &b, 3, 4)); in TEST()
86 base::BindOnce(&CallClosure), in TEST()