Home | History | Annotate | Download | only in src

Lines Matching defs:CJavaPath

25 const CJavaPath CJavaPath::sEmpty = CJavaPath();

27 CJavaPath::CJavaPath(int version, CPath path) : mVersion(version), mPath(path) {
31 bool CJavaPath::isEmpty() const {
35 void CJavaPath::clear() {
40 void CJavaPath::set(int version, CPath path) {
46 CString CJavaPath::getVersion() const {
53 bool CJavaPath::toShortPath() {
79 bool CJavaPath::operator< (const CJavaPath& rhs) const {
90 bool CJavaPath::operator== (const CJavaPath& rhs) const {