OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
451 - 475
of
984
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/protobuf/src/google/protobuf/
drop_unknown_fields_test.cc
75
google::protobuf::
scoped_ptr
<google::protobuf::Message> foo(
/external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter_test.cc
63
google::protobuf::
scoped_ptr
<DefaultValueObjectWriter> testing_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-message.h
216
const internal::
scoped_ptr
< ::std::stringstream> ss_;
/external/v8/testing/gtest/include/gtest/
gtest-message.h
224
const internal::
scoped_ptr
< ::std::stringstream> ss_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-message.h
224
const internal::
scoped_ptr
< ::std::stringstream> ss_;
/external/webrtc/talk/app/webrtc/
peerconnectionendtoend_unittest.cc
129
rtc::
scoped_ptr
<webrtc::MockDataChannelObserver> dc1_observer(
132
rtc::
scoped_ptr
<webrtc::MockDataChannelObserver> dc2_observer(
310
rtc::
scoped_ptr
<webrtc::MockDataChannelObserver> dc_1_observer(
313
rtc::
scoped_ptr
<webrtc::MockDataChannelObserver> dc_2_observer(
/external/webrtc/webrtc/base/
asynctcpsocket.h
15
#include "webrtc/base/
scoped_ptr
.h"
72
scoped_ptr
<AsyncSocket> socket_;
httpserver.h
130
scoped_ptr
<AsyncSocket> listener_;
/external/webrtc/webrtc/call/
bitrate_allocator.h
22
#include "webrtc/base/
scoped_ptr
.h"
92
rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
/external/webrtc/webrtc/libjingle/xmpp/
xmppclient.h
139
rtc::
scoped_ptr
<Private> d_;
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc
18
#include "webrtc/base/
scoped_ptr
.h"
151
const rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
229
rtc::
scoped_ptr
<RtpUtility> rtp_utility_;
230
rtc::
scoped_ptr
<AudioCodingModule> acm_;
580
const rtc::
scoped_ptr
<EventWrapper> test_complete_;
584
const rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_;
586
rtc::
scoped_ptr
<SimulatedClock> fake_clock_;
781
rtc::
scoped_ptr
<uint8_t[]> encoded(new uint8_t[max_encoded_bytes]);
847
const rtc::
scoped_ptr
<EventWrapper> test_complete_;
848
const rtc::
scoped_ptr
<CriticalSectionWrapper> crit_sect_
[
all
...]
codec_manager_unittest.cc
24
rtc::
scoped_ptr
<MockAudioEncoder> CreateMockEncoder() {
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h
17
#include "webrtc/base/
scoped_ptr
.h"
129
rtc::
scoped_ptr
<ChannelParameters[]> channel_parameters_;
expand.h
17
#include "webrtc/base/
scoped_ptr
.h"
141
rtc::
scoped_ptr
<ChannelParameters[]> channel_parameters_;
neteq_external_decoder_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
148
rtc::
scoped_ptr
<MockExternalPcm16B> external_decoder_;
151
rtc::
scoped_ptr
<test::RtpGenerator> rtp_generator_;
157
rtc::
scoped_ptr
<test::InputAudioFile> input_file_;
228
rtc::
scoped_ptr
<NetEq> neteq_internal_;
/external/webrtc/webrtc/modules/audio_processing/agc/
histogram_unittest.cc
40
rtc::
scoped_ptr
<Histogram> hist_;
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h
15
#include "webrtc/base/
scoped_ptr
.h"
102
rtc::
scoped_ptr
<SwapQueue<std::vector<float>, RenderQueueItemVerifier<float>>>
gain_control_impl.h
17
#include "webrtc/base/
scoped_ptr
.h"
99
rtc::
scoped_ptr
<
/external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.cc
17
#include "webrtc/base/
scoped_ptr
.h"
35
nodes_.reset(new rtc::
scoped_ptr
<WPDNode>[num_nodes_ + 1]);
/external/webrtc/webrtc/modules/audio_processing/vad/
pole_zero_filter_unittest.cc
17
#include "webrtc/base/
scoped_ptr
.h"
61
rtc::
scoped_ptr
<PoleZeroFilter> my_filter_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
nada.h
53
rtc::
scoped_ptr
<ReceiveStatistics> recv_stats_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
nack_rtx_unittest.cc
17
#include "webrtc/base/
scoped_ptr
.h"
108
rtc::
scoped_ptr
<RtpHeaderParser> parser(RtpHeaderParser::Create());
282
rtc::
scoped_ptr
<ReceiveStatistics> receive_statistics_;
284
rtc::
scoped_ptr
<RtpReceiver> rtp_receiver_;
286
rtc::
scoped_ptr
<TestRtpFeedback> rtp_feedback_;
rtcp_receiver_help.h
18
#include "webrtc/base/
scoped_ptr
.h"
92
rtc::
scoped_ptr
<rtcp::TransportFeedback> transport_feedback_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
extended_jitter_report_unittest.cc
39
rtc::
scoped_ptr
<RawPacket> packet;
transport_feedback.h
61
static rtc::
scoped_ptr
<TransportFeedback> ParseFrom(const uint8_t* buffer,
Completed in 622 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>