HomeSort by relevance Sort by last modified time
    Searched defs:StrLength (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
utils.h 208 inline int StrLength(const char* string) {
500 return Vector<const char>(data, StrLength(data));
504 return Vector<char>(data, StrLength(data));
508 int length = StrLength(data);
  /external/clang/lib/Sema/
SemaInit.cpp 88 uint64_t StrLength =
95 llvm::APInt ConstVal(32, StrLength);
115 StrLength--;
119 if (StrLength > CAT->getSize().getZExtValue())
125 if (StrLength-1 > CAT->getSize().getZExtValue())
    [all...]

Completed in 47 milliseconds