Lines Matching refs:getDecoder
84 void Ty::decode(std::istream &I) { getDecoder(I) >> x;}
87 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y;}
90 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z;}
94 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u;}
98 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v;}
102 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
107 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
112 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
117 void Ty::decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> \
127 void decode(std::istream &I) { getDecoder(I) >> x;}
130 void decode(std::istream &I) { getDecoder(I) >> x >> y;}
133 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z;}
136 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u;}
140 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v;}
144 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v >> w;}
148 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v >> \
153 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v >> \
158 void decode(std::istream &I) { getDecoder(I) >> x >> y >> z >> u >> v >> \
242 virtual SPIRVDecoder getDecoder(std::istream &);