Searched refs:int_value (Results 1 – 1 of 1) sorted by relevance
41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size); in ReadValue() local42 pValue.setIntValue(static_cast<unsigned int>(int_value)); in ReadValue()