Searched refs:PlatformStr (Results 1 – 1 of 1) sorted by relevance
21 auto PlatformStr = Result.second; in create() local23 Platform = StringSwitch<PlatformType>(PlatformStr) in create()37 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) { in create()38 PlatformStr = PlatformStr.drop_front().drop_back(); in create()40 if (!PlatformStr.getAsInteger(10, RawValue)) in create()