Lines Matching refs:StringVector
59 typedef vector<std::string> StringVector; typedef
92 void PrivateGenerator::PrintAllComments(StringVector comments, in PrintAllComments()
107 for (StringVector::iterator it = comments.begin(); it != comments.end(); in PrintAllComments()
133 StringVector service_comments = service->GetAllComments(); in PrintBetaServicer()
145 StringVector method_comments = method->GetAllComments(); in PrintBetaServicer()
169 StringVector service_comments = service->GetAllComments(); in PrintBetaStub()
183 StringVector method_comments = method->GetAllComments(); in PrintBetaStub()
417 StringVector service_comments = service->GetAllComments(); in PrintStub()
485 StringVector service_comments = service->GetAllComments(); in PrintServicer()
498 StringVector method_comments = method->GetAllComments(); in PrintServicer()
595 StringVector service_comments = service->GetAllComments(); in PrintServiceClass()