Home
last modified time | relevance | path

Searched defs:begin (Results 26 - 50 of 950) sorted by relevance

12345678910>>...38

/foundation/multimedia/media_library/frameworks/utils/include/
H A Depfs.h33 uint64_t begin; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Duid_range.cpp26 UidRange::UidRange(int32_t begin, int32_t end) : begin_(begin), end_(end) {} in UidRange() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp71 auto begin = std::find_if(prefix.Data().begin(), prefix.Data().end(), [](int ch) { return !std::isspace(ch); }); in TrimKey() local
/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
H A Dlocation.cc60 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange() argument
/third_party/json/tests/src/
H A Dunit-user_defined_input.cpp35 const char* begin(const MyContainer& c) in begin() function
63 const char* begin() const in begin() function
/third_party/nghttp2/src/
H A Dbuffer.h69 uint8_t *begin() { return std::begin(buf); } in begin() function
/third_party/ninja/src/
H A Dstring_piece.h50 const_iterator begin() const { in begin() function
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.h76 uint8_t *begin; member
H A Dngtcp2_buf.h36 uint8_t *begin; member
H A Dngtcp2_buf.c28 void ngtcp2_buf_init(ngtcp2_buf *buf, uint8_t *begin, size_t len) { in ngtcp2_buf_init() argument
/third_party/mesa3d/src/mesa/main/
H A Ddraw.h53 bool begin; member
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c25 static struct tst_ts *begin, *change, *end; variable
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dstl_util.h33 void STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, in STLDeleteContainerPairSecondPointers() argument
/third_party/node/deps/v8/src/compiler/
H A Dgraph-trimmer.h32 void TrimGraph(ForwardIterator begin, ForwardIterator end) { in TrimGraph() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dclass_with_inner_struct_1_0.hpp6 struct Segment { int begin, end; }; member
17 struct Segment { int begin, end; }; member
43 struct Segment { int begin, end; }; member
H A Dclass_with_inner_struct.hpp6 struct Segment { int begin, end; }; member
17 struct Segment { int begin, end; }; member
43 struct Segment { int begin, end; }; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.h50 GLuint begin; member
/third_party/skia/third_party/externals/angle2/src/common/
H A DCircularBuffer.h113 ANGLE_INLINE typename CircularBuffer<T, N, Storage>::iterator CircularBuffer<T, N, Storage>::begin() in begin() function in angle::CircularBuffer
120 CircularBuffer<T, N, Storage>::begin() const in begin() function in angle::CircularBuffer
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTransformFeedbackNULL.cpp23 angle::Result TransformFeedbackNULL::begin(const gl::Context *context, in begin() function in rx::TransformFeedbackNULL
H A DQueryNULL.cpp21 angle::Result QueryNULL::begin(const gl::Context *context) in begin() function in rx::QueryNULL
/third_party/skia/src/core/
H A DSkRecorder.h27 SkDrawable* const* begin() const { return fArray.begin(); } in begin() function in SkDrawableList
H A DSkGaussFilter.h26 const double* begin() const { return &fBasis[0]; } in begin() function in SkGaussFilter

Completed in 8 milliseconds

12345678910>>...38