OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
776 - 800
of
984
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h
157
//
scoped_ptr
- as in TR2.
904
class
scoped_ptr
{
class in namespace:testing::internal
908
explicit
scoped_ptr
(T* p = NULL) : ptr_(p) {}
function in class:testing::internal::scoped_ptr
[
all
...]
/external/webrtc/talk/app/webrtc/
androidvideocapturer.cc
89
rtc::
scoped_ptr
<cricket::VideoFrame> frame(new cricket::WebRtcVideoFrame(
93
// TODO(magjed): Change CreateAliasedFrame() to return a rtc::
scoped_ptr
.
statscollector.cc
37
#include "webrtc/base/
scoped_ptr
.h"
40
using rtc::
scoped_ptr
;
547
rtc::
scoped_ptr
<rtc::SSLFingerprint> ssl_fingerprint(
589
rtc::
scoped_ptr
<rtc::SSLCertChain> chain;
717
rtc::
scoped_ptr
<rtc::SSLCertificate> cert;
[
all
...]
/external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.cc
240
rtc::
scoped_ptr
<cricket::VideoCapturer> capturer(
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
43
#include "webrtc/base/
scoped_ptr
.h"
267
rtc::
scoped_ptr
<rtc::Thread> process_thread_;
mockpeerconnectionobservers.h
64
rtc::
scoped_ptr
<SessionDescriptionInterface> desc_;
/external/webrtc/talk/media/devices/
fakedevicemanager.h
37
#include "webrtc/base/
scoped_ptr
.h"
233
rtc::
scoped_ptr
<
filevideocapturer_unittest.cc
85
rtc::
scoped_ptr
<cricket::FileVideoCapturer> capturer_;
/external/webrtc/talk/media/webrtc/
webrtcvideocapturer_unittest.cc
64
rtc::
scoped_ptr
<cricket::WebRtcVideoCapturer> capturer_;
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
238
void AudioReceiveStream::SetSink(rtc::
scoped_ptr
<AudioSinkInterface> sink) {
/external/webrtc/webrtc/base/
asynctcpsocket.cc
39
rtc::
scoped_ptr
<rtc::AsyncSocket> owned_socket(socket);
natserver.cc
198
scoped_ptr
<char[]> real_buf(new char[size + kNATEncodedIPv6AddressSize]);
optionsfile_unittest.cc
50
rtc::
scoped_ptr
<OptionsFile> store_;
sslstreamadapter_unittest.cc
19
#include "webrtc/base/
scoped_ptr
.h"
522
rtc::
scoped_ptr
<rtc::SSLStreamAdapter> client_ssl_;
523
rtc::
scoped_ptr
<rtc::SSLStreamAdapter> server_ssl_;
1033
rtc::
scoped_ptr
<rtc::SSLCertificate> client_peer_cert;
1037
rtc::
scoped_ptr
<rtc::SSLCertificate> server_peer_cert;
[
all
...]
/external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc
17
#include "webrtc/base/
scoped_ptr
.h"
103
rtc::
scoped_ptr
<webrtc::test::RtpFileWriter> rtp_writer(
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_vector.cc
183
rtc::
scoped_ptr
<int16_t[]> temp_array(new int16_t[n]);
neteq_network_stats_unittest.cc
12
#include "webrtc/base/
scoped_ptr
.h"
266
rtc::
scoped_ptr
<test::RtpGenerator> rtp_generator_;
/external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc
19
#include "webrtc/base/
scoped_ptr
.h"
35
rtc::
scoped_ptr
<GlobalRef> audio_manager)
audio_record_jni.cc
34
rtc::
scoped_ptr
<GlobalRef> audio_record)
audio_track_jni.cc
34
rtc::
scoped_ptr
<GlobalRef> audio_track)
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.h
17
#include "webrtc/base/
scoped_ptr
.h"
219
rtc::
scoped_ptr
<AudioManager> _audioManagerAndroid;
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer_unittest.cc
22
#include "webrtc/base/
scoped_ptr
.h"
116
rtc::
scoped_ptr
<IntelligibilityEnhancer> enh_;
/external/webrtc/webrtc/modules/audio_processing/transient/
moving_moments_unittest.cc
14
#include "webrtc/base/
scoped_ptr
.h"
32
rtc::
scoped_ptr
<MovingMoments> moving_moments_;
/external/webrtc/webrtc/modules/desktop_capture/
window_capturer_win.cc
15
#include "webrtc/base/
scoped_ptr
.h"
192
rtc::
scoped_ptr
<DesktopFrameWin> frame(
/external/webrtc/webrtc/modules/pacing/
packet_router_unittest.cc
19
#include "webrtc/base/
scoped_ptr
.h"
32
const rtc::
scoped_ptr
<PacketRouter> packet_router_;
Completed in 438 milliseconds
<<
31
32
33
34
35
36
37
38
39
40