/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | epfs.h | 33 uint64_t begin; member
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | uid_range.cpp | 26 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 D | convertor.cpp | 71 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 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
|
H A D | location.cc | 60 LocationRange::LocationRange(const Location& begin, const Location& end) in LocationRange() argument
|
/third_party/json/tests/src/ |
H A D | unit-user_defined_input.cpp | 35 const char* begin(const MyContainer& c) in begin() function 63 const char* begin() const in begin() function
|
/third_party/nghttp2/src/ |
H A D | buffer.h | 69 uint8_t *begin() { return std::begin(buf); } in begin() function
|
/third_party/ninja/src/ |
H A D | string_piece.h | 50 const_iterator begin() const { in begin() function
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rob.h | 76 uint8_t *begin; member
|
H A D | ngtcp2_buf.h | 36 uint8_t *begin; member
|
H A D | ngtcp2_buf.c | 28 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 D | draw.h | 53 bool begin; member
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
H A D | clock_settime01.c | 25 static struct tst_ts *begin, *change, *end; variable [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | stl_util.h | 33 void STLDeleteContainerPairSecondPointers(const ForwardIterator& begin, in STLDeleteContainerPairSecondPointers() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-trimmer.h | 32 void TrimGraph(ForwardIterator begin, ForwardIterator end) { in TrimGraph() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | class_with_inner_struct_1_0.hpp | 6 struct Segment { int begin, end; }; member 17 struct Segment { int begin, end; }; member 43 struct Segment { int begin, end; }; member
|
H A D | class_with_inner_struct.hpp | 6 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 D | HandleAllocator.h | 50 GLuint begin; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | CircularBuffer.h | 113 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 D | TransformFeedbackNULL.cpp | 23 angle::Result TransformFeedbackNULL::begin(const gl::Context *context, in begin() function in rx::TransformFeedbackNULL
|
H A D | QueryNULL.cpp | 21 angle::Result QueryNULL::begin(const gl::Context *context) in begin() function in rx::QueryNULL
|
/third_party/skia/src/core/ |
H A D | SkRecorder.h | 27 SkDrawable* const* begin() const { return fArray.begin(); } in begin() function in SkDrawableList
|
H A D | SkGaussFilter.h | 26 const double* begin() const { return &fBasis[0]; } in begin() function in SkGaussFilter
|