Lines Matching refs:VECTOR
187 vector<string>* result) {
188 back_insert_iterator< vector<string> > it(*result);
194 // This merges a vector of string components with delim inserted
226 void JoinStrings(const vector<string>& components,
240 // The second call stores its errors in a supplied string vector.
241 // If the string vector pointer is NULL, it reports the errors with LOG().
259 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false)
266 vector<string> *errors) {
391 // The second call stores its errors in a supplied string vector.
392 // If the string vector pointer is NULL, it reports the errors with LOG().
402 vector<string> *errors) {