Home
last modified time | relevance | path

Searched refs:StringToInt (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gn/src/gn/
Dversion.cc26 if (!base::StringToInt(s.substr(major_begin, major_end - major_begin), in FromString()
33 if (!base::StringToInt(s.substr(minor_begin, minor_end - minor_begin), in FromString()
38 if (!base::StringToInt(s.substr(patch_begin, std::string::npos), &patch)) in FromString()
/third_party/gn/src/base/strings/
Dstring_number_conversions.h76 bool StringToInt(std::string_view input, int* output);
77 bool StringToInt(std::u16string_view input, int* output);
Dstring_number_conversions.cc359 bool StringToInt(std::string_view input, int* output) { in StringToInt() function
363 bool StringToInt(std::u16string_view input, int* output) { in StringToInt() function
/third_party/lzma/CPP/7zip/UI/Client7z/
Dmakefile13 $O\StringToInt.obj \
Dmakefile.gcc34 $O/StringToInt.o \
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile22 $O\StringToInt.obj \
Dmakefile.gcc64 $O/StringToInt.o \
DLzmaCon.dsp267 SOURCE=..\..\..\Common\StringToInt.cpp
271 SOURCE=..\..\..\Common\StringToInt.h
/third_party/gn/src/util/
Dworker_pool.cc61 if (!thread_count.empty() && base::StringToInt(thread_count, &result) && in GetThreadCount()
/third_party/lzma/CPP/7zip/UI/Console/
Dmakefile16 $O\StringToInt.obj \
Dmakefile.gcc111 $O/StringToInt.o \
/third_party/cef/patch/patches/
Dcrashpad_tp_1995.patch308 + if (base::StringToInt(optarg, &options.max_uploads)) {
315 + if (base::StringToInt(optarg, &options.max_database_size)) {
322 + if (base::StringToInt(optarg, &options.max_database_age)) {
/third_party/node/deps/v8/src/runtime/
Druntime-numbers.cc47 double result = StringToInt(isolate, subject, radix32); in RUNTIME_FUNCTION()
/third_party/cef/libcef/browser/devtools/
Ddevtools_manager_delegate.cc81 if (base::StringToInt(port_str, &temp_port) && temp_port >= 1024 && in CreateSocketFactory()
Ddevtools_util.cc83 if (id_str.empty() || !base::StringToInt(id_str, &message_id)) in ParseResult()
/third_party/cef/libcef/browser/media_router/
Dmedia_sink_impl.cc53 base::StringToInt(dial_data.app_url.port_piece(), &device_info.port); in GetSinkInternalAndContinue()
/third_party/node/deps/v8/src/numbers/
Dconversions.h99 double StringToInt(Isolate* isolate, Handle<String> string, int radix);
/third_party/lzma/CPP/7zip/Bundles/Format7zExtractR/
Dmakefile14 $O\StringToInt.obj \
/third_party/lzma/CPP/7zip/Bundles/Format7zR/
Dmakefile14 $O\StringToInt.obj \
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile21 $O\StringToInt.obj \
Dmakefile.gcc122 $O/StringToInt.o \
/third_party/cef/libcef/renderer/
Drender_manager.cc263 base::StringToInt(command_line->GetSwitchValueASCII( in WebKitInitialized()
/third_party/gn/src/base/json/
Djson_parser.cc677 if (StringToInt(num_string, &num_int)) in ConsumeNumber()
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc263 if (base::StringToInt(value, &int_val) && int_val > 0) in ParseZeroBasedInt()
/third_party/lzma/CPP/7zip/
D7zip_gcc.mak239 $O/StringToInt.o: ../../../Common/StringToInt.cpp

12