Lines Matching refs:Args
47 template <typename T, typename... Args>
48 void write(const T& val, const Args&... remainder) {
59 template <typename T, size_t N, typename... Args>
60 void write(const T(&val)[N], const Args&... remainder) {
68 template <typename... Args>
69 void write(const GrVertexColor& color, const Args&... remainder) {
77 template <typename T, typename... Args>
78 void write(const Conditional<T>& val, const Args&... remainder) {
85 template <typename T, typename... Args>
86 void write(const Skip<T>& val, const Args&... remainder) {
91 template <typename... Args>
92 void write(const Sk4f& vector, const Args&... remainder) {
126 template <typename... Args>
127 void writeQuad(const Args&... remainder) {
135 template <int corner, typename T, typename... Args>
136 void writeQuadVert(const T& val, const Args&... remainder) {