1 | namespace simdjson { |
---|---|
2 | namespace SIMDJSON_IMPLEMENTATION { |
3 | namespace ondemand { |
4 | |
5 | /** @private Position in the JSON buffer indexes */ |
6 | using token_position = const uint32_t *; |
7 | |
8 | } // namespace ondemand |
9 | } // namespace SIMDJSON_IMPLEMENTATION |
10 | } // namespace simdjson |
11 |