Home
last modified time | relevance | path

Searched defs:begin (Results 426 - 450 of 1000) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/skia/src/gpu/text/
H A DGrTextBlob.h155 Iterator begin() { return Iterator{ fHead.get()}; } in begin() function
157 Iterator begin() const { return Iterator{ fHead.get()}; } in begin() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dbasic_block.h94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock
96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock
H A Ddominator_tree.h50 iterator begin() { return children_.begin(); } in begin() function
52 const_iterator begin() const { return cbegin(); } in begin() function
113 iterator begin() { return ++iterator(GetRoot()); } in begin() function in spvtools::opt::DominatorTree
115 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::DominatorTree
[all...]
H A Dfunction.h107 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function in spvtools::opt::Function
109 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Function
H A Diterator.h121 IteratorType begin() const { return begin_; } in begin() function in spvtools::opt::IteratorRange
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() argument
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() argument
248 MakeFilterIterator( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIterator() argument
254 MakeFilterIteratorRange( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIteratorRange() argument
[all...]
H A Dscalar_analysis_nodes.h107 iterator begin() { return children_.begin(); } in begin() function in spvtools::opt::SENode
111 const_iterator begin() const { return children_.cbegin(); } in begin() function in spvtools::opt::SENode
H A Dtype_manager.h95 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } in begin() function in spvtools::opt::analysis::TypeManager
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbasic_block.h94 iterator begin() { return insts_.begin(); } in begin() function in spvtools::opt::BasicBlock
96 const_iterator begin() const { return insts_.cbegin(); } in begin() function in spvtools::opt::BasicBlock
H A Ddominator_tree.h50 iterator begin() { return children_.begin(); } in begin() function
52 const_iterator begin() const { return cbegin(); } in begin() function
113 iterator begin() { return ++iterator(GetRoot()); } in begin() function in spvtools::opt::DominatorTree
115 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::DominatorTree
[all...]
H A Dfunction.h107 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function in spvtools::opt::Function
109 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Function
H A Diterator.h121 IteratorType begin() const { return begin_; } in begin() function in spvtools::opt::IteratorRange
135 inline IteratorRange<IteratorType> make_range(const IteratorType& begin, in make_range() argument
143 inline IteratorRange<IteratorType> make_range(IteratorType&& begin, in make_range() argument
248 MakeFilterIterator( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIterator() argument
254 MakeFilterIteratorRange( const SubIterator& begin, const SubIterator& end, Predicate predicate) MakeFilterIteratorRange() argument
[all...]
H A Dscalar_analysis_nodes.h107 iterator begin() { return children_.begin(); } in begin() function in spvtools::opt::SENode
111 const_iterator begin() const { return children_.cbegin(); } in begin() function in spvtools::opt::SENode
H A Dtype_manager.h95 IdToTypeMap::const_iterator begin() const { return id_to_type_.cbegin(); } in begin() function in spvtools::opt::analysis::TypeManager
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dsmall_vector.h214 iterator begin() { in begin() function in spvtools::utils::SmallVector
222 const_iterator begin() const { in begin() function in spvtools::utils::SmallVector
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_test.cpp214 auto begin = inst.begin(); in TEST() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLProgram.h152 iterator begin() const { in begin() function in SkSL::Program::ElementsCollection
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.h302 CombineWithValues(const std::vector<ParamT> &in, RangeT begin, RangeT end, ParamT combine(const ParamT &, ModifierT)) CombineWithValues() argument
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc55 getPage(size_t , const unsigned char **begin, const unsigned char **end, PagePtr *page) const getPage() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h216 const_iterator begin() const { return const_iterator(*this); } in begin() function in llvm::pdb::HashTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h273 inline iterator begin() { return InstList.begin(); } in begin() function in llvm::final
274 inline const_iterator begin() const { return InstList.begin(); } in begin() function in llvm::final
H A DLegacyPassManagers.h141 iterator begin() const { return S.rbegin(); } in begin() function in llvm::PMStack
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h193 iterator begin() { return Operands.begin(); } in begin() function in llvm::MCInst
194 const_iterator begin() const { return Operands.begin(); } in begin() function in llvm::MCInst
H A DMCSection.h165 iterator begin() { return Fragments.begin(); } in begin() function in llvm::MCSection
166 const_iterator begin() const { return Fragments.begin(); } in begin() function in llvm::MCSection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArgList.h191 iterator begin() { return {Args.begin(), Args.end()}; } in begin() function in llvm::opt::ArgList
197 const_iterator begin() const { return {Args.begin(), Args.end()}; } in begin() function in llvm::opt::ArgList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h99 CoverageMappingIterator begin() { return CoverageMappingIterator(this); } in begin() function in llvm::coverage::CoverageMappingReader

Completed in 17 milliseconds

1...<<11121314151617181920>>...40