MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / c_str

Method c_str

Bcore/src/main/cpp/Dobby/tests/catch.hpp:9591–9595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9589}
9590
9591auto StringRef::c_str() const -> char const * {
9592 if (isSubstring())
9593 const_cast<StringRef *>(this)->takeOwnership();
9594 return m_start;
9595}
9596auto StringRef::currentData() const noexcept -> char const * {
9597 return m_start;
9598}

Callers 15

handleDumpByDexFileFunction · 0.80
fixCodeItemFunction · 0.80
cookieDumpDexMethod · 0.80
CreateTypeListMethod · 0.80
dex_file.ccFile · 0.80
MangleForJniFunction · 0.80
BuildMethod · 0.80
CreateProtoKeyMethod · 0.80
CheckEncodedArrayMethod · 0.80
CheckFieldAccessFlagsMethod · 0.80

Calls 1

takeOwnershipMethod · 0.80

Tested by

no test coverage detected