HomeSort by relevance Sort by last modified time
    Searched full:scoped_ptr (Results 476 - 500 of 1384) sorted by null

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
block_random_access_diagonal_matrix.h 44 #include "ceres/internal/scoped_ptr.h"
87 scoped_ptr<TripletSparseMatrix> tsm_;
block_random_access_sparse_matrix.h 44 #include "ceres/internal/scoped_ptr.h"
101 scoped_ptr<TripletSparseMatrix> tsm_;
block_sparse_matrix.h 41 #include "ceres/internal/scoped_ptr.h"
93 scoped_ptr<CompressedRowBlockStructure> block_structure_;
sparse_normal_cholesky_solver.h 98 scoped_ptr<SimplicialLDLT> simplicial_ldlt_;
101 scoped_ptr<CompressedRowSparseMatrix> outer_product_;
  /external/libchrome/base/mac/
scoped_typeref.h 14 // ScopedTypeRef<> is patterned after scoped_ptr<>, but maintains a ownership
120 // ScopedTypeRef<>::release() is like scoped_ptr<>::release. It is NOT
  /external/libchrome/base/memory/
aligned_memory_unittest.cc 6 #include "base/memory/scoped_ptr.h"
95 scoped_ptr<float, base::AlignedFreeDeleter> p(
  /external/libchrome/base/metrics/
histogram_samples.h 13 #include "base/memory/scoped_ptr.h"
68 virtual scoped_ptr<SampleCountIterator> Iterator() const = 0;
histogram_snapshot_manager.cc 7 #include "base/memory/scoped_ptr.h"
43 scoped_ptr<HistogramSamples> snapshot(histogram.SnapshotSamples());
  /external/libchrome/base/threading/
worker_pool_posix.h 34 #include "base/memory/scoped_ptr.h"
91 scoped_ptr<ConditionVariable> num_idle_threads_cv_;
  /external/libchrome/crypto/
hmac.h 15 #include "base/memory/scoped_ptr.h"
88 scoped_ptr<HMACPlatformData> plat_;
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process.h 13 #include "base/memory/scoped_ptr.h"
85 scoped_ptr<syscall_broker::BrokerClient> broker_client_;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_field.cc 52 new scoped_ptr<FieldGenerator>[descriptor->field_count()]),
54 new scoped_ptr<FieldGenerator>[descriptor->extension_count()]) {
javamicro_field.h 85 scoped_array<scoped_ptr<FieldGenerator> > field_generators_;
86 scoped_array<scoped_ptr<FieldGenerator> > extension_generators_;
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.h 38 #include "webrtc/base/scoped_ptr.h"
92 rtc::scoped_ptr<cricket::SessionDescription> description_;
mediastreamprovider.h 32 #include "webrtc/base/scoped_ptr.h"
78 rtc::scoped_ptr<webrtc::AudioSinkInterface> sink) = 0;
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 88 rtc::scoped_ptr<cricket::VideoFrame> frame;
114 rtc::scoped_ptr<uint8_t[]> captured_frame_buffer_;
  /external/webrtc/webrtc/
audio_receive_stream.h 18 #include "webrtc/base/scoped_ptr.h"
120 virtual void SetSink(rtc::scoped_ptr<AudioSinkInterface> sink) = 0;
audio_send_stream.h 17 #include "webrtc/base/scoped_ptr.h"
87 // rtc::scoped_ptr<AudioEncoder> encoder;
  /external/webrtc/webrtc/base/
asynctcpsocket.h 15 #include "webrtc/base/scoped_ptr.h"
72 scoped_ptr<AsyncSocket> socket_;
cryptstring.h 20 #include "webrtc/base/scoped_ptr.h"
65 scoped_ptr<const CryptStringImpl> impl_;
linux.h 19 #include "webrtc/base/scoped_ptr.h"
54 scoped_ptr<StreamInterface> instream_;
multipart_unittest.cc 17 #include "webrtc/base/scoped_ptr.h"
64 rtc::scoped_ptr<rtc::MemoryStream> stream(
sslstreamadapterhelper.h 91 scoped_ptr<SSLIdentity> identity_;
96 scoped_ptr<SSLCertificate> peer_certificate_;
  /external/webrtc/webrtc/call/
rtc_event_log.h 17 #include "webrtc/base/scoped_ptr.h"
37 static rtc::scoped_ptr<RtcEventLog> Create();
  /external/webrtc/webrtc/common_audio/
lapped_transform.h 16 #include "webrtc/base/scoped_ptr.h"
115 rtc::scoped_ptr<RealFourier> fft_;

Completed in 608 milliseconds

<<11121314151617181920>>