Searched defs:substr (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dstringpiece.cc90 StringPiece StringPiece::substr(size_type pos, size_type n) const { function in class:art::StringPiece
/art/compiler/
H A Dcfi_test.h74 static size_t FindEndOf(const std::string& str, const char* substr) { argument
75 size_t pos = str.find(substr);
77 return pos + strlen(substr);
85 line = line.substr(0, FindEndOf(line, ": ")) +
86 line.substr(FindEndOf(line, "\t"));
107 address = "0x" + line.substr(line.size() - 8);
121 new_line = ".cfi_" + new_line.substr(FindEndOf(new_line, "DW_CFA_"));
/art/compiler/dwarf/
H A Ddwarf_test.h53 void Check(const char* substr, bool next, const char* at_file, int at_line) { argument
54 expected_lines_.push_back(ExpectedLine {substr, next, at_file, at_line});

Completed in 232 milliseconds