MCPcopy Create free account
hub / github.com/apache/arrow / size

Method size

cpp/src/arrow/util/secure_string.cc:179–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177bool SecureString::empty() const { return secret_.empty(); }
178
179std::size_t SecureString::size() const { return secret_.size(); }
180
181std::size_t SecureString::length() const { return secret_.length(); }
182

Callers 15

basic_decimal.ccFile · 0.45
BitmapFromVectorFunction · 0.45
BitmapFromStringFunction · 0.45
CheckExtensiveMethod · 0.45
BufferTestRangesMethod · 0.45
TESTFunction · 0.45
TestAlignedMethod · 0.45
TestUnalignedMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
lazy_copyFunction · 0.45
lazy_copy_convertingFunction · 0.45

Calls

no outgoing calls

Tested by 15

BitmapFromVectorFunction · 0.36
BitmapFromStringFunction · 0.36
CheckExtensiveMethod · 0.36
BufferTestRangesMethod · 0.36
TESTFunction · 0.36
TestAlignedMethod · 0.36
TestUnalignedMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
ExactQuantileFunction · 0.36
TestRandomFunction · 0.36