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

  /external/chromium_org/base/memory/
scoped_vector_unittest.cc 57 // deletes the |constructed_life_cycle_object_|, if any when the
71 ASSERT_EQ(NULL, constructed_life_cycle_object_.get());
73 constructed_life_cycle_object_.reset(object);
81 constructed_life_cycle_object_.release();
96 return object == constructed_life_cycle_object_.get();
101 scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in class:__anon6982::LifeCycleWatcher
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 64 // deletes the |constructed_life_cycle_object_|, if any when the
78 ASSERT_EQ(NULL, constructed_life_cycle_object_.get());
80 constructed_life_cycle_object_.reset(object);
88 constructed_life_cycle_object_.release();
103 return object == constructed_life_cycle_object_.get();
108 scoped_ptr<LifeCycleObject> constructed_life_cycle_object_; member in class:webrtc::__anon20781::LifeCycleWatcher

Completed in 36 milliseconds