MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / size

Method size

extern/re2/re2/stringpiece.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 size_type size() const { return size_; }
81 size_type length() const { return size_; }
82 bool empty() const { return size_ == 0; }
83

Callers 6

StringPieceMethod · 0.45
compareMethod · 0.45
starts_withMethod · 0.45
ends_withMethod · 0.45
operator==Function · 0.45
operator<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected