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

  /external/v8/src/
utils.h 194 inline int StrLength(const char* string) {
463 return Vector<const char>(data, StrLength(data));
467 return Vector<char>(data, StrLength(data));
471 int length = StrLength(data);
  /external/clang/lib/Sema/
SemaInit.cpp 86 uint64_t StrLength =
94 ConstVal = StrLength;
114 StrLength--;
118 if (StrLength > CAT->getSize().getZExtValue())
124 if (StrLength-1 > CAT->getSize().getZExtValue())
    [all...]

Completed in 80 milliseconds