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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
static_instance.h 72 T* old_instance = instance; local
81 if (old_instance) {
82 delete old_instance;
  /external/webrtc/src/system_wrappers/interface/
static_instance.h 72 T* old_instance = instance; local
81 if (old_instance) {
82 delete old_instance;

Completed in 64 milliseconds