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

/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_token_utils.cc20 const char* value_begin = stream_begin + header_line.value_begin_idx; local
24 ParseTokenList(value_begin, line_end, tokens);
H A Dbalsa_frame.cc647 const char* value_begin = (stream_begin + header_line.value_begin_idx); local
649 if (value_begin >= line_end) {
659 while (value_begin < line_end) {
660 if (*value_begin < '0' || *value_begin > '9') {
670 const unsigned char c = *value_begin - '0';
680 ++value_begin;
692 const char* value_begin = stream_begin + header_line.value_begin_idx; local
693 size_t value_length = line_end - value_begin;
696 !strncasecmp(value_begin, "chunke
[all...]
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc130 std::string::const_iterator value_begin; member in struct:net::HttpResponseHeaders::ParsedHeader
488 std::string::const_iterator value_begin = parsed_[i].value_begin; local
494 headers[iter->second].append(value_begin, value_end);
524 std::string::const_iterator value_begin = parsed_[i].value_begin; local
528 value->append(value_begin, value_end);
561 std::string::const_iterator value_begin = parsed_[i].value_begin; local
566 value->assign(value_begin, value_en
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.h334 std::string::const_iterator value_begin,
340 std::string::const_iterator value_begin,
H A Dhttp_util.h286 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::ValuesIterator
330 std::string::const_iterator value_begin() const { function in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_util.cc234 byte_range_set_iterator.value_begin();
250 byte_range_set_iterator.value_begin() + minus_char_offset + 1;
874 value_begin_ = props_.value_begin();
H A Dhttp_util_unittest.cc888 std::string::const_iterator first_value_begin = parser->value_begin();
894 ASSERT_EQ(expected_value, std::string(parser->value_begin(),
899 ASSERT_TRUE(first_value_begin == parser->value_begin());
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.cc48 if (LowerCaseEqualsASCII(param_iter.value_begin(),
61 std::string attribute_value(param_iter.value_begin(),
/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.h666 value_iterator value_begin() const { return ValueList; }
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1339 for (SDNode::value_iterator I = Op->value_begin(), E = Op->value_end();

Completed in 3008 milliseconds