MCPcopy Create free account
hub / github.com/apache/impala / ContainsKey

Function ContainsKey

be/src/gutil/map-util.h:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294// Returns true iff the given collection contains the given key.
295template <class Collection, class Key>
296bool ContainsKey(const Collection& collection, const Key& key) {
297 return collection.find(key) != collection.end();
298}
299
300// Returns true iff the given collection contains the given key-value pair.
301template <class Collection, class Key, class Value>

Callers 15

UserAllowedMethod · 0.85
EnableMechanismMethod · 0.85
NegotiateMethod · 0.85
HandleNegotiateMethod · 0.85
HandleTlsHandshakeMethod · 0.85
NegotiateMethod · 0.85
HandleNegotiateMethod · 0.85
HandleTlsHandshakeMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
CompareContainersFunction · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 7

TEST_FFunction · 0.68
TESTFunction · 0.68
CompareContainersFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68