OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SourceTree
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
SourceTree.java
19
* $Id:
SourceTree
.java 468655 2006-10-28 07:12:06Z minchau $
29
public class
SourceTree
33
* Constructor
SourceTree
40
public
SourceTree
(int root, String url)
SourceTreeManager.java
47
/** Vector of
SourceTree
objects that this manager manages. */
51
* Reset the list of
SourceTree
objects that this manager manages.
96
SourceTree
sTree = (
SourceTree
) m_sourceTree.elementAt(i);
151
SourceTree
st=(
SourceTree
)m_sourceTree.elementAt(i);
185
m_sourceTree.addElement(new
SourceTree
(n, source.getSystemId()));
213
SourceTree
sTree = (
SourceTree
) m_sourceTree.elementAt(i);
/external/protobuf/src/google/protobuf/compiler/
importer.h
58
class
SourceTree
;
61
// TODO(kenton): Move all
SourceTree
stuff to a separate file?
63
// An implementation of DescriptorDatabase which loads files from a
SourceTree
78
SourceTreeDescriptorDatabase(
SourceTree
* source_tree);
109
SourceTree
* source_tree_;
144
Importer(
SourceTree
* source_tree,
196
class LIBPROTOBUF_EXPORT
SourceTree
{
198
inline
SourceTree
() {}
199
virtual ~
SourceTree
();
208
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
SourceTree
);
[
all
...]
importer.cc
114
SourceTree
* source_tree)
185
Importer::Importer(
SourceTree
* source_tree,
200
SourceTree
::~
SourceTree
() {}
importer_unittest.cc
75
// A dummy implementation of
SourceTree
backed by a simple map.
76
class MockSourceTree : public
SourceTree
{
85
// implements
SourceTree
-------------------------------------------
Completed in 55 milliseconds