MCPcopy Create free account
hub / github.com/apache/brpc / SysNativeMBToWide

Function SysNativeMBToWide

src/butil/strings/sys_string_conversions_posix.cc:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36std::wstring SysNativeMBToWide(const StringPiece& native_mb) {
37 return SysUTF8ToWide(native_mb);
38}
39
40#else
41

Callers 4

TESTFunction · 0.85
LossyDisplayNameMethod · 0.85
AsUTF8UnsafeMethod · 0.85
AsUTF16UnsafeMethod · 0.85

Calls 4

SysUTF8ToWideFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45
resizeMethod · 0.45

Tested by 1

TESTFunction · 0.68