Searched refs:GetVersionString (Results 1 – 6 of 6) 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()
2332 file_version = GetVersionString(module.version_info.dwFileVersionMS,2334 product_version = GetVersionString(module.version_info.dwProductVersionMS,3132 def GetVersionString(ms, ls): function3145 file_version = GetVersionString(module.version_info.dwFileVersionMS,3147 product_version = GetVersionString(module.version_info.dwProductVersionMS,
521 LOG(LS_INFO) << webrtc::VoiceEngine::GetVersionString(); in InitInternal()