Searched refs:Base32Encode (Results 1 – 4 of 4) sorted by relevance
10 auto result = fml::Base32Encode("hello"); in TEST()16 auto result = fml::Base32Encode("helLo"); in TEST()22 auto result = fml::Base32Encode(""); in TEST()28 auto result = fml::Base32Encode("1"); in TEST()34 auto result = fml::Base32Encode("helLo"); in TEST()
13 std::pair<bool, std::string> Base32Encode(std::string_view input);
14 std::pair<bool, std::string> Base32Encode(std::string_view input) { in Base32Encode() function
31 auto encode_result = fml::Base32Encode(view); in SkKeyToFilePath()