Home
last modified time | relevance | path

Searched defs:unpack_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/proto/
Dmake_expr.hpp207 struct unpack_expr struct
222 type;
231 struct unpack_expr<Tag, Domain, Sequence, typename Domain::proto_is_domain_> struct
246 type;
331 struct unpack_expr struct
339 struct result<This(Sequence)>
358 operator ()(Sequence const &sequence) const in operator ()()
464 unpack_expr(Sequence const &sequence) in unpack_expr() function
479 unpack_expr(Sequence2 const &sequence2) in unpack_expr() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp4564 string unpack_expr = join(base_type, columns, "x", vecsize, "("); in unpack_expression_type() local