Home
last modified time | relevance | path

Searched refs:begin (Results 276 - 300 of 5036) sorted by relevance

1...<<11121314151617181920>>...202

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTypeFinder.h49 iterator begin() { return StructTypes.begin(); } in begin() function in llvm::TypeFinder
52 const_iterator begin() const { return StructTypes.begin(); } in begin() function in llvm::TypeFinder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator_range.h10 /// This provides a very simple, boring adaptor for a begin and end iterator
40 //TODO: Consider ADL/non-member begin/end calls. in iterator_range()
41 : begin_iterator(c.begin()), end_iterator(c.end()) {} in iterator_range()
46 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
63 iterator_range<decltype(begin(std::declval<T>()))> drop_begin(T &&t, int n) { in drop_begin()
64 return make_range(std::next(begin(t), n), end(t)); in drop_begin()
/third_party/skia/third_party/externals/tint/src/ast/
H A Ddiscard_statement_test.cc27 EXPECT_EQ(stmt->source.range.begin.line, 0u); in TEST_F()
28 EXPECT_EQ(stmt->source.range.begin.column, 0u); in TEST_F()
36 EXPECT_EQ(stmt->source.range.begin.line, 20u); in TEST_F()
37 EXPECT_EQ(stmt->source.range.begin.column, 2u); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityQueue.h35 PriorityQueue(Iterator begin, Iterator end, in PriorityQueue() argument
38 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence) in PriorityQueue()
48 typename Sequence::size_type i = find(this->c, t) - this->c.begin(); in erase_one()
70 std::make_heap(this->c.begin(), this->c.end(), this->comp); in reheapify()
H A DUniqueVector.h75 iterator begin() { return Vector.begin(); } in begin() function in llvm::UniqueVector
78 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::UniqueVector
H A DDirectedGraph.h97 const_iterator begin() const { return Edges.begin(); } in begin() function in llvm::DGNode
99 iterator begin() { return Edges.begin(); } in begin() function in llvm::DGNode
188 const_iterator begin() const { return Nodes.begin(); } in begin() function in DirectedGraph
190 iterator begin() { return Nodes.begin(); } in begin() function in DirectedGraph
226 EL.insert(EL.end(), TempList.begin(), TempList.end()); in findIncomingEdgesToNode()
235 /// begin wit
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Difndef.rs11 let begin = find_line(offset, &ifndef);
13 if let (Some(begin), Some(end)) = (begin, end) {
22 for line in HEADER[begin + ifndef.len()..end].trim().lines() {
/third_party/skia/modules/skottie/src/layers/
H A DAudioLayer.cpp64 auto track = fResourceProvider->loadAudioAsset(path->begin(), in attachAudioLayer()
65 name->begin(), in attachAudioLayer()
66 id ->begin()); in attachAudioLayer()
75 "Could not load audio asset '%s'.", name->begin()); in attachAudioLayer()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc139 Address begin = normal_page->PayloadStart() + sizeof(HeapObjectHeader); in Create() local
142 MSAN_ALLOCATED_UNINITIALIZED_MEMORY(begin, size); in Create()
144 ASAN_POISON_MEMORY_REGION(begin, size); in Create()
146 cppgc::internal::ZapMemory(begin, size); in Create()
148 CheckMemoryIsInaccessible(begin, size); in Create()
156 DCHECK_EQ(space.end(), std::find(space.begin(), space.end(), page)); in Destroy()
172 NormalPage::iterator NormalPage::begin() { in begin() function in cppgc::internal::NormalPage
178 NormalPage::const_iterator NormalPage::begin() const { in begin() function in cppgc::internal::NormalPage
248 DCHECK_EQ(space.end(), std::find(space.begin(), space.end(), page)); in Destroy()
/third_party/skia/third_party/externals/angle2/src/common/
H A DCircularBuffer.h44 // begin() and end() are used to iterate over all elements regardless of the current position of
47 iterator begin();
48 const_iterator begin() const;
76 std::fill(begin(), end(), value); in CircularBuffer()
96 std::copy(other.begin(), other.end(), begin()); in operator =()
113 ANGLE_INLINE typename CircularBuffer<T, N, Storage>::iterator CircularBuffer<T, N, Storage>::begin() in begin() function in angle::CircularBuffer
115 return mData.begin(); in begin()
120 CircularBuffer<T, N, Storage>::begin() const in begin() function in angle::CircularBuffer
122 return mData.begin(); in begin()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_function_test.cpp175 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
206 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
230 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
251 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
281 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
305 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
326 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
362 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
395 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp45 std::vector<uint32_t> parameter_id(message_.parameter_id().begin(), in IsApplicable()
125 std::all_of(fresh_ids.begin(), fresh_ids.end(), in IsApplicable()
174 indices_of_replaced_params.begin(), in Apply()
201 auto iter = function->begin()->begin(); in Apply()
202 while (iter != function->begin()->end() && in Apply()
236 if (std::find(indices_of_replaced_params.begin(), in Apply()
294 auto it = std::find_if(params.begin(), params.end(), in ComputeIndicesOfReplacedParameters()
299 result.push_back(static_cast<uint32_t>(it - params.begin())); in ComputeIndicesOfReplacedParameters()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfunction.h66 inline void AddBasicBlocks(T begin, T end, iterator ip);
107 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
120 return std::find_if(begin(), end(), [bb_id](const BasicBlock& it_bb) { in FindBlock()
181 bool IsDeclaration() { return begin() == end(); } in IsDeclaration()
231 blocks_.erase(std::find(std::begin(blocks_), std::end(blocks_), nullptr)); in MoveBasicBlockToAfter()
241 std::remove_if(std::begin(blocks_), std::end(blocks_), in RemoveEmptyBlocks()
249 params_.erase(std::remove_if(params_.begin(), params_.end(), in RemoveParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp45 std::vector<uint32_t> parameter_id(message_.parameter_id().begin(), in IsApplicable()
125 std::all_of(fresh_ids.begin(), fresh_ids.end(), in IsApplicable()
174 indices_of_replaced_params.begin(), in Apply()
201 auto iter = function->begin()->begin(); in Apply()
202 while (iter != function->begin()->end() && in Apply()
236 if (std::find(indices_of_replaced_params.begin(), in Apply()
294 auto it = std::find_if(params.begin(), params.end(), in ComputeIndicesOfReplacedParameters()
299 result.push_back(static_cast<uint32_t>(it - params.begin())); in ComputeIndicesOfReplacedParameters()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfunction.h66 inline void AddBasicBlocks(T begin, T end, iterator ip);
107 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
120 return std::find_if(begin(), end(), [bb_id](const BasicBlock& it_bb) { in FindBlock()
181 bool IsDeclaration() { return begin() == end(); } in IsDeclaration()
231 blocks_.erase(std::find(std::begin(blocks_), std::end(blocks_), nullptr)); in MoveBasicBlockToAfter()
241 std::remove_if(std::begin(blocks_), std::end(blocks_), in RemoveEmptyBlocks()
249 params_.erase(std::remove_if(params_.begin(), params_.end(), in RemoveParameter()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_function_test.cpp175 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
206 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
230 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
251 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
281 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
305 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
326 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
362 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
395 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
/third_party/skia/modules/skshaper/tests/
H A DShaperTest.cpp61 REPORTER_ASSERT(fReporter, fRange.begin() == info.utf8Range.begin(), "%s", fResource);
63 if (!(fRange.begin() + fRange.size() <= fUtf8Size)) {
64 REPORTER_ASSERT(fReporter, fRange.begin() + fRange.size() <= fUtf8Size, "%s",fResource);
90 for (const char c : SkSpan(fUtf8 + fRange.begin(), fRange.size())) {
99 fResource, fRange.begin(), fRange.end(), fRange.size(), fGlyphCount,
101 (int)fRange.size(), fUtf8 + fRange.begin(),
107 REPORTER_ASSERT(fReporter, fClusters[i] >= fRange.begin(),
109 fClusters[i], fRange.begin(), fResource, i, fGlyphCount);
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.cpp45 std::vector<uint32_t> parameter_id(message_.parameter_id().begin(), in IsApplicable()
125 std::all_of(fresh_ids.begin(), fresh_ids.end(), in IsApplicable()
174 indices_of_replaced_params.begin(), in Apply()
201 auto iter = function->begin()->begin(); in Apply()
202 while (iter != function->begin()->end() && in Apply()
236 if (std::find(indices_of_replaced_params.begin(), in Apply()
294 auto it = std::find_if(params.begin(), params.end(), in ComputeIndicesOfReplacedParameters()
299 result.push_back(static_cast<uint32_t>(it - params.begin())); in ComputeIndicesOfReplacedParameters()
/third_party/spirv-tools/test/val/
H A Dval_function_test.cpp173 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
205 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
230 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
252 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
283 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
307 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
328 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
365 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
398 std::find(valid_storage_classes.begin(), valid_storage_classes.end(), in TEST_P()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.cpp182 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
186 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
190 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
200 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
217 for (vector<Producer*>::iterator i = producers.begin(); i != producers.end(); i++) in runTest()
219 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
323 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++) in runTest()
333 for (vector<Thread*>::iterator i = threads.begin(); i != threads.end(); i++) in runTest()
340 for (vector<Thread*>::iterator thread = threads.begin(); thread != threads.end(); ++thread) in runTest()
/third_party/gn/src/base/containers/
H A Dvector_buffer.h72 T* begin() { return buffer_; } in begin() function in base::internal::VectorBuffer
81 void DestructRange(T* begin, T* end) {} in DestructRange() argument
88 void DestructRange(T* begin, T* end) { in DestructRange() argument
89 while (begin != end) { in DestructRange()
90 begin->~T(); in DestructRange()
91 begin++; in DestructRange()
100 // The parameters and begin and end (one past the last) of the input buffer,
102 // room in the destination for all items in the range [begin, end).
/third_party/gn/src/gn/
H A Dbundle_data.cc89 assets_catalog_deps.begin(), in OnTargetResolved()
92 assets_catalog_sources.begin(), in OnTargetResolved()
100 sources->insert(sources->end(), file_rule.sources().begin(), in GetSourceFiles()
103 sources->insert(sources->end(), assets_catalog_sources_.begin(), in GetSourceFiles()
106 sources->insert(sources->end(), post_processing_sources_.begin(), in GetSourceFiles()
148 post_processing_output_files.begin(), in GetOutputsAsSourceFiles()
/third_party/nghttp2/lib/
H A Dnghttp2_buf.h39 of buffer is [begin, end). */
40 uint8_t *begin; member
50 /* Mark arbitrary position in buffer [begin, end) */
57 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin))
59 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin))
60 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin))
111 * Resets pos, last, mark member of |buf| to buf->begin.
116 * Initializes |buf| using supplied buffer |begin| of length
120 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len);
151 /* pos offset from begin i
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.h39 of buffer is [begin, end). */
40 uint8_t *begin; member
50 /* Mark arbitrary position in buffer [begin, end) */
57 #define nghttp2_buf_cap(BUF) ((size_t)((BUF)->end - (BUF)->begin))
59 #define nghttp2_buf_pos_offset(BUF) ((size_t)((BUF)->pos - (BUF)->begin))
60 #define nghttp2_buf_last_offset(BUF) ((size_t)((BUF)->last - (BUF)->begin))
111 * Resets pos, last, mark member of |buf| to buf->begin.
116 * Initializes |buf| using supplied buffer |begin| of length
120 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_t len);
151 /* pos offset from begin i
[all...]
/third_party/libabigail/src/
H A Dabg-symtab-reader.h123 /// @param begin the underlying begin iterator
125 /// @param begin the underlying end iterator
128 symtab_iterator(base_iterator begin, in symtab_iterator() argument
131 : base_iterator(begin), end_(end), filter_(filter) in symtab_iterator()
228 begin(const symtab_filter& filter) const in begin() function in abigail::symtab_reader::symtab
229 {return symtab_iterator(symbols_.begin(), symbols_.end(), filter);} in begin()
309 /// It serves as a proxy for the symtab iterator and provides a begin() method
332 /// Pass through symtab.begin(), but also pass on the filter.
334 begin() cons function in abigail::symtab_reader::filtered_symtab
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...202