OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoped_ptr
(Results
626 - 650
of
984
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webrtc/talk/app/webrtc/
datachannel.cc
383
rtc::
scoped_ptr
<DataBuffer> buffer(new DataBuffer(payload, binary));
514
rtc::
scoped_ptr
<DataBuffer> buffer(queued_received_data_.Front());
609
rtc::
scoped_ptr
<DataBuffer> buf(control_packets.Front());
/external/webrtc/webrtc/base/
win32filesystem.cc
21
#include "webrtc/base/
scoped_ptr
.h"
98
scoped_ptr
<char[]> token_user_bytes(new char[token_user_size]);
124
scoped_ptr
<char[]> acl_bytes(new char[acl_size]);
428
scoped_ptr
<wchar_t[]> path;
/external/webrtc/webrtc/libjingle/xmpp/
xmppclient.cc
18
#include "webrtc/base/
scoped_ptr
.h"
51
rtc::
scoped_ptr
<AsyncSocket> socket_;
52
rtc::
scoped_ptr
<XmppEngine> engine_;
53
rtc::
scoped_ptr
<PreXmppAuth> pre_auth_;
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.cc
71
history_.reset(new rtc::
scoped_ptr
<complex<float>[]>[num_freqs_]());
75
subhistory_.reset(new rtc::
scoped_ptr
<complex<float>[]>[num_freqs_]());
79
subhistory_sq_.reset(new rtc::
scoped_ptr
<complex<float>[]>[num_freqs_]());
/external/webrtc/webrtc/modules/desktop_capture/
differ_unittest.cc
12
#include "webrtc/base/
scoped_ptr
.h"
191
rtc::
scoped_ptr
<Differ> differ_;
203
rtc::
scoped_ptr
<uint8_t[]> prev_;
204
rtc::
scoped_ptr
<uint8_t[]> curr_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h
28
#include "webrtc/base/
scoped_ptr
.h"
348
rtc::
scoped_ptr
<DelayCapHelper> delay_cap_helper_;
382
rtc::
scoped_ptr
<RateCounter> rate_counter_;
384
rtc::
scoped_ptr
<DelayCapHelper> delay_cap_helper_;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.cc
18
#include "webrtc/base/
scoped_ptr
.h"
106
rtc::
scoped_ptr
<rtc::ByteBuffer> sps_rbsp(
212
rtc::
scoped_ptr
<rtc::ByteBuffer> buffer(
320
rtc::
scoped_ptr
<rtc::ByteBuffer> slice_rbsp(ParseRbsp(
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h
136
scoped_ptr
<ParamIteratorInterface<T> > impl_;
337
// Use of
scoped_ptr
helps manage cached value's lifetime,
339
mutable
scoped_ptr
<const T> value_;
535
const
scoped_ptr
<TestMetaFactoryBase<ParamType> > test_meta_factory;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h
136
scoped_ptr
<ParamIteratorInterface<T> > impl_;
337
// Use of
scoped_ptr
helps manage cached value's lifetime,
339
mutable
scoped_ptr
<const T> value_;
535
const
scoped_ptr
<TestMetaFactoryBase<ParamType> > test_meta_factory;
/external/google-breakpad/src/processor/
stackwalker.cc
40
#include "common/
scoped_ptr
.h"
128
scoped_ptr
<StackFrame> frame(GetContextFrame());
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h
195
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
/external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h
195
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
/external/libvpx/libvpx/test/
test_vector_test.cc
103
testing::internal::
scoped_ptr
<libvpx_test::CompressedVideoSource> video;
vp9_arf_freq_test.cc
193
testing::internal::
scoped_ptr
<libvpx_test::VideoSource> video;
vp9_encoder_parms_get_to_decoder.cc
141
testing::internal::
scoped_ptr
<libvpx_test::VideoSource> video(
vp9_end_to_end_test.cc
157
testing::internal::
scoped_ptr
<libvpx_test::VideoSource> video;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h
195
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h
195
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h
195
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
/external/protobuf/conformance/
conformance_cpp.cc
44
using google::protobuf::internal::
scoped_ptr
;
/external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h
164
::testing::internal::
scoped_ptr
< ::testing::internal::DeathTest> \
gtest-port.h
134
//
scoped_ptr
- as in TR2.
618
// Defines
scoped_ptr
.
620
// This implementation of
scoped_ptr
is PARTIAL - it only contains
623
class
scoped_ptr
{
class in namespace:testing::internal
627
explicit
scoped_ptr
(T* p = NULL) : ptr_(p) {}
function in class:testing::internal::scoped_ptr
628
~
scoped_ptr
() { reset(); }
651
GTEST_DISALLOW_COPY_AND_ASSIGN_(
scoped_ptr
);
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc
128
new google::protobuf::
scoped_ptr
<FieldGenerator>[descriptor->field_count()]) {
cpp_plugin_unittest.cc
175
google::protobuf::
scoped_ptr
<io::ZeroCopyOutputStream> output(
/external/protobuf/src/google/protobuf/compiler/java/
java_field.h
143
google::protobuf::scoped_array<google::protobuf::
scoped_ptr
<FieldGeneratorType> > field_generators_;
Completed in 649 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>