Searched refs:StringToInt (Results 1 – 25 of 30) sorted by relevance
12
| /third_party/gn/src/gn/ |
| D | version.cc | 26 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/ |
| D | string_number_conversions.h | 76 bool StringToInt(std::string_view input, int* output); 77 bool StringToInt(std::u16string_view input, int* output);
|
| D | string_number_conversions.cc | 359 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/ |
| D | makefile | 13 $O\StringToInt.obj \
|
| D | makefile.gcc | 34 $O/StringToInt.o \
|
| /third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
| D | makefile | 22 $O\StringToInt.obj \
|
| D | makefile.gcc | 64 $O/StringToInt.o \
|
| D | LzmaCon.dsp | 267 SOURCE=..\..\..\Common\StringToInt.cpp 271 SOURCE=..\..\..\Common\StringToInt.h
|
| /third_party/gn/src/util/ |
| D | worker_pool.cc | 61 if (!thread_count.empty() && base::StringToInt(thread_count, &result) && in GetThreadCount()
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | makefile | 16 $O\StringToInt.obj \
|
| D | makefile.gcc | 111 $O/StringToInt.o \
|
| /third_party/cef/patch/patches/ |
| D | crashpad_tp_1995.patch | 308 + 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/ |
| D | runtime-numbers.cc | 47 double result = StringToInt(isolate, subject, radix32); in RUNTIME_FUNCTION()
|
| /third_party/cef/libcef/browser/devtools/ |
| D | devtools_manager_delegate.cc | 81 if (base::StringToInt(port_str, &temp_port) && temp_port >= 1024 && in CreateSocketFactory()
|
| D | devtools_util.cc | 83 if (id_str.empty() || !base::StringToInt(id_str, &message_id)) in ParseResult()
|
| /third_party/cef/libcef/browser/media_router/ |
| D | media_sink_impl.cc | 53 base::StringToInt(dial_data.app_url.port_piece(), &device_info.port); in GetSinkInternalAndContinue()
|
| /third_party/node/deps/v8/src/numbers/ |
| D | conversions.h | 99 double StringToInt(Isolate* isolate, Handle<String> string, int radix);
|
| /third_party/lzma/CPP/7zip/Bundles/Format7zExtractR/ |
| D | makefile | 14 $O\StringToInt.obj \
|
| /third_party/lzma/CPP/7zip/Bundles/Format7zR/ |
| D | makefile | 14 $O\StringToInt.obj \
|
| /third_party/lzma/CPP/7zip/Bundles/Alone7z/ |
| D | makefile | 21 $O\StringToInt.obj \
|
| D | makefile.gcc | 122 $O/StringToInt.o \
|
| /third_party/cef/libcef/renderer/ |
| D | render_manager.cc | 263 base::StringToInt(command_line->GetSwitchValueASCII( in WebKitInitialized()
|
| /third_party/gn/src/base/json/ |
| D | json_parser.cc | 677 if (StringToInt(num_string, &num_int)) in ConsumeNumber()
|
| /third_party/cef/libcef/common/ |
| D | crash_reporter_client.cc | 263 if (base::StringToInt(value, &int_val) && int_val > 0) in ParseZeroBasedInt()
|
| /third_party/lzma/CPP/7zip/ |
| D | 7zip_gcc.mak | 239 $O/StringToInt.o: ../../../Common/StringToInt.cpp
|
12