OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:residualechoreturnloss_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h
226
::audio_processing_unittest::Test_Statistic*
residualechoreturnloss_
;
member in class:audio_processing_unittest::Test_EchoMetrics
556
if (
residualechoreturnloss_
!= NULL)
residualechoreturnloss_
->::audio_processing_unittest::Test_Statistic::Clear();
560
return
residualechoreturnloss_
!= NULL ? *
residualechoreturnloss_
: *default_instance_->
residualechoreturnloss_
;
564
if (
residualechoreturnloss_
== NULL)
residualechoreturnloss_
= new ::audio_processing_unittest::Test_Statistic;
565
return
residualechoreturnloss_
;
569
::audio_processing_unittest::Test_Statistic* temp =
residualechoreturnloss_
;
[
all
...]
audio_processing_unittest.pb.cc
325
residualechoreturnloss_
= const_cast< ::audio_processing_unittest::Test_Statistic*>(&::audio_processing_unittest::Test_Statistic::default_instance());
339
residualechoreturnloss_
= NULL;
352
delete
residualechoreturnloss_
;
377
if (
residualechoreturnloss_
!= NULL)
residualechoreturnloss_
->::audio_processing_unittest::Test_Statistic::Clear();
571
std::swap(
residualechoreturnloss_
, other->
residualechoreturnloss_
);
[
all
...]
Completed in 20 milliseconds