Home
last modified time | relevance | path

Searched defs:begin (Results 51 - 75 of 1241) sorted by relevance

12345678910>>...50

/third_party/gn/src/gn/
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
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DQuery.cpp38 void Query::begin() in begin() function in es2::Query
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
H A DCombFilter.h39 void operator () (iter_type begin, iter_type end) { in operator ()() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DUtilsMetal.h49 auto begin() const { in begin() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp35 BeginComputePassCmd* begin = commands->NextCommand<BeginComputePassCmd>(); in FreeCommands() local
40 BeginOcclusionQueryCmd* begin = commands->NextCommand<BeginOcclusionQueryCmd>(); in FreeCommands() local
45 BeginRenderPassCmd* begin = commands->NextCommand<BeginRenderPassCmd>(); in FreeCommands() local
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc33 getPage(size_t page_index, const unsigned char** begin, const unsigned char** end, PagedByteArray::PagePtr* page) const getPage() argument

Completed in 10 milliseconds

12345678910>>...50