Home
last modified time | relevance | path

Searched defs:end (Results 1001 - 1025 of 3854) sorted by relevance

1...<<41424344454647484950>>...155

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dfont-options.hh177 char *end = strchr (p, ','); in parse_variations() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc86 size_t end = hex_csv.find_first_of(","); in StringToGlyphId() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dcmap_iterator_test.cc104 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 DDebugInlineeLinesSubsection.h81 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 DDebugLinesSubsection.h94 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 DDWARFDie.h383 inline DWARFDie::iterator DWARFDie::end() const { in end() function in llvm::DWARFDie
H A DDWARFExpression.h136 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 DStringView.h114 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 DDebugCounter.h142 CounterVector::const_iterator end() const { return RegisteredCounters.end(); } in end() function in llvm::DebugCounter
H A DRegistry.h99 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 DArchitectureSet.h143 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 DStringRef.h105 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 DPath.cpp69 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 DPath.cpp80 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 DStatistic.cpp77 const_iterator end() const { return Stats.end(); } in end() function in __anon24333::StatisticInfo
H A DTimeProfiler.cpp71 void end() { in end() function
/third_party/skia/third_party/externals/tint/src/
H A Dsource.h131 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 Denum_set.h205 Iterator end() { return Iterator{set, Iterator::kEnd}; } in end() function
/third_party/spirv-tools/source/
H A Dassembly_grammar.cpp61 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 Dcharstr.cpp170 int32_t start = this->length() - numLen, end = this->length() - 1; in appendNumber() local
H A Dcstring.cpp229 char *end; in T_CString_stringToInteger() 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.h98 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 DMapVector.h71 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 DPostOrderIterator.h143 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...]

Completed in 15 milliseconds

1...<<41424344454647484950>>...155