HomeSort by relevance Sort by last modified time
    Searched refs:scoped_ptr (Results 901 - 925 of 984) sorted by null

<<31323334353637383940

  /external/v8/testing/gtest/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
238 // TODO(vladl@google.com): Implement THE REST of scoped_ptr tests.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 312 scoped_ptr<Runnable> runnable_;
319 scoped_ptr<ThreadMainParam> param(static_cast<ThreadMainParam*>(ptr));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
238 // TODO(vladl@google.com): Implement THE REST of scoped_ptr tests.
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 54 using rtc::scoped_ptr;
137 scoped_ptr<Thread> codec_thread_; // Thread on which to operate MediaCodec.
    [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 36 #include "webrtc/base/scoped_ptr.h"
187 rtc::scoped_ptr<uint8_t[]> _planeBuffer;
  /external/webrtc/talk/media/base/
fakemediaengine.h 352 rtc::scoped_ptr<webrtc::AudioSinkInterface> sink) {
428 rtc::scoped_ptr<webrtc::AudioSinkInterface> sink_;
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc     [all...]
  /external/webrtc/webrtc/api/objc/
RTCOpenGLVideoRenderer.mm 15 #include "webrtc/base/scoped_ptr.h"
166 rtc::scoped_ptr<uint8_t[]> _planeBuffer;
  /external/webrtc/webrtc/base/
proxydetect.cc 437 scoped_ptr<FileStream> fs(Filesystem::OpenFile(path, "r"));
502 scoped_ptr<FileStream> fs(Filesystem::OpenFile(filename, "r"));
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 18 #include "webrtc/base/scoped_ptr.h"
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 232 // Tests that the element_type typedef is available in scoped_ptr and refers
235 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>();
238 // TODO(vladl@google.com): Implement THE REST of scoped_ptr tests.
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 312 scoped_ptr<Runnable> runnable_;
319 scoped_ptr<ThreadMainParam> param(static_cast<ThreadMainParam*>(ptr));
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 65 #include <google/protobuf/stubs/scoped_ptr.h>
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc     [all...]
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 51 using rtc::scoped_ptr;
698 rtc::RTCCertificate::Create(rtc::scoped_ptr<rtc::FakeSSLIdentity>(
762 rtc::scoped_ptr<cricket::ChannelManager> channel_manager_;
763 rtc::scoped_ptr<webrtc::MediaControllerInterface> media_controller_;
    [all...]
datachannel_unittest.cc 105 rtc::scoped_ptr<FakeDataChannelObserver> observer_;
proxy.h 128 rtc::scoped_ptr<rtc::Event> e_;
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 138 using testing::internal::scoped_ptr;
922 const Matcher<const scoped_ptr<double>&> m = IsNull();
923 const scoped_ptr<double> null_p;
924 const scoped_ptr<double> non_null_p(new double);
970 const Matcher<const scoped_ptr<double>&> m = NotNull();
971 const scoped_ptr<double> null_p;
972 const scoped_ptr<double> non_null_p(new double);
    [all...]
  /external/protobuf/src/google/protobuf/
arena_unittest.cc 45 #include <google/protobuf/stubs/scoped_ptr.h>
423 google::protobuf::scoped_ptr<TestAllTypes::NestedMessage> nested(
444 google::protobuf::scoped_ptr<string> released_str(
    [all...]
reflection.h 498 google::protobuf::scoped_ptr<AccessorValueType> scratch_space_;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 407 google::protobuf::scoped_ptr<io::StringOutputStream> inner_;
    [all...]
parser_unittest.cc 181 google::protobuf::scoped_ptr<io::ZeroCopyInputStream> raw_input_;
182 google::protobuf::scoped_ptr<io::Tokenizer> input_;
183 google::protobuf::scoped_ptr<Parser> parser_;
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 152 google::protobuf::scoped_ptr<Message> message(expected.New());
168 google::protobuf::scoped_ptr<GrowingArrayByteSink> output_;
169 google::protobuf::scoped_ptr<ProtoStreamObjectWriter> ow_;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 28 #include "webrtc/base/scoped_ptr.h"
105 rtc::scoped_ptr<char[]> buffer(new char[size]);
323 rtc::scoped_ptr<test::RtpFileSource> rtp_source_;
324 rtc::scoped_ptr<test::Packet> packet_;
    [all...]
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 643 scoped_ptr<struct sigaction> old(new struct sigaction);

Completed in 586 milliseconds

<<31323334353637383940