HomeSort by relevance Sort by last modified time
    Searched full:nullpos (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/base/
host_port_pair.cc 54 size_t nullpos; local
55 while ((nullpos = host_for_log.find('\0')) != std::string::npos) {
56 host_for_log.replace(nullpos, 1, "%00");
  /external/clang/include/clang/Basic/
Attr.td     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp 375 // "nullPos" is the number of formal parameters at the end which
379 unsigned nullPos = attr->getNullPos();
380 assert((nullPos == 0 || nullPos == 1) && "invalid null position on sentinel");
381 numFormalParams = (nullPos > numFormalParams ? 0 : numFormalParams - nullPos);
    [all...]

Completed in 1117 milliseconds