Home
last modified time | relevance | path

Searched refs:SourceTree (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dimporter.h62 class SourceTree; variable
82 SourceTreeDescriptorDatabase(SourceTree* source_tree);
86 SourceTreeDescriptorDatabase(SourceTree* source_tree,
119 SourceTree* source_tree_;
159 Importer(SourceTree* source_tree, MultiFileErrorCollector* error_collector);
215 class PROTOBUF_EXPORT SourceTree {
217 inline SourceTree() {} in SourceTree() function
218 virtual ~SourceTree();
234 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(SourceTree);
240 class PROTOBUF_EXPORT DiskSourceTree : public SourceTree {
Dimporter.cc120 SourceTree* source_tree) in SourceTreeDescriptorDatabase()
128 SourceTree* source_tree, DescriptorDatabase* fallback_database) in SourceTreeDescriptorDatabase()
223 Importer::Importer(SourceTree* source_tree, in Importer()
248 SourceTree::~SourceTree() {} in ~SourceTree()
250 std::string SourceTree::GetLastErrorMessage() { return "File not found."; } in GetLastErrorMessage()
Dimporter_unittest.cc91 class MockSourceTree : public SourceTree {
/external/apache-xml/src/main/java/org/apache/xpath/
DSourceTreeManager.java96 SourceTree sTree = (SourceTree) m_sourceTree.elementAt(i); in findURIFromDoc()
151 SourceTree st=(SourceTree)m_sourceTree.elementAt(i); in removeDocumentFromCache()
185 m_sourceTree.addElement(new SourceTree(n, source.getSystemId())); in putDocumentInCache()
213 SourceTree sTree = (SourceTree) m_sourceTree.elementAt(i); in getNode()
DSourceTree.java29 public class SourceTree class
40 public SourceTree(int root, String url) in SourceTree() method in SourceTree
/external/llvm-project/clang/include/clang/Tooling/ASTDiff/
DASTDiff.h57 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const;
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp966 NodeId ASTDiff::getMapped(const SyntaxTree &SourceTree, NodeId Id) const { in getMapped() argument
967 return DiffImpl->getMapped(SourceTree.TreeImpl, Id); in getMapped()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7029 class SingletonSourceTree : public compiler::SourceTree {