| 217 | uint32_t AssemblyContext::getBound() const { return bound_; } |
| 218 | |
| 219 | spv_result_t AssemblyContext::advance() { |
| 220 | return spvtools::advance(text_, ¤t_position_); |
| 221 | } |
| 222 | |
| 223 | spv_result_t AssemblyContext::getWord(std::string* word, |
| 224 | spv_position next_position) { |