Searched refs:GetVersionString (Results 1 – 7 of 7) sorted by relevance
90 static std::string GetVersionString();
84 std::string v2 = VoiceEngine::GetVersionString() + "\n"; in TEST_F()
151 std::string VoiceEngine::GetVersionString() { in GetVersionString() function in webrtc::VoiceEngine
589 std::string versionString = VoiceEngine::GetVersionString(); in GetVersion()
50 self.version_string = self.server.GetVersionString()
2310 file_version = GetVersionString(module.version_info.dwFileVersionMS,2312 product_version = GetVersionString(module.version_info.dwProductVersionMS,3108 def GetVersionString(ms, ls): function3121 file_version = GetVersionString(module.version_info.dwFileVersionMS,3123 product_version = GetVersionString(module.version_info.dwProductVersionMS,
521 LOG(LS_INFO) << webrtc::VoiceEngine::GetVersionString(); in InitInternal()