MCPcopy 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
DotToDescriptorFunction · 0.80
AddStringMethod · 0.80
BuildMethod · 0.80
isDebuggerActiveFunction · 0.80
findAndCopyNativeLibMethod · 0.80
buildValidExtFilenameMethod · 0.80
findMethodMethod · 0.80
parseBPidMethod · 0.80
queryIntentMethod · 0.80

Calls

no outgoing calls

Tested by 3

AddStringMethod · 0.64
BuildMethod · 0.64
isDebuggerActiveFunction · 0.64