Searched refs:BiggestConvertible (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h999 // BiggestConvertible is the largest integer type that system-provided
1005 typedef unsigned __int64 BiggestConvertible; typedef
1006 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1010 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1011 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1022 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/gtest/src/
H A Dgtest-internal-inl.h1012 // BiggestConvertible is the largest integer type that system-provided
1018 typedef unsigned __int64 BiggestConvertible; typedef
1019 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1023 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1024 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1035 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h984 // BiggestConvertible is the largest integer type that system-provided
990 typedef unsigned __int64 BiggestConvertible; typedef
991 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
995 typedef unsigned long long BiggestConvertible; // NOLINT typedef
996 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1007 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h981 // BiggestConvertible is the largest integer type that system-provided
987 typedef unsigned __int64 BiggestConvertible; typedef
988 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
992 typedef unsigned long long BiggestConvertible; // NOLINT typedef
993 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1004 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1023 // BiggestConvertible is the largest integer type that system-provided
1027 typedef unsigned __int64 BiggestConvertible; typedef
1028 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1030 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1031 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1040 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h986 // BiggestConvertible is the largest integer type that system-provided
992 typedef unsigned __int64 BiggestConvertible; typedef
993 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
997 typedef unsigned long long BiggestConvertible; // NOLINT typedef
998 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1009 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1413 // BiggestConvertible is the largest integer type that system-provided
1419 typedef unsigned __int64 BiggestConvertible; typedef
1420 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1424 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1425 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1436 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1423 // BiggestConvertible is the largest integer type that system-provided
1429 typedef unsigned __int64 BiggestConvertible; typedef
1430 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1434 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1435 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1446 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1417 // BiggestConvertible is the largest integer type that system-provided
1421 typedef unsigned __int64 BiggestConvertible; typedef
1422 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1424 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1425 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1434 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1413 // BiggestConvertible is the largest integer type that system-provided
1419 typedef unsigned __int64 BiggestConvertible; typedef
1420 const BiggestConvertible parsed = _strtoui64(str.c_str(), &end, 10);
1424 typedef unsigned long long BiggestConvertible; // NOLINT typedef
1425 const BiggestConvertible parsed = strtoull(str.c_str(), &end, 10);
1436 if (parse_success && static_cast<BiggestConvertible>(result) == parsed) {

Completed in 141 milliseconds