OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip_whitespace
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
message.cc
81
*message = rest.substr(colon_after_line + 1).
strip_whitespace
();
140
rest_of_message = rest_of_message.
strip_whitespace
();
211
<< rest.
strip_whitespace
() << std::endl;
226
<< ": " << rest.
strip_whitespace
() << std::endl;
compiler.cc
300
if (lines[i].
strip_whitespace
().empty()) continue;
346
const string_piece current_line = lines[i].
strip_whitespace
();
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h
216
string_piece
strip_whitespace
() const { return strip(" \t\n\r\f\v"); }
function in class:shaderc_util::string_piece
Completed in 55 milliseconds