Searched defs:NavPathInfo (Results 1 – 3 of 3) sorted by relevance
30 explicit NavPathInfo(const std::string& name) : name_(name) {} in NavPathInfo() function31 NavPathInfo(const std::string& name, bool isEntry) : name_(name), isEntry_(isEntry) {} in NavPathInfo() function
1119 class NavPathInfo { class
2143 class NavPathInfo { class