Searched defs:Path (Results 1 – 1 of 1) sorted by relevance
486 Path() throw() : _p(0), _l(0) {} in Path() function488 explicit Path(char const *p) throw() : _p(p) in Path() function491 Path(char const *p, unsigned l) throw() : _p(p), _l(l) in Path() function
Completed in 4 milliseconds