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

Function SmallMapEqual

test/small_map_unittest.cc:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152template<class inner>
153static bool SmallMapEqual(SmallMap<inner> const& a,
154 SmallMap<inner> const& b) {
155 return SmallMapIsSubset(a, b) && SmallMapIsSubset(b, a);
156}
157
158TEST(SmallMap, AssignmentOperator) {
159 SmallMap<hash_map<int, int> > src_small;

Callers 1

TESTFunction · 0.85

Calls 1

SmallMapIsSubsetFunction · 0.85

Tested by

no test coverage detected