Home
last modified time | relevance | path

Searched defs:set_size (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dsize_holder.hpp39 BOOST_INTRUSIVE_FORCEINLINE void set_size(SizeType size) in set_size() function
69 BOOST_INTRUSIVE_FORCEINLINE void set_size(size_type) in set_size() function
/third_party/uboot/u-boot-2020.01/include/
Dvideo_osd.h95 int (*set_size)(struct udevice *dev, uint col, uint row); member
/third_party/weston/libweston-desktop/
Dinternal.h101 void (*set_size)(struct weston_desktop_surface *surface, member
/third_party/eudev/src/shared/
Dset.h82 static inline unsigned set_size(Set *s) { in set_size() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h207 void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; } in set_size() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h207 void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; } in set_size() function
/third_party/weston/tests/
Dsubsurface-test.c658 int set_size; member
663 permu_init(struct permu_state *s, int set_size) in permu_init()
/third_party/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc151 size_t set_size = 0; in fake_check_target() local
/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp62 inline void set_size(int n) { points.resize(n); } in set_size() function in my_polygon
/third_party/boost/boost/heap/detail/
Dstable_heap.hpp69 void set_size(SizeType size) BOOST_NOEXCEPT in set_size() function
120 void set_size(size_type) BOOST_NOEXCEPT in set_size() function
/third_party/toybox/toys/pending/
Dstty.c248 static void set_size(int is_rows, unsigned short value) in set_size() function
/third_party/boost/boost/move/algo/detail/
Dmerge.hpp99 void set_size(size_type size) in set_size() function in boost::movelib::adaptive_xbuf
265 void set_size(size_type size) in set_size() function in boost::movelib::range_xbuf
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h668 void set_size(size_type N) { in set_size() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h66 void set_size(size_t N) { in set_size() function
/third_party/boost/boost/regex/v4/
Dmatch_results.hpp506 void BOOST_REGEX_CALL set_size(size_type n, BidiIterator i, BidiIterator j) in set_size() function in boost::match_results
/third_party/boost/boost/static_string/
Dstatic_string.hpp243 set_size(std::size_t n) noexcept in set_size() function in boost::static_strings::detail::static_string_base
295 set_size(std::size_t) const noexcept in set_size() function in boost::static_strings::detail::static_string_base
/third_party/python/Modules/
D_pickle.c3374 Py_ssize_t set_size, ppos = 0; in save_set() local