Searched defs:docList (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h934 operator>>(Input &yin, T &docList) { argument
937 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
981 operator<<(Output &yout, T &docList) { argument
983 const size_t count = DocumentListTraits<T>::size(yout, docList);
986 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp909 std::vector<FooBarMap> docList; local
910 docList.push_back(doc1);
911 docList.push_back(doc2);
915 yout << docList; local
/external/chromium_org/third_party/libxslt/libxslt/
H A DxsltInternals.h1489 xsltDocumentPtr docList; /* the include document list */ member in struct:_xsltStylesheet
1690 xsltDocumentPtr docList; /* the document list */ member in struct:_xsltTransformContext
/external/libxslt/libxslt/
H A DxsltInternals.h1489 xsltDocumentPtr docList; /* the include document list */ member in struct:_xsltStylesheet
1690 xsltDocumentPtr docList; /* the document list */ member in struct:_xsltTransformContext
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 243 milliseconds