Home
last modified time | relevance | path

Searched defs:path_iterator (Results 1 – 25 of 83) sorted by relevance

1234

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_EHT.h75 path_iterator(sdet_EHT_node* ptr) : ptr_(ptr) { if (ptr) cur_path_.push_back(ptr->e); } in path_iterator() function
78 path_iterator(const path_iterator& other) : ptr_(other.ptr_), cur_path_(other.cur_path_) {} in path_iterator() function
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dfileio.h49 : path_iterator(std::string(std::forward<T>(searchpath))) in path_iterator() function
55 : path_iterator(concatenate_paths(std::forward<T>(paths))) in path_iterator() function
132 …emu_file(T &&searchpath, std::enable_if_t<std::is_constructible<path_iterator, T>::value, u32> ope… in emu_file()
H A Dfileio.cpp50 path_iterator::path_iterator(std::string &&searchpath) in path_iterator() function in path_iterator
58 path_iterator::path_iterator(std::string const &searchpath) in path_iterator() function in path_iterator
66 path_iterator::path_iterator(path_iterator &&that) in path_iterator() function in path_iterator
71 path_iterator::path_iterator(path_iterator const &that) in path_iterator() function in path_iterator
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dfileio.h49 : path_iterator(std::string(std::forward<T>(searchpath))) in path_iterator() function
55 : path_iterator(concatenate_paths(std::forward<T>(paths))) in path_iterator() function
132 …emu_file(T &&searchpath, std::enable_if_t<std::is_constructible<path_iterator, T>::value, u32> ope… in emu_file()
H A Dfileio.cpp50 path_iterator::path_iterator(std::string &&searchpath) in path_iterator() function in path_iterator
58 path_iterator::path_iterator(std::string const &searchpath) in path_iterator() function in path_iterator
66 path_iterator::path_iterator(path_iterator &&that) in path_iterator() function in path_iterator
71 path_iterator::path_iterator(path_iterator const &that) in path_iterator() function in path_iterator
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/
H A Dpath_uncomplete.h31 typedef fs::path::const_iterator path_iterator; in naive_uncomplete() typedef
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/unit_tests/
H A Dtest_stream_iterator.cc20 typedef path_vector::const_iterator path_iterator; typedef
/dports/biology/jellyfish/jellyfish-2.3.0/unit_tests/
H A Dtest_stream_iterator.cc20 typedef path_vector::const_iterator path_iterator; typedef
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A Dpy_adaptors.h195 typedef PathIterator path_iterator; typedef
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A Dpy_adaptors.h195 typedef PathIterator path_iterator; typedef
/dports/finance/py-pycoin/pycoin-0.91.20210515/pycoin/key/
H A DKeychain.py58 def add_key_paths(self, key, path_iterator=[""]): argument
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/umd/
H A Dnucmer_main.cc23 typedef std::vector<const char*>::const_iterator path_iterator; typedef
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/distributed/
H A Dhohberg_biconnected_components.hpp261 typedef typename path_t::iterator path_iterator; typedef in boost::graph::distributed::hohberg_vertex_processor
944 typedef typename path_t::iterator path_iterator; in hohberg_biconnected_components() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anon6d864c350111::InitHeaderSearch
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anon44bf7d540111::InitHeaderSearch
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anond5acc7ea0111::InitHeaderSearch
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anonb1a71acc0111::InitHeaderSearch
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anon632b114e0111::InitHeaderSearch
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anondf3a90850111::InitHeaderSearch
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anon1efcb10c0111::InitHeaderSearch
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/
H A DInitHeaderSearch.cpp42 DirectoryLookup> >::const_iterator path_iterator; typedef in __anonf3b2c9e80111::InitHeaderSearch
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/mb/Unicode/
H A Duhc_to_utf8.map45 /* 04 */ 0x000000, 0x000000, 0x000000, 0x000000,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp43 DirectoryLookup> >::const_iterator path_iterator; typedef in __anonbbf4c4080111::InitHeaderSearch
/dports/devel/monotone/monotone-1.1/src/
H A Drestrictions.cc37 typedef set<file_path>::const_iterator path_iterator; typedef
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/nifs/win32/
H A Dwin_prim_file.c223 WCHAR *path_iterator, *path_start, *path_end; in normalize_path_result() local
356 const WCHAR *path_start, *path_end, *path_iterator; in is_path_root() local

1234