Searched defs:StringToInt (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/strings/
H A Dstring_number_conversions.cc383 bool StringToInt(const StringPiece& input, int* output) { function in namespace:base
387 bool StringToInt(const StringPiece16& input, int* output) { function in namespace:base
/external/libweave/third_party/chromium/base/strings/
H A Dstring_number_conversions.cc342 bool StringToInt(const StringPiece& input, int* output) { function in namespace:base
/external/v8/src/
H A Dconversions.cc106 double StringToInt(UnicodeCache* unicode_cache, function in namespace:v8::internal
114 double StringToInt(UnicodeCache* unicode_cache, function in namespace:v8::internal
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DUtils.cpp271 int StringToInt ( const std::string &Text ) function
/external/v8/test/cctest/
H A Dtest-debug.cc4995 static int StringToInt(const char* s) { function
5008 res = StringToInt(pos + strlen(value));
5021 res = StringToInt(pos + strlen(breakpoints));
5034 int res = StringToInt(pos);
5047 res = StringToInt(pos + strlen(source_line));

Completed in 769 milliseconds