Searched defs:is_dot (Results 1 – 15 of 15) sorted by relevance
337 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function342 inline bool is_dot(const fs::path& path) in is_dot() function
91 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function96 inline bool is_dot(const fs::path& path) in is_dot() function
116 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function121 inline bool is_dot(const fs::path& path) in is_dot() function
1649 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function1651 inline bool is_dot(const fs::path& path) in is_dot() function
139 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function144 inline bool is_dot(const fs::path& path) in is_dot() function
1656 inline bool is_dot(fs::path::value_type c) { return c == dot; } in is_dot() function1658 inline bool is_dot(const fs::path& path) in is_dot() function
90 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function95 inline bool is_dot(const fs::path& path) in is_dot() function
92 inline bool is_dot(wchar_t c) { return c == L'.'; } in is_dot() function97 inline bool is_dot(const fs::path& path) in is_dot() function
Completed in 61 milliseconds