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

Method max_size

extern/re2/re2/sparse_array.h:159–164  ·  view source on GitHub ↗

Return the maximum size of the array. Indices can be in the range [0, max_size).

Source from the content-addressed store, hash-verified

157 // Return the maximum size of the array.
158 // Indices can be in the range [0, max_size).
159 int max_size() const {
160 if (dense_.data() != NULL)
161 return dense_.size();
162 else
163 return 0;
164 }
165
166 // Clear the array.
167 void clear() {

Callers 2

SparseArrayMethod · 0.45
sparse_array.hFile · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected