Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h161 LIBPROTOBUF_EXPORT void StripWhitespace(string* s);
Dstrutil.cc96 void StripWhitespace(string* str) { in StripWhitespace() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc2077 StripWhitespace(&stripped_comment); in FormatComment()