OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:echoreturnloss_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h
227
::audio_processing_unittest::Test_Statistic*
echoreturnloss_
;
member in class:audio_processing_unittest::Test_EchoMetrics
585
if (
echoreturnloss_
!= NULL)
echoreturnloss_
->::audio_processing_unittest::Test_Statistic::Clear();
589
return
echoreturnloss_
!= NULL ? *
echoreturnloss_
: *default_instance_->
echoreturnloss_
;
593
if (
echoreturnloss_
== NULL)
echoreturnloss_
= new ::audio_processing_unittest::Test_Statistic;
594
return
echoreturnloss_
;
598
::audio_processing_unittest::Test_Statistic* temp =
echoreturnloss_
;
[
all
...]
audio_processing_unittest.pb.cc
326
echoreturnloss_
= const_cast< ::audio_processing_unittest::Test_Statistic*>(&::audio_processing_unittest::Test_Statistic::default_instance());
340
echoreturnloss_
= NULL;
353
delete
echoreturnloss_
;
380
if (
echoreturnloss_
!= NULL)
echoreturnloss_
->::audio_processing_unittest::Test_Statistic::Clear();
572
std::swap(
echoreturnloss_
, other->
echoreturnloss_
);
[
all
...]
Completed in 157 milliseconds