Searched defs:SourceTree (Results 1 - 3 of 3) 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
/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,
199 class LIBPROTOBUF_EXPORT SourceTree { class in namespace:google::protobuf::compiler
201 inline SourceTree() {} function in class:google::protobuf::compiler::SourceTree
202 virtual ~SourceTree();
218 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(SourceTree);
[all...]
H A Dimporter.cc115 SourceTree* source_tree)
187 Importer::Importer(SourceTree* source_tree,
211 SourceTree::~SourceTree() {}
213 string SourceTree::GetLastErrorMessage() {

Completed in 522 milliseconds