Home | History | Annotate | Download | only in util

Lines Matching refs:Impl

624     // TRICKY: needed for std::unique_ptr<Impl> declaration
635 struct Impl;
636 std::unique_ptr<Impl> _mImpl;
799 struct Impl;
800 std::unique_ptr<Impl> _mImpl;
1037 struct Impl;
1038 Info(std::shared_ptr<Impl>);
1041 std::shared_ptr<Impl> _mImpl;
1066 struct Impl;
1067 Iterator(std::shared_ptr<Impl>);
1070 std::shared_ptr<Impl> mImpl;
1085 struct Impl;
1086 List(std::shared_ptr<Impl>);
1089 std::shared_ptr<Impl> mImpl;