Searched defs:AsInt32 (Results 1 – 4 of 4) sorted by relevance
51 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
74 int32_t AsInt32() const { return static_cast<int32_t>(uint_value_); } in AsInt32() function
20 static napi_value AsInt32(napi_env env, napi_callback_info info) { in AsInt32() function
813 int32_t AsInt32() const { return static_cast<int32_t>(AsIntN(32)); } in AsInt32() function