OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scoped_ptr
(Results
401 - 425
of
1384
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libweave/third_party/chromium/base/json/
json_writer_unittest.cc
60
scoped_ptr
<ListValue> list(new ListValue());
61
scoped_ptr
<DictionaryValue> inner_dict(new DictionaryValue());
96
scoped_ptr
<DictionaryValue> period_dict2(new DictionaryValue());
114
scoped_ptr
<Value> root(BinaryValue::CreateWithCopiedBuffer("asdf", 4));
/external/webrtc/talk/
LICENSE_THIRD_PARTY
18
base/
scoped_ptr
.h
/external/webrtc/talk/app/webrtc/objc/
RTCFileLogger.mm
34
#include "webrtc/base/
scoped_ptr
.h"
44
rtc::
scoped_ptr
<rtc::FileRotatingLogSink> _logSink;
145
rtc::
scoped_ptr
<rtc::FileRotatingStream> stream;
166
rtc::
scoped_ptr
<uint8_t[]> buffer(static_cast<uint8_t*>(malloc(bufferSize)));
RTCPeerConnectionFactory+Internal.h
31
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.h
57
void OnSuccess(rtc::
scoped_ptr
<rtc::SSLIdentity> identity) override;
102
rtc::
scoped_ptr
<DtlsIdentityStoreInterface> dtls_identity_store,
150
rtc::
scoped_ptr
<DtlsIdentityStoreInterface> dtls_identity_store,
181
const rtc::
scoped_ptr
<DtlsIdentityStoreInterface> dtls_identity_store_;
/external/webrtc/webrtc/api/objc/
RTCMediaStreamTrack+Private.h
14
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/base/
maccocoasocketserver_unittest.mm
12
#include "webrtc/base/
scoped_ptr
.h"
platform_thread_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
rtccertificate.cc
18
scoped_ptr
<SSLIdentity> identity) {
scopedptrcollection_unittest.cc
44
scoped_ptr
<ScopedPtrCollection<InstanceCounter> > collection_;
/external/webrtc/webrtc/common_audio/
channel_buffer.h
17
#include "webrtc/base/
scoped_ptr
.h"
128
rtc::
scoped_ptr
<T[]> data_;
129
rtc::
scoped_ptr
<T* []> channels_;
130
rtc::
scoped_ptr
<T* []> bands_;
/external/webrtc/webrtc/libjingle/xmpp/
iqtask.h
43
rtc::
scoped_ptr
<XmlElement> stanza_;
/external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.h
18
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.h
14
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_fec_test.cc
13
#include "webrtc/base/
scoped_ptr
.h"
64
rtc::
scoped_ptr
<int16_t[]> in_data_;
65
rtc::
scoped_ptr
<int16_t[]> out_data_;
66
rtc::
scoped_ptr
<uint8_t[]> bit_stream_;
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_encoder_pcm16b.h
14
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier.h
20
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h
17
#include "webrtc/base/
scoped_ptr
.h"
149
rtc::
scoped_ptr
<CriticalSectionWrapper> _crit;
150
rtc::
scoped_ptr
<CriticalSectionWrapper> _cbCrit;
186
rtc::
scoped_ptr
<AudioProcessing> _limiter;
/external/webrtc/webrtc/modules/audio_processing/transient/
moving_moments.cc
16
#include "webrtc/base/
scoped_ptr
.h"
wpd_tree_unittest.cc
17
#include "webrtc/base/
scoped_ptr
.h"
88
rtc::
scoped_ptr
<FileWrapper> matlab_files_data[kLeaves];
89
rtc::
scoped_ptr
<FileWrapper> out_files_data[kLeaves];
126
rtc::
scoped_ptr
<FileWrapper> test_file(FileWrapper::Create());
/external/webrtc/webrtc/modules/desktop_capture/
cropped_desktop_frame.cc
21
rtc::
scoped_ptr
<DesktopFrame> frame_;
/external/webrtc/webrtc/modules/desktop_capture/win/
scoped_thread_desktop.cc
45
rtc::
scoped_ptr
<Desktop> scoped_desktop(desktop);
screen_capturer_win_magnifier.h
19
#include "webrtc/base/
scoped_ptr
.h"
42
rtc::
scoped_ptr
<ScreenCapturer> fallback_capturer);
104
rtc::
scoped_ptr
<ScreenCapturer> fallback_capturer_;
119
rtc::
scoped_ptr
<Differ> differ_;
/external/webrtc/webrtc/modules/pacing/
packet_router.h
18
#include "webrtc/base/
scoped_ptr
.h"
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h
21
#include "webrtc/base/
scoped_ptr
.h"
211
rtc::
scoped_ptr
<testing::TestBitrateObserver> bitrate_observer_;
212
rtc::
scoped_ptr
<RemoteBitrateEstimator> bitrate_estimator_;
213
rtc::
scoped_ptr
<testing::StreamGenerator> stream_generator_;
Completed in 686 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>