/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_range.h | 38 uint64_t begin; member
|
H A D | ngtcp2_range.c | 28 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 D | nghttp3_range.h | 39 uint64_t begin; member
|
H A D | nghttp3_range.c | 29 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 D | range.hpp | 61 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 D | FlushFinishTracker.cpp | 19 auto begin = std::chrono::steady_clock::now(); in waitTillFinished() local
|
/third_party/backends/lib/ |
H A D | strsep.c | 27 char *begin, *end; in strsep() local
|
/third_party/elfutils/libdw/ |
H A D | dwarf_haspc.c | 44 Dwarf_Addr begin; in dwarf_haspc() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_pipe.h | 49 void (*begin)(struct quad_stage *qs); member
|
/third_party/skia/src/core/ |
H A D | SkMSAN.h | 23 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 D | util-ratelimit.h | 39 uint64_t begin; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unilib.cc | 48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | caged-heap-local-data.cc | 34 const uintptr_t begin = RoundUp(reinterpret_cast<uintptr_t>(table_.data()), in Reset() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | ratelimit.h | 31 pa_usec_t begin; member
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
H A D | TremoloEffect.h | 34 void operator () (iter_type begin, iter_type end) { in operator ()() argument
|
/third_party/skia/tests/ |
H A D | RecordPatternTest.cpp | 109 int start, begin, end; in DEF_TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | iterator_range.h | 46 IteratorT begin() const { return begin_iterator; } in begin() function in llvm::iterator_range
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | reverse.h | 35 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 D | iterator_range.h | 45 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 D | cordz_sample_token.h | 89 Iterator begin() { return Iterator(this); } in begin() function in absl::cord_internal::CordzSampleToken
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | word_boundaries.cpp | 20 std::vector<bool> GetUtf8WordBoundaries(const char* begin, size_t byteCount, const char* locale) { in GetUtf8WordBoundaries() argument
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGInvalidationController.h | 35 auto begin() const { return fRects.cbegin(); } in begin() function in sksg::InvalidationController
|
/third_party/gn/src/base/containers/ |
H A D | span.h | 197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { in span() argument
|
/third_party/gn/src/gn/ |
H A D | deps_iterator.h | 64 const DepsIterator& begin() const { return begin_; } in begin() function in DepsIteratorRange
|
H A D | vector_utils.h | 49 void Add(typename std::vector<T>::const_iterator begin, in Add() argument
|