Home
last modified time | relevance | path

Searched refs:CallFunction (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
76 (void)CallFunction(fun2); in ignore()
/external/llvm-project/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
76 (void)CallFunction(fun2); in ignore()
/external/tensorflow/tensorflow/core/platform/
Dmutex.h138 static bool CallFunction(const Condition* cond); // call function_
258 inline bool Condition::CallFunction(const Condition* cond) { in CallFunction() function
265 : eval_(&CallFunction<T>), in Condition()
/external/angle/third_party/abseil-cpp/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/openscreen/third_party/abseil/src/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/webrtc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/libtextclassifier/abseil-cpp/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/abseil-cpp/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_benchmark.cc40 void ABSL_ATTRIBUTE_NOINLINE CallFunction(Function f, Args&&... args) { in CallFunction() function
48 CallFunction<Function>(c, std::forward<Args>(args)...); in ConstructAndCallFunctionBenchmark()
/external/webrtc/rtc_base/
Dbind.h204 return CallFunction(std::index_sequence_for<Args...>());
209 R CallFunction(std::index_sequence<S...>) const {
/external/libtextclassifier/native/utils/
Dlua-utils.h96 lua_pushcclosure(state_, &CallFunction<F>, 1); in PushFunction()
496 static int CallFunction(lua_State* state) { in CallFunction() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc393 void CallFunction(std::shared_ptr<IteratorContext> ctx, in CallFunction() function in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator
584 CallFunction(ctx, call.first, call.second); in RunnerThread()
Dparse_example_dataset_op.cc575 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::experimental::__anonfe9643fa0111::ParseExampleDatasetOp::Dataset::Iterator
775 CallFunction(ctx, call); in RunnerThread()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op.cc418 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelMapDatasetOp::Dataset::Iterator
536 CallFunction(ctx, call); in RunnerThread()