Home
last modified time | relevance | path

Searched refs:RecDirIterState (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h838 struct RecDirIterState : public RefCountedBase<RecDirIterState> { struct
839 RecDirIterState() in RecDirIterState() argument
852 IntrusiveRefCntPtr<detail::RecDirIterState> State; argument
857 : State(new detail::RecDirIterState) { in recursive_directory_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h1332 struct RecDirIterState { struct
1343 std::shared_ptr<detail::RecDirIterState> State; argument
1350 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
DVirtualFileSystem.h199 struct RecDirIterState { struct
210 std::shared_ptr<detail::RecDirIterState> argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp2131 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()