Searched refs:MsVmConvert (Results 1 – 4 of 4) sorted by relevance
60 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()74 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()88 auto convertResult = MsVmConvert(segments[0], ""); in TEST_F()
43 extern LinkFuncType MsVmConvert;
202 LinkFuncType MsVmConvert = Convert<VM>; variable
59 convert_fn_ = MsVmConvert; in Backend()