Lines Matching refs:temp
943 int32_t temp = Read<int32_t>();
944 return (temp != 0);
954 int32_t temp = Read<int32_t>();
955 return static_cast<int8_t>(temp);
960 int32_t temp = Read<int32_t>();
961 return static_cast<int16_t>(temp);
976 uint32_t temp = Read<uint32_t>();
977 return static_cast<uint8_t>(temp);
982 uint32_t temp = Read<uint32_t>();
983 return static_cast<uint16_t>(temp);
1009 int32_t temp;
1010 bool result = Read<int32_t>(temp);
1012 value = static_cast<T>(temp);