Home
last modified time | relevance | path

Searched defs:begin (Results 326 - 350 of 1241) sorted by relevance

1...<<11121314151617181920>>...50

/third_party/skia/src/core/
H A DSkEnumerate.h56 constexpr SkEnumerate(Iter begin, Iter end) : SkEnumerate{0, begin, end} {} in SkEnumerate() argument
68 constexpr Iterator begin() const { return Iterator{fBeginIndex, fBegin}; } in begin() function in SkEnumerate
91 constexpr SkEnumerate(ptrdiff_t beginIndex, Iter begin, Iter end) in SkEnumerate() argument
[all...]
H A DSkRecordOpts.cpp29 int begin, end = 0; in apply() local
[all...]
H A DSkDeque.cpp78 char* begin; in push_front() local
166 char* begin = first->fBegin + fElemSize; in pop_front() local
[all...]
/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp30 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() function in Sk2DPathEffect
/third_party/skia/src/gpu/tessellate/
H A DPathTessellator.h59 Iter begin() const { return {this}; } in begin() function
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp292 typename LRUCache<KEY, DATA, HASH>::iterator LRUCache<KEY, DATA, HASH>::begin() const in begin() function in sw::LRUCache
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.cpp184 void QueryPool::begin(uint32_t query, VkQueryControlFlags flags) in begin() function in vk::QueryPool
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dassembly_grammar.cpp59 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.cpp59 const char* begin = textValue; // The left end of the current word. in spvTextParseMaskOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dilist.h237 IntrusiveList<NodeType>::begin() { in begin() function in spvtools::utils::IntrusiveList
249 IntrusiveList<NodeType>::begin() const { in begin() function in spvtools::utils::IntrusiveList
/third_party/skia/src/utils/
H A DSkJSON.h259 const T* begin() const { in begin() function in skjson::VectorValue
306 const char* begin() const { in begin() function in skjson::final
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h196 -> decltype(begin(stack_container.container())) { in begin() function
202 -> decltype(begin(stack_container.container())) { in begin() function
H A DSerialStorage.h200 typename SerialStorage<Derived>::Iterator SerialStorage<Derived>::BeginEnd::begin() const { begin() function in SerialStorage::BeginEnd
264 typename SerialStorage<Derived>::ConstIterator SerialStorage<Derived>::ConstBeginEnd::begin() begin() function in SerialStorage::ConstBeginEnd
[all...]
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

Completed in 14 milliseconds

1...<<11121314151617181920>>...50