MCPcopy Create free account
hub / github.com/apache/brpc / UsingFullMap

Method UsingFullMap

src/butil/containers/small_map.h:556–558  ·  view source on GitHub ↗

Returns true if we have fallen back to using the underlying map representation.

Source from the content-addressed store, hash-verified

554 // Returns true if we have fallen back to using the underlying map
555 // representation.
556 bool UsingFullMap() const {
557 return size_ < 0;
558 }
559
560 inline NormalMap* map() {
561 CHECK(UsingFullMap());

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64