Searched defs:AsInt32 (Results 1 – 5 of 5) sorted by relevance
56 def AsInt32(x): function
51 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
72 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
77 AsInt32, // 'I32' (MSVCRT, like __int32) enumerator
420 int32_t AsInt32() const { return static_cast<int32_t>(AsInt64()); } in AsInt32() function