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