Home
last modified time | relevance | path

Searched defs:begin (Results 376 - 400 of 1000) sorted by relevance

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

/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo() argument
371 UniversalPrintCharArray(const CharType* begin, size_t len, in UniversalPrintCharArray() argument
394 UniversalPrintArray(const char* begin, size_t len, ostream* os) UniversalPrintArray() argument
401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) UniversalPrintArray() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo.h94 bool begin; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_buf.c84 void nghttp2_buf_wrap_init(nghttp2_buf *buf, uint8_t *begin, size_ argument
202 nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, nghttp2_mem *mem) nghttp2_bufs_wrap_init() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_crypto.c457 const uint8_t *begin = p; in decode_varint_param() local
497 const uint8_t *begin = p; in decode_cid_param() local
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h173 iterator begin() { return frames_.begin(); } in begin() function in Backtrace
177 const_iterator begin() const { return frames_.begin(); } in begin() function in Backtrace
H A DBacktraceMap.h114 iterator begin() { return iterator(this, 0); } in begin() function in BacktraceMap
/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh77 begin() function
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h124 iterator begin() const { return ptr_; } in begin() function in i18n::phonenumbers::StringPiece
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c257 struct token *begin, *end; in add_pre_buffer() local
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h109 Iterator begin() const { return Iterator(*this, Iterator::kStartTag); } in begin() function in v8::internal::compiler::BytecodeLivenessState
H A Dload-elimination.h200 IndexRange(int begin, int size) : begin_(begin), end_(begin + size) { in IndexRange() argument
221 Iterator begin() { return {begin_}; } in begin() function in v8::internal::compiler::final::IndexRange
/third_party/node/deps/v8/src/base/
H A Dvector.h75 constexpr T* begin() const { return start_; } in begin() function in v8::base::Vector
186 constexpr T* begin() const { return start(); } in begin() function in v8::base::OwnedVector
227 Iterator begin = std::begin(collection); Of() local
[all...]
H A Dthreaded-list.h215 Iterator begin() { return Iterator(TLTraits::start(&head_)); } in begin() function in v8::base::final
218 ConstIterator begin() const { return ConstIterator(TLTraits::start(&head_)); } in begin() function in v8::base::final
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

Completed in 17 milliseconds

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