HomeSort by relevance Sort by last modified time
    Searched refs:type_begin (Results 1 - 4 of 4) 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/lib/Analysis/
ModuleDebugInfoPrinter.cpp 81 for (DebugInfoFinder::iterator I = Finder.type_begin(),
  /external/llvm/include/llvm/
DebugInfo.h 775 iterator type_begin() const { return TYs.begin(); } function in class:llvm::DebugInfoFinder
  /external/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 4980 milliseconds