Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
290 uint32_t temp; in pb_decode_tag() local295 if (!pb_decode_varint32_eof(stream, &temp, eof)) in pb_decode_tag()300 *tag = temp >> 3; in pb_decode_tag()301 *wire_type = (pb_wire_type_t)(temp & 7); in pb_decode_tag()
58 Fix Windows 10 temp file handling (#486)