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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
gmock-expected.cc 40 MOCK_METHOD0(Destruct, void());
45 EXPECT_CALL(destructible, Destruct());
  /external/libchrome/base/
task_runner.h 149 static void Destruct(const TaskRunner* task_runner);
task_runner.cc 62 void TaskRunnerTraits::Destruct(const TaskRunner* task_runner) {
callback_internal.cc 20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) {
callback_internal.h 31 static void Destruct(const BindStateBase*);
  /external/libchrome/base/memory/
ref_counted.h 299 static void Destruct(const T* x) {
323 Traits::Destruct(static_cast<const T*>(this));
347 static void Destruct(const T* x) {
387 Traits::Destruct(static_cast<const T*>(this));
ref_counted_unittest.cc 121 static void Destruct(const HasPrivateDestructorWithDeleter* x);
134 void Deleter::Destruct(const HasPrivateDestructorWithDeleter* x) {
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 92 HandleType::Destruct(Handle);
98 HandleType::Destruct(Handle);
120 static void Destruct(handle_type Handle) {
136 static void Destruct(handle_type Handle) {
152 static void Destruct(handle_type Handle) {
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 87 HandleType::Destruct(Handle);
93 HandleType::Destruct(Handle);
115 static void Destruct(handle_type Handle) {
131 static void Destruct(handle_type Handle) {
147 static void Destruct(handle_type Handle) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 92 HandleType::Destruct(Handle);
98 HandleType::Destruct(Handle);
120 static void Destruct(handle_type Handle) {
136 static void Destruct(handle_type Handle) {
152 static void Destruct(handle_type Handle) {
  /external/libchrome/mojo/public/cpp/bindings/
thread_safe_interface_ptr.h 384 static void Destruct(const PtrWrapper* interface_ptr) {

Completed in 461 milliseconds