Home
last modified time | relevance | path

Searched defs:begin (Results 1 - 25 of 792) sorted by relevance

12345678910>>...32

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_range.h38 uint64_t begin; member
H A Dngtcp2_range.c28 void ngtcp2_range_init(ngtcp2_range *r, uint64_t begin, uint64_t end) { in ngtcp2_range_init() argument
36 uint64_t begin = ngtcp2_max(a->begin, b->begin); in ngtcp2_range_intersect() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_range.h39 uint64_t begin; member
H A Dnghttp3_range.c29 void nghttp3_range_init(nghttp3_range *r, uint64_t begin, uint64_t end) { in nghttp3_range_init() argument
37 uint64_t begin = nghttp3_max(a->begin, b->begin); in nghttp3_range_intersect() local
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Drange.hpp61 inline typename genType::value_type const * begin(genType const & v) in begin() function in glm::genType
73 inline typename genType::value_type * begin(genType& v) in begin() function
/third_party/skia/tools/gpu/
H A DFlushFinishTracker.cpp19 auto begin = std::chrono::steady_clock::now(); in waitTillFinished() local
/third_party/backends/lib/
H A Dstrsep.c27 char *begin, *end; in strsep() local
/third_party/elfutils/libdw/
H A Ddwarf_haspc.c44 Dwarf_Addr begin; in dwarf_haspc() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.h49 void (*begin)(struct quad_stage *qs); member
/third_party/skia/src/core/
H A DSkMSAN.h23 static inline void sk_msan_assert_initialized(const void* begin, const void* end) { in sk_msan_assert_initialized() argument
33 static inline void sk_msan_mark_initialized(const void* begin, const void* end, const char* skbug) { in sk_msan_mark_initialized() argument
/third_party/libinput/src/
H A Dutil-ratelimit.h39 uint64_t begin; member
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.cc48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dcaged-heap-local-data.cc34 const uintptr_t begin = RoundUp(reinterpret_cast<uintptr_t>(table_.data()), in Reset() local
/third_party/pulseaudio/src/pulsecore/
H A Dratelimit.h31 pa_usec_t begin; member
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DTremoloEffect.h34 void operator () (iter_type begin, iter_type end) { in operator ()() argument
/third_party/skia/tests/
H A DRecordPatternTest.cpp109 int start, begin, end; in DEF_TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Diterator_range.h46 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
/third_party/skia/third_party/externals/tint/src/utils/
H A Dreverse.h35 auto begin(ReverseIterable<T> r_it) { in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Diterator_range.h45 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token.h89 Iterator begin() { return Iterator(this); } in begin() function in absl::cord_internal::CordzSampleToken
/third_party/skia/modules/skplaintexteditor/src/
H A Dword_boundaries.cpp20 std::vector<bool> GetUtf8WordBoundaries(const char* begin, size_t byteCount, const char* locale) { in GetUtf8WordBoundaries() argument
/third_party/skia/modules/sksg/include/
H A DSkSGInvalidationController.h35 auto begin() const { return fRects.cbegin(); } in begin() function in sksg::InvalidationController
/third_party/gn/src/base/containers/
H A Dspan.h197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { in span() argument
/third_party/gn/src/gn/
H A Ddeps_iterator.h64 const DepsIterator& begin() const { return begin_; } in begin() function in DepsIteratorRange
H A Dvector_utils.h49 void Add(typename std::vector<T>::const_iterator begin, in Add() argument

Completed in 7 milliseconds

12345678910>>...32