Searched refs:fullVersion (Results 1 – 5 of 5) sorted by relevance
61 const WORD fullVersion = MAKEWORD(minorVersion, majorVersion); in curlx_verify_windows_version() local66 matched = targetVersion < fullVersion; in curlx_verify_windows_version()70 matched = targetVersion <= fullVersion; in curlx_verify_windows_version()74 matched = targetVersion == fullVersion; in curlx_verify_windows_version()78 matched = targetVersion >= fullVersion; in curlx_verify_windows_version()82 matched = targetVersion > fullVersion; in curlx_verify_windows_version()
30 visualStudio.fullVersion,35 final int majorVersion = int.tryParse(visualStudio.fullVersion.split('.')[0]);
44 String get fullVersion => _bestVisualStudioDetails[_fullVersionKey];
37 when(visualStudio.fullVersion).thenReturn('15.1');
178 expect(visualStudio.fullVersion, equals('15.9.28307.665'));