MCPcopy Create free account
hub / github.com/apache/fory / increase_reader_index

Method increase_reader_index

cpp/fory/util/buffer.h:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 FORY_ALWAYS_INLINE void increase_reader_index(uint32_t diff, Error &error) {
215 if (FORY_PREDICT_FALSE(!ensure_readable(diff, error))) {
216 return;
217 }
218 reader_index_ += diff;
219 }
220
221 // Unsafe methods don't check bound
222 FORY_ALWAYS_INLINE void unsafe_increase_reader_index(uint32_t diff) {

Callers 4

skipMethod · 0.80
skip_stringFunction · 0.80
skip_field_valueFunction · 0.80
skipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected