Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ length
Method
length
Bcore/src/main/cpp/base/stringpiece.h:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
const char* data() const { return ptr_; }
64
size_type size() const { return length_; }
65
size_type length() const { return length_; }
66
bool empty() const { return length_ == 0; }
67
68
void clear() {
Callers
10
operator==
Method · 0.80
DotToDescriptor
Function · 0.80
AddString
Method · 0.80
Build
Method · 0.80
isDebuggerActive
Function · 0.80
findAndCopyNativeLib
Method · 0.80
buildValidExtFilename
Method · 0.80
findMethod
Method · 0.80
parseBPid
Method · 0.80
queryIntent
Method · 0.80
Calls
no outgoing calls
Tested by
3
AddString
Method · 0.64
Build
Method · 0.64
isDebuggerActive
Function · 0.64