Home
last modified time | relevance | path

Searched refs:to_size (Results 1 – 25 of 29) sorted by relevance

12

/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc232 constexpr static auto to_size = TypeParam::GetSizeAt(1); in TYPED_TEST() local
239 *vec = ABSL_INTERNAL_MAKE_INIT_LIST(value_type, to_size); in TYPED_TEST()
243 VecT other_vec{to_size}; in TYPED_TEST()
248 VecT other_vec{to_size}; in TYPED_TEST()
254 vec->assign(to_size, val); in TYPED_TEST()
258 vec->assign(ABSL_INTERNAL_MAKE_INIT_LIST(value_type, to_size)); in TYPED_TEST()
262 std::array<value_type, to_size> arr{}; in TYPED_TEST()
271 constexpr static auto to_size = TypeParam::GetSizeAt(1); in TYPED_TEST() local
279 vec->resize(to_size); // in TYPED_TEST()
283 vec->resize(to_size, value_type{}); // in TYPED_TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc232 constexpr static auto to_size = TypeParam::GetSizeAt(1); in TYPED_TEST() local
239 *vec = ABSL_INTERNAL_MAKE_INIT_LIST(value_type, to_size); in TYPED_TEST()
243 VecT other_vec{to_size}; in TYPED_TEST()
248 VecT other_vec{to_size}; in TYPED_TEST()
254 vec->assign(to_size, val); in TYPED_TEST()
258 vec->assign(ABSL_INTERNAL_MAKE_INIT_LIST(value_type, to_size)); in TYPED_TEST()
262 std::array<value_type, to_size> arr{}; in TYPED_TEST()
271 constexpr static auto to_size = TypeParam::GetSizeAt(1); in TYPED_TEST() local
279 vec->resize(to_size); // in TYPED_TEST()
283 vec->resize(to_size, value_type{}); // in TYPED_TEST()
[all …]
/third_party/libnl/lib/route/qdisc/
Dfifo.c142 .to_size = sizeof(struct rtnl_fifo),
151 .to_size = sizeof(struct rtnl_fifo),
Dingress.c48 .to_size = sizeof(struct dumb),
Dcbq.c171 .to_size = sizeof(struct rtnl_cbq),
183 .to_size = sizeof(struct rtnl_cbq),
Dprio.c261 .to_size = sizeof(struct rtnl_prio),
273 .to_size = sizeof(struct rtnl_prio),
Dplug.c163 .to_size = sizeof(struct rtnl_plug),
Ddsmark.c383 .to_size = sizeof(struct rtnl_dsmark_qdisc),
395 .to_size = sizeof(struct rtnl_dsmark_class),
Dhfsc.c321 .to_size = sizeof(struct rtnl_hfsc_qdisc),
330 .to_size = sizeof(struct rtnl_hfsc_class),
Dred.c170 .to_size = sizeof(struct rtnl_red),
Dsfq.c237 .to_size = sizeof(struct rtnl_sfq),
Dhtb.c718 .to_size = sizeof(struct rtnl_htb_qdisc),
727 .to_size = sizeof(struct rtnl_htb_class),
Dfq_codel.c361 .to_size = sizeof(struct rtnl_fq_codel),
Dtbf.c441 .to_size = sizeof(struct rtnl_tbf),
/third_party/libxkbcommon/src/
Ddarray.h47 #define darray_steal(arr, to, to_size) do { \ argument
49 if (to_size) \
50 *(unsigned int *) (to_size) = (arr).size; \
/third_party/libnl/include/netlink-private/route/
Dtc-api.h46 size_t to_size; member
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdeinterlace.c88 gint to_size; member
235 deinterlace->to_size = in gst_ffmpegdeinterlace_sink_setcaps()
425 outbuf = gst_buffer_new_and_alloc (deinterlace->to_size); in gst_ffmpegdeinterlace_chain()
/third_party/libnl/lib/route/act/
Dgact.c161 .to_size = sizeof(struct rtnl_gact),
Dmirred.c220 .to_size = sizeof(struct rtnl_mirred),
Dskbedit.c268 .to_size = sizeof(struct rtnl_skbedit),
Dvlan.c405 .to_size = sizeof(struct rtnl_vlan),
/third_party/libnl/lib/route/cls/
Dcgroup.c181 .to_size = sizeof(struct rtnl_cgroup),
Dfw.c198 .to_size = sizeof(struct rtnl_fw),
Dbasic.c280 .to_size = sizeof(struct rtnl_basic),
Dmall.c284 .to_size = sizeof(struct rtnl_mall),

12