Home
last modified time | relevance | path

Searched defs:CallFunction (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
/external/tensorflow/tensorflow/core/platform/
Dmutex.h256 inline bool Condition::CallFunction(const Condition* cond) { in CallFunction() function
/external/libtextclassifier/native/utils/
Dlua-utils.h496 static int CallFunction(lua_State* state) { in CallFunction() function
/external/v8/src/codegen/
Dcode-factory.cc298 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode) { in CallFunction() function in v8::internal::CodeFactory
/external/v8/src/builtins/
Dbuiltins.cc121 Handle<Code> Builtins::CallFunction(ConvertReceiverMode mode) { in CallFunction() function in v8::internal::Builtins
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc339 void CallFunction(std::shared_ptr<IteratorContext> ctx, in CallFunction() function in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op.cc463 void CallFunction(const std::shared_ptr<IteratorContext>& ctx, in CallFunction() function in tensorflow::data::__anon386fb8850211::ParallelMapIterator