strtoll            65 third_party/cld/base/strtoint.h   return strtoll(nptr, endptr, base);
strtoll           183 third_party/libevent/evutil.c 	return (ev_int64_t)strtoll(s, endptr, base);
strtoll           320 third_party/protobuf/src/google/protobuf/stubs/strutil.h   return strtoll(nptr, endptr, base);
strtoll          1137 third_party/re2/re2/re2.cc   int64 r = strtoll(str, &end, radix);
strtoll           860 third_party/re2/util/pcre.cc   int64 r = strtoll(str, &end, radix);
strtoll           521 third_party/talloc/libreplace/test/testsuite.c #define TEST_STRTOLL(str,base,res,diff,errnoo) TEST_STRTO_X(long long int, "%lld", strtoll,str,base,res,diff,errnoo)
strtoll           151 third_party/tcmalloc/chromium/src/base/commandlineflags.h     return strtoll(system_property_value, NULL, 10);
strtoll           174 third_party/tcmalloc/chromium/src/base/commandlineflags.h   (!getenv(envname) ? (dflt) : strtoll(getenv(envname), NULL, 10))
strtoll           620 third_party/tcmalloc/chromium/src/base/sysinfo.cc   return strtoll(text, endptr, base);
strtoll           126 third_party/tcmalloc/vendor/src/base/commandlineflags.h   (!getenv(envname) ? (dflt) : strtoll(getenv(envname), NULL, 10))