Searched refs:ReadSignedInt (Results 1 – 1 of 1) sorted by relevance
1121 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function1852 annotation_value->value_.SetB(static_cast<int8_t>(ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()1856 annotation_value->value_.SetS(static_cast<int16_t>(ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()1865 annotation_value->value_.SetI(ReadSignedInt(annotation, value_arg)); in ProcessAnnotationValue()2404 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()2408 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()2416 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()