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

  /system/bt/osi/test/
leaky_bonded_queue_test.cc 45 ~MockItem() { Destruct(); }
46 MOCK_METHOD0(Destruct, void());
63 EXPECT_CALL(*item1, Destruct()).Times(1);
76 EXPECT_CALL(*item2_2, Destruct()).Times(1);
78 EXPECT_CALL(*item3_3, Destruct()).Times(1);
80 EXPECT_CALL(*item4_4, Destruct()).Times(1);
102 EXPECT_CALL(*item2, Destruct()).Times(1);
105 EXPECT_CALL(*item3, Destruct()).Times(1);
112 EXPECT_CALL(*item1_1_1, Destruct()).Times(1);
114 EXPECT_CALL(*item4_4_4, Destruct()).Times(1)
    [all...]
  /external/libchrome/base/
task_runner.h 145 static void Destruct(const TaskRunner* task_runner);
task_runner.cc 65 void TaskRunnerTraits::Destruct(const TaskRunner* task_runner) {
callback_internal.h 31 static void Destruct(const BindStateBase*);
callback_internal.cc 20 void BindStateBaseRefCountTraits::Destruct(const BindStateBase* bind_state) {
  /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) {
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 178 void Destruct(std::int32_t target_index) {
329 void Destruct(std::int32_t target_index) {
333 rest_.Destruct(target_index - 1);
446 ~Variant() { Destruct(); }
505 Destruct();
531 Destruct();
617 void Destruct() {
618 value_.Destruct(index_);
630 Destruct();
637 Destruct();
    [all...]
  /external/libchrome/base/memory/
ref_counted.h 271 static void Destruct(const T* x) {
310 Traits::Destruct(static_cast<const T*>(this));
  /external/libmojo/mojo/public/cpp/bindings/
thread_safe_interface_ptr.h 256 static void Destruct(const PtrWrapper* interface_ptr) {

Completed in 264 milliseconds