HomeSort by relevance Sort by last modified time
    Searched defs:impl_ (Results 26 - 50 of 72) sorted by null

12 3

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /external/v8/src/compiler/
code-assembler.h 191 Impl* impl_; member in class:v8::internal::compiler::CodeAssembler::Variable
  /external/webrtc/talk/media/devices/
macdevicemanager.cc 55 DeviceWatcherImpl* impl_; member in class:cricket::MacDeviceWatcher
176 impl_(NULL) {
183 if (!impl_) {
184 impl_ = CreateDeviceWatcherCallback(manager_);
186 return impl_ != NULL;
190 if (impl_) {
191 ReleaseDeviceWatcherCallback(impl_);
192 impl_ = NULL;
  /external/webrtc/webrtc/base/
cryptstring.h 47 size_t GetLength() const { return impl_->GetLength(); }
48 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); }
54 impl_.reset(other.impl_->Copy());
58 void Clear() { impl_.reset(new EmptyCryptStringImpl()); }
59 std::string UrlEncode() const { return impl_->UrlEncode(); }
61 return impl_->CopyRawTo(dest);
65 scoped_ptr<const CryptStringImpl> impl_; member in class:rtc::CryptString
scoped_ptr.h 322 scoped_ptr() : impl_(nullptr) {}
325 explicit scoped_ptr(element_type* p) : impl_(p) {}
328 scoped_ptr(element_type* p, const D& d) : impl_(p, d) {}
331 scoped_ptr(std::nullptr_t) : impl_(nullptr) {}
345 : impl_(&other.impl_) {
362 impl_.TakeState(&rhs.impl_);
385 void reset(element_type* p = nullptr) { impl_.reset(p); }
390 assert(impl_.get() != nullptr)
452 rtc::internal::scoped_ptr_impl<element_type, deleter_type> impl_; member in class:rtc::scoped_ptr
580 rtc::internal::scoped_ptr_impl<element_type, deleter_type> impl_; member in class:rtc::scoped_ptr
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportcontroller.h 129 RefCountedChannel() : impl_(nullptr), ref_(0) {}
131 : impl_(impl), ref_(0) {}
140 TransportChannelImpl* get() const { return impl_; }
141 TransportChannelImpl* operator->() const { return impl_; }
144 TransportChannelImpl* impl_; member in struct:cricket::TransportController::RefCountedChannel
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 174 VPxWorkerImpl *impl_; member in struct:__anon16672
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 494 Ptr<Impl> impl_; member in class:cv::cuda::Stream
530 Ptr<Impl> impl_; member in class:cv::cuda::Event
opengl.hpp 274 Ptr<Impl> impl_; member in class:cv::ogl::Buffer
395 Ptr<Impl> impl_; member in class:cv::ogl::Texture2D
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
matchers.hpp 253 Ptr<FeaturesMatcher> impl_; member in class:cv::detail::BestOf2NearestMatcher
seam_finders.hpp 250 Ptr<PairwiseSeamFinder> impl_; member in class:cv::detail::GraphCutSeamFinder
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 170 Impl *impl_; member in class:cv::viz::Widget
    [all...]
  /external/v8/src/
handles.h 366 HandleScopeImplementer* impl_; member in class:v8::internal::final
  /external/v8/src/snapshot/
serializer.h 41 NameMap() : impl_(base::HashMap::PointersMatch) {}
44 for (base::HashMap::Entry* p = impl_.Start(); p != NULL;
45 p = impl_.Next(p)) {
94 return impl_.LookupOrInsert(code_address,
99 return impl_.Lookup(code_address, ComputePointerHash(code_address));
103 impl_.Remove(entry->key, entry->hash);
106 base::HashMap impl_; member in class:v8::internal::CodeAddressMap::NameMap
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 303 class FlagSaverImpl* impl_; // we use pimpl here to keep API steady member in class:google::FlagSaver
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 325 class FlagSaverImpl* impl_; // we use pimpl here to keep API steady member in class:google::FlagSaver
  /external/gmock/include/gmock/
gmock-actions.h 287 Action() : impl_(NULL) {}
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
294 Action(const Action& action) : impl_(action.impl_) {}
304 bool IsDoDefault() const { return impl_.get() == NULL; }
320 return impl_->Perform(args);
327 internal::linked_ptr<ActionInterface<F> > impl_; member in class:testing::Action
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
358 return Action<F>(new MonomorphicImpl<F>(impl_));
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {
375 Impl impl_; member in class:testing::PolymorphicAction::MonomorphicImpl
380 Impl impl_; member in class:testing::PolymorphicAction
421 const internal::linked_ptr<ActionInterface<F2> > impl_; member in class:testing::internal::ActionAdaptor
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 287 Action() : impl_(NULL) {}
291 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
294 Action(const Action& action) : impl_(action.impl_) {}
304 bool IsDoDefault() const { return impl_.get() == NULL; }
320 return impl_->Perform(args);
327 internal::linked_ptr<ActionInterface<F> > impl_; member in class:testing::Action
354 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
358 return Action<F>(new MonomorphicImpl<F>(impl_));
368 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {
375 Impl impl_; member in class:testing::PolymorphicAction::MonomorphicImpl
380 Impl impl_; member in class:testing::PolymorphicAction
421 const internal::linked_ptr<ActionInterface<F2> > impl_; member in class:testing::internal::ActionAdaptor
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 111 impl_.reset(new ModuleRtpRtcpImpl(config));
112 impl_->SetRTCPStatus(RtcpMode::kCompound);
122 rtc::scoped_ptr<ModuleRtpRtcpImpl> impl_; member in class:webrtc::__anon26696::RtpRtcpModule
127 impl_->SetRemoteSSRC(ssrc);
143 return counter_map_[impl_->SSRC()];
167 EXPECT_EQ(0, sender_.impl_->SetSendingStatus(true));
168 sender_.impl_->SetSendingMediaStatus(true);
169 sender_.impl_->SetSSRC(kSenderSsrc);
171 sender_.impl_->SetSequenceNumber(kSequenceNumber);
172 sender_.impl_->SetStorePacketsStatus(true, 100)
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 105 // ParamIterator assumes ownership of the impl_ pointer.
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
117 impl_->Advance();
122 ParamIteratorInterface<T>* clone = impl_->Clone();
123 impl_->Advance()
136 scoped_ptr<ParamIteratorInterface<T> > impl_; member in class:testing::internal::ParamIterator
175 linked_ptr<const ParamGeneratorInterface<T> > impl_; member in class:testing::internal::ParamGenerator
    [all...]

Completed in 865 milliseconds

12 3