OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CJavaPath
(Results
1 - 2
of
2
) sorted by null
/sdk/find_java2/src/
JavaPath.h
30
struct
CJavaPath
{
35
static const
CJavaPath
sEmpty;
37
CJavaPath
() : mVersion(0) {}
38
CJavaPath
(int version, CPath path);
55
bool operator< (const
CJavaPath
& rhs) const;
56
bool operator== (const
CJavaPath
& rhs) const;
JavaPath.cpp
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() {
[
all
...]
Completed in 82 milliseconds