/external/clang/test/SemaCXX/ |
D | warn-tautological-compare.cpp | 63 #define CallFunction(f) ((f != 0) ? f() : 0) macro 76 (void)CallFunction(fun2); in ignore()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-tautological-compare.cpp | 63 #define CallFunction(f) ((f != 0) ? f() : 0) macro 76 (void)CallFunction(fun2); in ignore()
|
/external/tensorflow/tensorflow/core/platform/ |
D | mutex.h | 138 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | function_ref_benchmark.cc | 40 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/ |
D | bind.h | 204 return CallFunction(std::index_sequence_for<Args...>()); 209 R CallFunction(std::index_sequence<S...>) const {
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 96 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/ |
D | map_and_batch_dataset_op.cc | 393 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()
|
D | parse_example_dataset_op.cc | 575 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/ |
D | parallel_map_dataset_op.cc | 418 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::ParallelMapDatasetOp::Dataset::Iterator 536 CallFunction(ctx, call); in RunnerThread()
|