Searched refs:value_end (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/cookies/
H A Dparsed_cookie.cc300 std::string::const_iterator* value_end) {
301 DCHECK(it && value_start && value_end);
313 *value_end = *it;
316 if (*value_end != *value_start) { // Could have an empty value
317 --(*value_end);
318 SeekBackPast(value_end, *value_start, kWhitespace);
319 ++(*value_end);
337 std::string::const_iterator value_start, value_end; local
338 ParseValue(&it, end, &value_start, &value_end);
339 return std::string(value_start, value_end);
297 ParseValue(std::string::const_iterator* it, const std::string::const_iterator& end, std::string::const_iterator* value_start, std::string::const_iterator* value_end) argument
386 std::string::const_iterator value_start, value_end; local
[all...]
H A Dparsed_cookie.h90 // returns as output arguments value_start and value_end to the start and end
96 std::string::const_iterator* value_end);
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc131 std::string::const_iterator value_end; member in struct:net::HttpResponseHeaders::ParsedHeader
215 blob.append(parsed_[i].name_begin, parsed_[k].value_end);
259 new_raw_headers.append(name_begin, new_parsed[k].value_end);
285 new_raw_headers.append(parsed_[i].name_begin, parsed_[k].value_end);
489 std::string::const_iterator value_end = parsed_[i].value_end; local
491 value_end = parsed_[i].value_end;
494 headers[iter->second].append(value_begin, value_end);
525 std::string::const_iterator value_end local
562 std::string::const_iterator value_end = parsed_[i].value_end; local
800 AddToParsed(std::string::const_iterator name_begin, std::string::const_iterator name_end, std::string::const_iterator value_begin, std::string::const_iterator value_end) argument
[all...]
H A Dhttp_response_headers.h335 std::string::const_iterator value_end);
341 std::string::const_iterator value_end);
H A Dhttp_util.h289 std::string::const_iterator value_end() const { function in class:net::HttpUtil::ValuesIterator
333 std::string::const_iterator value_end() const { function in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_util_unittest.cc889 std::string::const_iterator first_value_end = parser->value_end();
895 parser->value_end()));
900 ASSERT_TRUE(first_value_end == parser->value_end());
H A Dhttp_util.cc252 byte_range_set_iterator.value_end();
875 value_end_ = props_.value_end();
H A Dhttp_cache_transaction.cc303 if (LowerCaseEqualsASCII(v.value_begin(), v.value_end(), search->value))
/external/chromium_org/content/browser/
H A Dtransition_request_manager.cc49 param_iter.value_end(),
62 param_iter.value_end());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp140 for (SDNode::value_iterator J = I->value_begin(), E = I->value_end();
227 for (SDNode::value_iterator J = Node->value_begin(), E = Node->value_end();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h667 value_iterator value_end() const { return ValueList+NumValues; }
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1339 for (SDNode::value_iterator I = Op->value_begin(), E = Op->value_end();

Completed in 561 milliseconds