HomeSort by relevance Sort by last modified time
    Searched refs:Destruct (Results 1 - 8 of 8) 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 146 static void Destruct(const TaskRunner* task_runner);
task_runner.cc 64 void TaskRunnerTraits::Destruct(const TaskRunner* task_runner) {
observer_list_threadsafe.h 95 static void Destruct(const ObserverListThreadSafe<T>* 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) {
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 146 void Destruct(std::int32_t target_index) {
281 void Destruct(std::int32_t target_index) {
285 rest_.Destruct(target_index - 1);
394 ~Variant() { Destruct(); }
458 Destruct();
544 void Destruct() { value_.Destruct(index_); }
554 Destruct();
561 Destruct();
566 void Assign(EmptyVariant) { Destruct(); }
    [all...]
  /external/libchrome/base/memory/
ref_counted.h 155 static void Destruct(const T* x) {
187 Traits::Destruct(static_cast<const T*>(this));

Completed in 144 milliseconds