Home
last modified time | relevance | path

Searched refs:left_right_chars (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Target/
DCPPLanguageRuntime.cpp250 const llvm::StringRef &left_right_chars, in ReverseFindMatchingChars() argument
255 assert (left_right_chars.size() == 2); in ReverseFindMatchingChars()
257 const char left_char = left_right_chars[0]; in ReverseFindMatchingChars()
258 const char right_char = left_right_chars[1]; in ReverseFindMatchingChars()
259 pos = s.find_last_of(left_right_chars, pos); in ReverseFindMatchingChars()
266 pos = s.find_last_of(left_right_chars, pos); in ReverseFindMatchingChars()