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

  /external/libcxxabi/src/demangle/
StringView.h 46 StringView dropFront(size_t N = 1) const {
65 *this = dropFront(1);
72 *this = dropFront(S.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
StringView.h 59 StringView dropFront(size_t N = 1) const {
89 *this = dropFront(1);
96 *this = dropFront(S.size());

Completed in 118 milliseconds