Home
last modified time | relevance | path

Searched defs:begin (Results 476 - 500 of 1000) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMustExecute.h402 iterator &begin(const Instruction *PP) { in begin() function
410 const_iterator &begin(const Instruction *PP) const { in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h205 MapTy::iterator begin() { return Map->begin(); } in begin() function in llvm::msgpack::MapDocNode
225 ArrayTy::iterator begin() { return Array->begin(); } in begin() function in llvm::msgpack::ArrayDocNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h162 const PartialMapping *begin() const { return BreakDown; } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h69 SegmentIter begin() { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion
72 ConstSegmentIter begin() const { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion
H A DLiveRangeEdit.h159 iterator begin() const { return NewRegs.begin() + FirstNew; } in begin() function in llvm::LiveRangeEdit
H A DScheduleDAGInstrs.h272 MachineBasicBlock::iterator begin() const { return RegionBegin; } in begin() function in llvm::ScheduleDAGInstrs
/third_party/protobuf/src/google/protobuf/
H A Dimplicit_weak_message.h144 iterator begin() { return iterator(base().raw_data()); } in begin() function
145 const_iterator begin() const { return iterator(base().raw_data()); } in begin() function
H A Dreflection_ops.cc196 const FieldDescriptor* begin = descriptor->field(0); in IsInitialized() local
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc99 std::pair<size_t, size_t> begin, end; in Annotate() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h350 iterator begin() const { return ptr_; } in begin() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.cc249 int ConsumeDigits(const char* begin, const char* end, int max_digits, T* out, in ConsumeDigits() argument
297 ParseInfinityOrNan(const char* begin, const char* end, strings_internal::ParsedFloat* out) ParseInfinityOrNan() argument
355 ParseFloat(const char* begin, const char* end, chars_format format_flags) ParseFloat() argument
[all...]
H A Dstr_split_internal.h278 const_iterator begin() const { return {const_iterator::kInitState, this}; } in begin() function in absl::strings_internal::Splitter
H A Dcharconv_bigint.cc193 int BigUnsigned<max_words>::ReadDigits(const char* begin, const char* end, in ReadDigits() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h281 iterator begin() { return data(); } begin() function in absl::FixedArray
285 const_iterator begin() const { return data(); } begin() function in absl::FixedArray
465 StorageElement* begin() const { return data_; } begin() function in absl::FixedArray::Storage
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc328 ElfMemImage::SymbolIterator ElfMemImage::begin() const { in begin() function in absl::ElfMemImage
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h95 Iter begin() const { return Iter(fAttributes, fCount); } in begin() function in skgpu::GraphicsPipelineDesc::AttributeSet
/third_party/skia/include/private/
H A DSkTDArray.h110 T* begin() { return fArray; } in begin() function in SkTDArray
111 const T* begin() const { return fArray; } in begin() function in SkTDArray
/third_party/skia/modules/skplaintexteditor/include/
H A Deditor.h45 Iterator begin() const { return Iterator{fLines.begin()}; } in begin() function
/third_party/skia/modules/skshaper/include/
H A DSkShaper.h231 constexpr size_t begin() const { return fBegin; } in begin() function
/third_party/rust/crates/syn/src/
H A Dbuffer.rs77 pub fn begin(&self) -> Cursor { in begin() functions
/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.h108 iterator begin() { return iterator(&blocks_, blocks_.begin()); } in begin() function in spvtools::opt::Function
110 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Function
279 ReorderBasicBlocks(It begin, It end) ReorderBasicBlocks() argument
294 ContainsAllBlocksInTheFunction(It begin, It end) ContainsAllBlocksInTheFunction() argument
[all...]
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

Completed in 19 milliseconds

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