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

Method size

Bcore/src/main/cpp/base/stringpiece.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 // terminated string.
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

Callers 4

StringPieceMethod · 0.45
CompareMethod · 0.45
operator==Function · 0.45
stringpiece.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected