Home
last modified time | relevance | path

Searched refs:long_value (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8937 const long long_value = strtol(str, &end, 10); // NOLINT in ParseInt32() local
8952 const Int32 result = static_cast<Int32>(long_value); in ParseInt32()
8953 if (long_value == LONG_MAX || long_value == LONG_MIN || in ParseInt32()
8956 result != long_value in ParseInt32()