Home
last modified time | relevance | path

Searched defs:begin (Results 451 - 475 of 1203) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h91 T* begin() { return begin_; } in begin() function in v8::base::SmallVector
92 const T* begin() const { return begin_; } in begin() function in v8::base::SmallVector
/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h197 typename RegListBase<RegisterT>::Iterator RegListBase<RegisterT>::begin() in begin() function in v8::internal::RegListBase
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() argument
/third_party/node/deps/v8/src/heap/
H A Dmark-compact-inl.h273 typename LiveObjectRange<mode>::iterator LiveObjectRange<mode>::begin() { in begin() function in v8::internal::LiveObjectRange
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc119 InputPosition const begin = input.c_str(); in RunLexer() local
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h317 Iterator begin() const { return Iterator(this, Iterator::kStartTag); } in begin() function in v8::internal::BitVector
358 BitVector::Iterator begin() const { return bits_.begin(); } in begin() function in v8::internal::GrowableBitVector
H A Didentity-map.h201 Iterator begin() { return Iterator(map_, map_->NextIndex(-1)); } in begin() function in v8::internal::IdentityMap::IteratableScope
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c190 static unsigned si_end_mmio_counter(struct si_screen *sscreen, uint64_t begin, unsigned busy_index) in si_end_mmio_counter() argument
272 unsigned si_end_counter(struct si_screen *sscreen, unsigned type, uint64_t begin) in si_end_counter() argument
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h730 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c147 allocate_and_insert_proxies(struct emulate_branch_state * s, struct register_proxies * proxies, struct rc_instruction * begin, struct rc_instruction * end) allocate_and_insert_proxies() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_gpu_load.c177 r600_end_mmio_counter(struct r600_common_screen *rscreen, uint64_t begin, unsigned busy_index) r600_end_mmio_counter() argument
261 r600_end_counter(struct r600_common_screen *rscreen, unsigned type, uint64_t begin) r600_end_counter() argument
/third_party/lame/test/
H A Dlame_test.cpp222 unsigned char* begin() { return m_data; } in begin() function in OutBuffer
/third_party/libabigail/src/
H A Dabg-symtab-reader.h128 symtab_iterator(base_iterator begin, in symtab_iterator() argument
228 begin(const symtab_filter& filter) const in begin() function in abigail::symtab_reader::symtab
334 begin() cons function in abigail::symtab_reader::filtered_symtab
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp112 Iterator begin (void) const { return Iterator(m_programs.begin()); } in begin() function in vk::ProgramCollection
H A DvkQueryUtil.hpp341 bool isExtensionStructSupported (ExtensionIterator begin, ExtensionIterator end, const RequiredExtension& required) in isExtensionStructSupported() argument
352 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp244 static Layout CommonGlslStructLayoutOf(TField const *const *begin, in CommonGlslStructLayoutOf() argument
378 ANGLE_NO_DISCARD Layout sh::GlslStructLayoutOf(TField const *const *begin, in GlslStructLayoutOf() argument
H A DProgramPrelude.cpp3027 const char *begin = name.rawName().data(); in MaskTemplateArgs() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h205 iterator begin() { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase
206 const_iterator begin() const { return ordering_.begin(); } in begin() function in angle::base::MRUCacheBase
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp170 const size_t begin = content.find_first_of("0123456789"); in ParseAMDBrahmaDriverVersion() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp87 angle::Result StandardQueryGL::begin(const gl::Context *context) in begin() function in rx::StandardQueryGL
336 angle::Result SyncQueryGL::begin(const gl::Context *context) in begin() function in rx::SyncQueryGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp133 angle::Result TransformFeedback::begin(const Context *context, in begin() function in gl::TransformFeedback
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h178 constexpr T *begin() const { return mData; } in begin() function in sh::TSpan
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp51 void ContinuationRecordBuilder::begin(ContinuationRecordKind RecordKind) { in begin() function in ContinuationRecordBuilder

Completed in 20 milliseconds

1...<<11121314151617181920>>...49