/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_exception_safety_test.cc | 232 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/ |
D | inlined_vector_exception_safety_test.cc | 232 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/ |
D | fifo.c | 142 .to_size = sizeof(struct rtnl_fifo), 151 .to_size = sizeof(struct rtnl_fifo),
|
D | ingress.c | 48 .to_size = sizeof(struct dumb),
|
D | cbq.c | 171 .to_size = sizeof(struct rtnl_cbq), 183 .to_size = sizeof(struct rtnl_cbq),
|
D | prio.c | 261 .to_size = sizeof(struct rtnl_prio), 273 .to_size = sizeof(struct rtnl_prio),
|
D | plug.c | 163 .to_size = sizeof(struct rtnl_plug),
|
D | dsmark.c | 383 .to_size = sizeof(struct rtnl_dsmark_qdisc), 395 .to_size = sizeof(struct rtnl_dsmark_class),
|
D | hfsc.c | 321 .to_size = sizeof(struct rtnl_hfsc_qdisc), 330 .to_size = sizeof(struct rtnl_hfsc_class),
|
D | red.c | 170 .to_size = sizeof(struct rtnl_red),
|
D | sfq.c | 237 .to_size = sizeof(struct rtnl_sfq),
|
D | htb.c | 718 .to_size = sizeof(struct rtnl_htb_qdisc), 727 .to_size = sizeof(struct rtnl_htb_class),
|
D | fq_codel.c | 361 .to_size = sizeof(struct rtnl_fq_codel),
|
D | tbf.c | 441 .to_size = sizeof(struct rtnl_tbf),
|
/third_party/libxkbcommon/src/ |
D | darray.h | 47 #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/ |
D | tc-api.h | 46 size_t to_size; member
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdeinterlace.c | 88 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/ |
D | gact.c | 161 .to_size = sizeof(struct rtnl_gact),
|
D | mirred.c | 220 .to_size = sizeof(struct rtnl_mirred),
|
D | skbedit.c | 268 .to_size = sizeof(struct rtnl_skbedit),
|
D | vlan.c | 405 .to_size = sizeof(struct rtnl_vlan),
|
/third_party/libnl/lib/route/cls/ |
D | cgroup.c | 181 .to_size = sizeof(struct rtnl_cgroup),
|
D | fw.c | 198 .to_size = sizeof(struct rtnl_fw),
|
D | basic.c | 280 .to_size = sizeof(struct rtnl_basic),
|
D | mall.c | 284 .to_size = sizeof(struct rtnl_mall),
|