MCPcopy Create free account
hub / github.com/aenu1/aps3e / to_string

Function to_string

app/src/main/cpp/rpcs3/Utilities/version.cpp:8–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace utils
7{
8 std::string to_string(version_type type)
9 {
10 switch (type)
11 {
12 case version_type::pre_alpha: return "Pre-Alpha";
13 case version_type::alpha: return "Alpha";
14 case version_type::beta: return "Beta";
15 case version_type::release_candidate: return "RC";
16 case version_type::release: return "Release";
17 }
18
19 return "Unknown";
20 }
21
22 uint version::to_hex() const
23 {

Callers 15

to_stringMethod · 0.70
named_thread_groupMethod · 0.70
saveMethod · 0.70
make_int_rangeMethod · 0.70
make_uint_rangeMethod · 0.70
make_float_rangeMethod · 0.70
try_to_stringFunction · 0.70
to_stringMethod · 0.70
def_to_stringMethod · 0.70
to_stringMethod · 0.70
def_to_stringMethod · 0.70
to_strMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected