MCPcopy 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
277inline std::string String8::std_string(const String8& str)
278{
279 return std::string(str.string());
280}
281
282inline size_t String8::size() const
283{

Callers

nothing calls this directly

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected