HomeSort by relevance Sort by last modified time
    Searched refs:smart_ptr (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 12 struct smart_ptr { struct
18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
  /external/skia/modules/canvaskit/
particles_bindings.cpp 25 .smart_ptr<sk_sp<SkParticleEffect>>("sk_sp<SkParticleEffect>")
skottie_bindings.cpp 170 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>")
192 .smart_ptr<sk_sp<ManagedAnimation>>("sk_sp<ManagedAnimation>")
canvaskit_bindings.cpp 737 .smart_ptr<sk_sp<GrContext>>("sk_sp<GrContext>");
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) {
  /external/skia/experimental/wasm-skp-debugger/
debugger_bindings.cpp 101 .smart_ptr<sk_sp<SkSurface>>("sk_sp<SkSurface>")
  /external/skqp/experimental/canvaskit/
skottie_bindings.cpp 114 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>")
136 .smart_ptr<sk_sp<ManagedAnimation>>("sk_sp<ManagedAnimation>")
canvaskit_bindings.cpp 733 .smart_ptr<sk_sp<SkData>>("sk_sp<SkData>>")
    [all...]
  /art/cmdline/
cmdline_parser.h 425 auto smart_ptr = std::unique_ptr<detail::CmdlineParseArgumentAny>(arg); local
426 completed_arguments_.push_back(std::move(smart_ptr));
  /external/clang/test/SemaCXX/
conversion-function.cpp 196 namespace smart_ptr { namespace
220 X x = make_Y(); // expected-error{{no viable conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
warn-thread-safety-parsing.cpp 1383 class smart_ptr { class in namespace:SmartPointerTest
    [all...]

Completed in 3445 milliseconds