MCPcopy Create free account
hub / github.com/apache/impala / StripWhiteSpaceInCollection

Function StripWhiteSpaceInCollection

be/src/gutil/strings/strip.h:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121template <typename Collection>
122inline void StripWhiteSpaceInCollection(Collection* collection) {
123 for (typename Collection::iterator it = collection->begin();
124 it != collection->end(); ++it)
125 StripWhiteSpace(&(*it));
126}
127
128} // namespace strings
129

Callers

nothing calls this directly

Calls 3

StripWhiteSpaceFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected