/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | font-options.hh | 177 char *end = strchr (p, ','); in parse_variations() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | chrome_subsetter.cc | 86 size_t end = hex_csv.find_first_of(","); in StringToGlyphId() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | cmap_iterator_test.cc | 104 BitSet::iterator end = bit_set->end(), in CompareCMapIterAndBitSet() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugInlineeLinesSubsection.h | 81 Iterator end() const { return Lines.end(); } in end() function in llvm::codeview::final 112 std::vector<Entry>::const_iterator end() const { return Entries.end(); } in end() function in llvm::codeview::final
|
H A D | DebugLinesSubsection.h | 94 Iterator end() const { return LinesAndColumns.end(); } in end() function in llvm::codeview::final
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDie.h | 383 inline DWARFDie::iterator DWARFDie::end() const { in end() function in llvm::DWARFDie
|
H A D | DWARFExpression.h | 136 iterator end() const { return iterator(this, Data.getData().size()); } in end() function in llvm::DWARFExpression::Operation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | StringView.h | 114 const char *end() const { return Last; } in end() function in StringView
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 142 CounterVector::const_iterator end() const { return RegisteredCounters.end(); } in end() function in llvm::DebugCounter
|
H A D | Registry.h | 99 static iterator end() { return iterator(nullptr); } in end() function in llvm::Registry
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | ArchitectureSet.h | 143 iterator end() { return {&ArchSet, EndIndexVal}; } in end() function in llvm::MachO::ArchitectureSet 146 const_iterator end() const { return {&ArchSet, EndIndexVal}; } in end() function in llvm::MachO::ArchitectureSet
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringRef.h | 105 iterator end() const { return Data + Length; } in end() function in llvm::StringRef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Path.cpp | 69 size_t end = path.find_first_of(separators, 2); in find_first_component() local 241 const_iterator end(StringRef path) { in end() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 80 size_t end = path.find_first_of(separators(style), 2); in find_first_component() local 233 const_iterator end(StringRef path) { in end() function [all...] |
H A D | Statistic.cpp | 77 const_iterator end() const { return Stats.end(); } in end() function in __anon24333::StatisticInfo
|
H A D | TimeProfiler.cpp | 71 void end() { in end() function
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | source.h | 131 Location end; global() member in tint::Source::Range 196 Combine(const Source& start, const Source& end) Combine() argument [all...] |
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | enum_set.h | 205 Iterator end() { return Iterator{set, Iterator::kEnd}; } in end() function
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 61 const char* end = nullptr; // One character past the end of the current word. in spvTextParseMaskOperand() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | charstr.cpp | 170 int32_t start = this->length() - numLen, end = this->length() - 1; in appendNumber() local
|
H A D | cstring.cpp | 229 char *end; in T_CString_stringToInteger() local
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | locid.h | 1048 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 D | DirectedGraph.h | 98 const_iterator end() const { return Edges.end(); } in end() function in llvm::DGNode 100 iterator end() { return Edges.end(); } in end() function in llvm::DGNode 189 const_iterator end() const { return Nodes.end(); } in end() function in DirectedGraph 191 iterator end() { return Nodes.end(); } in end() function in DirectedGraph [all...] |
H A D | MapVector.h | 71 iterator end() { return Vector.end(); } in end() function in llvm::MapVector 72 const_iterator end() const { return Vector.end(); } in end() function in llvm::MapVector [all...] |
H A D | PostOrderIterator.h | 143 static po_iterator end(GraphT G) { return po_iterator(); } in end() function in llvm::po_iterator 148 static po_iterator end(GraphT G, SetType &S) { return po_iterator(S); } in end() function in llvm::po_iterator 305 rpo_iterator end() { return Blocks.rend(); } in end() function in llvm::ReversePostOrderTraversal 306 const_rpo_iterator end() cons in end() function in llvm::ReversePostOrderTraversal [all...] |