Home
last modified time | relevance | path

Searched defs:begin (Results 301 - 325 of 1076) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/skia/third_party/externals/dawn/src/common/
H A DLinkedList.h263 LinkedListIterator<T> begin(LinkedList<T>& l) { in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h80 Iterator begin() const { return Lines.begin(); } in begin() function in llvm::codeview::final
111 std::vector<Entry>::const_iterator begin() const { return Entries.begin(); } in begin() function in llvm::codeview::final
H A DDebugLinesSubsection.h93 Iterator begin() const { return LinesAndColumns.begin(); } in begin() function in llvm::codeview::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h379 inline DWARFDie::iterator DWARFDie::begin() const { in begin() function in llvm::DWARFDie
H A DDWARFExpression.h135 iterator begin() const { return iterator(this, 0); } in begin() function in llvm::DWARFExpression::Operation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h113 const char *begin() const { return First; } in begin() function in StringView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDebugCounter.h139 CounterVector::const_iterator begin() const { in begin() function in llvm::DebugCounter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h142 iterator begin() { return {&ArchSet}; } in begin() function in llvm::MachO::ArchitectureSet
145 const_iterator begin() const { return {&ArchSet}; } in begin() function in llvm::MachO::ArchitectureSet
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h103 iterator begin() const { return Data; } in begin() function in llvm::StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp233 const_iterator begin(StringRef path) { in begin() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp224 const_iterator begin(StringRef path, Style style) { in begin() function
[all...]
H A DStatistic.cpp76 const_iterator begin() const { return Stats.begin(); } in begin() function in __anon24333::StatisticInfo
H A DTimeProfiler.cpp66 void begin(std::string Name, llvm::function_ref<std::string()> Detail) { in begin() function
/third_party/skia/third_party/externals/tint/src/
H A Dsource.h129 Location begin; member in tint::Source::Range
[all...]
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h198 Iterator begin() { in begin() function
/third_party/spirv-tools/source/
H A Dassembly_grammar.cpp60 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocid.h1048 RangeIterator(Iter begin, Iter end) : it_(begin), end_(end) {} in RangeIterator() argument
1085 ConvertingIterator(Iter begin, Iter end, Conv converter) : in ConvertingIterator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDirectedGraph.h97 const_iterator begin() const { return Edges.begin(); } in begin() function in llvm::DGNode
99 iterator begin() { return Edges.begin(); } in begin() function in llvm::DGNode
188 const_iterator begin() const { return Nodes.begin(); } in begin() function in DirectedGraph
190 iterator begin() { return Nodes.begin(); } in begin() function in DirectedGraph
[all...]
H A DMapVector.h69 iterator begin() { return Vector.begin(); } in begin() function in llvm::MapVector
70 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::MapVector
[all...]
H A DPostOrderIterator.h140 static po_iterator begin(GraphT G) { in begin() function in llvm::po_iterator
145 static po_iterator begin(GraphT G, SetType &S) { in begin() function in llvm::po_iterator
303 rpo_iterator begin() { return Blocks.rbegin(); } in begin() function in llvm::ReversePostOrderTraversal
304 const_rpo_iterator begin() cons in begin() function in llvm::ReversePostOrderTraversal
[all...]
H A DSCCIterator.h101 static scc_iterator begin(const GraphT &G) { in begin() function in llvm::scc_iterator
H A DStringRef.h122 iterator begin() const { return Data; } in begin() function in llvm::StringRef
H A DTinyPtrVector.h185 iterator begin() { in begin() function in llvm::TinyPtrVector
199 const_iterator begin() const { in begin() function in llvm::TinyPtrVector
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h80 iterator begin() { return Frontiers.begin(); } in begin() function in llvm::DominanceFrontierBase
81 const_iterator begin() const { return Frontiers.begin(); } in begin() function in llvm::DominanceFrontierBase
H A DIVUsers.h144 iterator begin() { return IVUses.begin(); } in begin() function in llvm::IVUsers
146 const_iterator begin() const { return IVUses.begin(); } in begin() function in llvm::IVUsers

Completed in 15 milliseconds

1...<<11121314151617181920>>...44