Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexHive/NASS
/ std_string
Method
std_string
binderlib/include_android9/utils/String8.h:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
inline std::string String8::std_string(const String8& str)
278
{
279
return std::string(str.string());
280
}
281
282
inline size_t String8::size() const
283
{
Callers
nothing calls this directly
Calls
1
string
Method · 0.45
Tested by
no test coverage detected