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

Method empty

be/src/kudu/util/bitset.h:96–98  ·  view source on GitHub ↗

Returns whether the set is empty.

Source from the content-addressed store, hash-verified

94
95 // Returns whether the set is empty.
96 bool empty() const {
97 return bitset_.none();
98 }
99
100 // Clears the contents of the set.
101 void clear() {

Callers 15

ValidateTrustedCertFileFunction · 0.45
DoRequestMethod · 0.45
DoReadFileToStringFunction · 0.45
needs_flush_or_writeMethod · 0.45
CreateDirsRecursivelyFunction · 0.45
ListTrackersMethod · 0.45
TrackersToPbMethod · 0.45
RollingLogMethod · 0.45
UrlEncodeFunction · 0.45
Base64EncodeFunction · 0.45
ParseKeyMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestUrlFunction · 0.36
TestBase64Function · 0.36
TEST_FFunction · 0.36
CheckGroupedFlags01Function · 0.36
CheckGroupedFlags23Function · 0.36
CompareContainersFunction · 0.36
TESTFunction · 0.36
ConsumerThreadMethod · 0.36
GetRandomFileMethod · 0.36
ReadRandomChunkMethod · 0.36
WriteRandomChunkMethod · 0.36
StressTestMethod · 0.36