OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_begin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_content_disposition.cc
368
std::string::const_iterator
type_begin
= begin;
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/llvm/include/llvm/
DebugInfo.h
775
iterator
type_begin
() const { return TYs.begin(); }
function in class:llvm::DebugInfoFinder
Completed in 350 milliseconds