HomeSort by relevance Sort by last modified time
    Searched refs:DoDelete (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/
sequenced_task_runner_helpers.h 23 static void DoDelete(const void* object) {
sequenced_task_runner.h 126 return DeleteOrReleaseSoonInternal(from_here, &DeleteHelper<T>::DoDelete,
  /external/tensorflow/tensorflow/core/framework/
resource_mgr.cc 177 Status ResourceMgr::DoDelete(const string& container, uint64 type_hash_code,
200 Status ResourceMgr::DoDelete(const string& container, TypeIndex type,
202 return DoDelete(container, type.hash_code(), resource_name, type.name());
206 return DoDelete(handle.container(), handle.hash_code(), handle.name(),
resource_mgr.h 181 Status DoDelete(const string& container, uint64 type_hash_code,
184 Status DoDelete(const string& container, TypeIndex type,
405 return DoDelete(container, MakeTypeIndex<T>(), name);
  /external/v8/src/interpreter/
interpreter.h 128 void DoDelete(Runtime::FunctionId function_id,
interpreter.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 72 const bool DoDelete =
76 if (DoDelete && I->isDeleted()) {
    [all...]

Completed in 115 milliseconds