HomeSort by: relevance | last modified time | path
    Searched defs:Collection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
LineTable.h 119 typedef std::vector<gsym::LineEntry> Collection;
120 Collection Lines; ///< All line entries in the line table.
223 Collection::const_iterator begin() const { return Lines.begin(); }
224 Collection::const_iterator end() const { return Lines.end(); }
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans2/
ans.py 14 from collections.abc import AsyncGenerator, Collection, Iterable
91 def answers(self) -> Iterable[Collection[dns.rrset.RRset]]:
114 def answer(self) -> Collection[dns.rrset.RRset]:
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans4/
ans.py 14 from collections.abc import AsyncGenerator, Collection, Iterable
91 def answers(self) -> Iterable[Collection[dns.rrset.RRset]]:
114 def answer(self) -> Collection[dns.rrset.RRset]:
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ans2/
ans.py 14 from collections.abc import AsyncGenerator, Collection
92 def answer(self) -> Collection[dns.rrset.RRset]:
  /src/external/mpl/bind/dist/bin/tests/system/xfer/ans5/
ans.py 12 from collections.abc import AsyncGenerator, Collection
271 def zone_contents(self) -> Collection[dns.rrset.RRset]:
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 378 // If the collection was already initialized, we should have just returned it
381 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types;
388 Collection =
390 return *Collection;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1817 ExprResult Collection;
1897 Collection = ParseExpression();
1933 Collection = ParseExpression();
2056 Collection.get(),
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 14 from collections.abc import AsyncGenerator, Callable, Collection, Coroutine, Sequence
898 def zone_contents(self) -> Collection[dns.rrset.RRset]:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1753 // Emit the collection pointer. In ARC, we do a retain.
1754 llvm::Value *Collection;
1756 Collection = EmitARCRetainScalarExpr(S.getCollection());
1759 EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
1761 Collection = EmitScalarExpr(S.getCollection());
1765 // collection object.
1792 FastEnumSel, Collection, Args);
1802 // If the limit pointer was zero to begin with, the collection is
1860 Builder.CreateBitCast(Collection, ObjCIdType);
1912 // Before using an item from the collection, check that the implicit cas
    [all...]

Completed in 92 milliseconds