Searched refs:SourceTree (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTree.java19 * $Id: SourceTree.java 468655 2006-10-28 07:12:06Z minchau $
29 public class SourceTree class
33 * Constructor SourceTree
40 public SourceTree(int root, String url) method in class:SourceTree
H A DSourceTreeManager.java47 /** 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h58 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 { class in namespace:google::protobuf::compiler
198 inline SourceTree() {} function in class:google::protobuf::compiler::SourceTree
199 virtual ~SourceTree();
208 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(SourceTree);
[all...]
H A Dimporter.cc114 SourceTree* source_tree)
185 Importer::Importer(SourceTree* source_tree,
200 SourceTree::~SourceTree() {}
H A Dimporter_unittest.cc75 // A dummy implementation of SourceTree backed by a simple map.
76 class MockSourceTree : public SourceTree {
85 // implements SourceTree -------------------------------------------
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h58 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 { class in namespace:google::protobuf::compiler
198 inline SourceTree() {} function in class:google::protobuf::compiler::SourceTree
199 virtual ~SourceTree();
208 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(SourceTree);
[all...]
H A Dimporter.cc114 SourceTree* source_tree)
185 Importer::Importer(SourceTree* source_tree,
200 SourceTree::~SourceTree() {}
H A Dimporter_unittest.cc75 // A dummy implementation of SourceTree backed by a simple map.
76 class MockSourceTree : public SourceTree {
85 // implements SourceTree -------------------------------------------
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4458 class SingletonSourceTree : public compiler::SourceTree {

Completed in 167 milliseconds