Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
std::wstring SysNativeMBToWide(const StringPiece& native_mb) {
37
return SysUTF8ToWide(native_mb);
38
}
39
40
#else
41
Callers
4
TEST
Function · 0.85
LossyDisplayName
Method · 0.85
AsUTF8Unsafe
Method · 0.85
AsUTF16Unsafe
Method · 0.85
Calls
4
SysUTF8ToWide
Function · 0.85
size
Method · 0.45
data
Method · 0.45
resize
Method · 0.45
Tested by
1
TEST
Function · 0.68