![]() |
|
PhoenixProtocolBuffer
1.0.1
Set of tools to decode offset from protocol buffer
|
#include <iostream>#include <vector>#include <cstdint>
Include dependency graph for phoenix_varint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| size_t | phoenix_readVarInt (char *&iter) |
| Reads and print a varint from protocol buffer. | |
| void | phoenix_skipVarInt (char *&iter) |
| Skips a varint. | |
| size_t phoenix_readVarInt | ( | char *& | iter | ) |
Reads and print a varint from protocol buffer.
| [out] | iter | : position on the current message to be used |
Definition at line 29 of file phoenix_varint.cpp.
References phoenix_varIntToValue().
Referenced by FieldParser::loadComputeFieldOffset(), FieldParser::loadComputeFieldOffsetArray(), FieldParser::loadFieldFromOffset(), phoenix_fieldPrint(), phoenix_fieldPrintArray(), and phoenix_fieldSkip().
Here is the call graph for this function:
Here is the caller graph for this function:| void phoenix_skipVarInt | ( | char *& | iter | ) |
Skips a varint.
| [out] | iter | : iterator over the message to be used |
Definition at line 45 of file phoenix_varint.cpp.
Referenced by phoenix_fieldSkip().
Here is the caller graph for this function: