OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
351 - 375
of
984
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/google-breakpad/src/testing/gtest/test/
gtest_shuffle_test_.cc
46
using ::testing::internal::
scoped_ptr
;
/external/googletest/googletest/test/
gtest_shuffle_test_.cc
45
using ::testing::internal::
scoped_ptr
;
/external/protobuf/gtest/test/
gtest_shuffle_test_.cc
46
using ::testing::internal::
scoped_ptr
;
/external/protobuf/src/google/protobuf/compiler/java/
java_context.h
102
google::protobuf::
scoped_ptr
<ClassNameResolver> name_resolver_;
/external/v8/testing/gtest/test/
gtest_shuffle_test_.cc
45
using ::testing::internal::
scoped_ptr
;
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_shuffle_test_.cc
45
using ::testing::internal::
scoped_ptr
;
/external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc
71
rtc::
scoped_ptr
<rtc::SSLIdentity> identity(
94
rtc::
scoped_ptr
<IdentityResultMessageData> pdata(
154
rtc::
scoped_ptr
<IdentityResultMessageData> pdata(
209
rtc::KeyType key_type, rtc::
scoped_ptr
<rtc::SSLIdentity> identity) {
jsepsessiondescription.h
38
#include "webrtc/base/
scoped_ptr
.h"
92
rtc::
scoped_ptr
<cricket::SessionDescription> description_;
mediacontroller.cc
83
rtc::
scoped_ptr
<webrtc::Call> call_;
/external/webrtc/talk/app/webrtc/java/jni/
androidvideocapturer_jni.h
107
rtc::
scoped_ptr
<rtc::GuardedAsyncInvoker> invoker_ GUARDED_BY(capturer_lock_);
/external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm
58
rtc::
scoped_ptr
<rtc::Thread> _signalingThread;
59
rtc::
scoped_ptr
<rtc::Thread> _workerThread;
/external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc
75
rtc::
scoped_ptr
<cricket::PortAllocator> port_allocator(
95
rtc::
scoped_ptr
<webrtc::DtlsIdentityStoreInterface> dtls_identity_store(
138
rtc::
scoped_ptr
<SessionDescriptionInterface> owned_desc(desc);
203
rtc::
scoped_ptr
<webrtc::IceCandidateInterface> owned_candidate(
/external/webrtc/webrtc/
audio_receive_stream.h
18
#include "webrtc/base/
scoped_ptr
.h"
120
virtual void SetSink(rtc::
scoped_ptr
<AudioSinkInterface> sink) = 0;
/external/webrtc/webrtc/base/
helpers.cc
31
#include "webrtc/base/
scoped_ptr
.h"
184
scoped_ptr
<RandomGenerator>& GetGlobalRng() {
185
RTC_DEFINE_STATIC_LOCAL(
scoped_ptr
<RandomGenerator>, global_rng,
226
scoped_ptr
<uint8_t[]> bytes(new uint8_t[len]);
253
scoped_ptr
<uint8_t[]> bytes(new uint8_t[31]);
messagequeue.h
25
#include "webrtc/base/
scoped_ptr
.h"
90
const
scoped_ptr
<T>& data() const { return data_; }
91
scoped_ptr
<T>& data() { return data_; }
93
scoped_ptr
<T> data_;
247
scoped_ptr
<SocketServer> default_ss_;
referencecountedsingletonfactory.h
17
#include "webrtc/base/
scoped_ptr
.h"
44
// reset()'ing the
scoped_ptr
in CleanupInstance().
48
scoped_ptr
<Interface> instance_;
scopedptrcollection_unittest.cc
44
scoped_ptr
<ScopedPtrCollection<InstanceCounter> > collection_;
testechoserver.h
66
scoped_ptr
<AsyncSocket> server_socket_;
/external/webrtc/webrtc/call/
packet_injection_tests.cc
32
rtc::
scoped_ptr
<RtpHeaderParser> rtp_header_parser_;
/external/webrtc/webrtc/common_audio/
lapped_transform.h
16
#include "webrtc/base/
scoped_ptr
.h"
115
rtc::
scoped_ptr
<RealFourier> fft_;
/external/webrtc/webrtc/libjingle/xmpp/
pingtask.cc
15
#include "webrtc/base/
scoped_ptr
.h"
69
rtc::
scoped_ptr
<buzz::XmlElement> stanza(
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_classifier_unittest.cc
42
rtc::
scoped_ptr
<int16_t[]> in(new int16_t[channels * kFrameSize]);
audio_vector.h
17
#include "webrtc/base/
scoped_ptr
.h"
103
rtc::
scoped_ptr
<int16_t[]> array_;
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_ilbc_quality_test.cc
13
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<AudioEncoderIlbc> encoder_;
neteq_pcmu_quality_test.cc
13
#include "webrtc/base/
scoped_ptr
.h"
79
rtc::
scoped_ptr
<AudioEncoderPcmU> encoder_;
Completed in 985 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>