OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_end
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/http/
http_content_disposition.cc
369
std::string::const_iterator
type_end
= delimiter;
local
370
HttpUtil::TrimLWS(&type_begin, &
type_end
);
375
if (!HttpUtil::IsToken(type_begin,
type_end
))
380
DCHECK(std::find(type_begin,
type_end
, '=') ==
type_end
);
382
if (LowerCaseEqualsASCII(type_begin,
type_end
, "inline")) {
384
} else if (LowerCaseEqualsASCII(type_begin,
type_end
, "attachment")) {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc
263
const char*
type_end
= strstr(headers, "\r\n");
local
264
if (
type_end
== NULL)
265
type_end
= end;
266
content_type_.assign(headers,
type_end
);
/external/llvm/include/llvm/
DebugInfo.h
776
iterator
type_end
() const { return TYs.end(); }
function in class:llvm::DebugInfoFinder
Completed in 1863 milliseconds