Searched refs:ParseInt (Results 1 – 5 of 5) sorted by relevance
347 int ParseInt(const std::string& value) { in ParseInt() function388 result.push_back(ParseInt(value.substr(start))); in ParseVectorInt()391 result.push_back(ParseInt(value.substr(start, end - start))); in ParseVectorInt()
124 int ParseInt(const std::string& value);
428 int prefix_length = ParseInt(trim(value.substr(kFixedPrefixName.size()))); in ParseSliceTransformHelper()434 ParseInt(trim(pe_value.substr(kCappedPrefixName.size()))); in ParseSliceTransformHelper()481 *reinterpret_cast<int*>(opt_address) = ParseInt(value); in ParseOptionHelper()940 compression_opts.window_bits = ParseInt(value.substr(start, end - start)); in ParseCompressionOptions()947 compression_opts.level = ParseInt(value.substr(start, end - start)); in ParseCompressionOptions()955 ParseInt(value.substr(start, value.size() - start)); in ParseCompressionOptions()964 ParseInt(value.substr(start, value.size() - start)); in ParseCompressionOptions()975 ParseInt(value.substr(start, value.size() - start)); in ParseCompressionOptions()
1951 ASSERT_EQ(ParseInt("-32767"), -32767); in TEST_F()
328 num_misses += ParseInt(substr); in TEST_F()