HomeSort by relevance Sort by last modified time
    Searched defs:SourceTree (Results 1 - 3 of 3) 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)
  /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() {}

Completed in 1886 milliseconds