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

  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h 229 ::audio_processing_unittest::Test_Statistic* anlp_; member in class:audio_processing_unittest::Test_EchoMetrics
643 if (anlp_ != NULL) anlp_->::audio_processing_unittest::Test_Statistic::Clear();
647 return anlp_ != NULL ? *anlp_ : *default_instance_->anlp_;
651 if (anlp_ == NULL) anlp_ = new ::audio_processing_unittest::Test_Statistic;
652 return anlp_;
656 ::audio_processing_unittest::Test_Statistic* temp = anlp_;
    [all...]
audio_processing_unittest.pb.cc 328 anlp_ = const_cast< ::audio_processing_unittest::Test_Statistic*>(&::audio_processing_unittest::Test_Statistic::default_instance());
342 anlp_ = NULL;
355 delete anlp_;
386 if (anlp_ != NULL) anlp_->::audio_processing_unittest::Test_Statistic::Clear();
574 std::swap(anlp_, other->anlp_);
    [all...]

Completed in 127 milliseconds