MCPcopy Create free account
hub / github.com/bytedance/bolt / ConstantVector

Method ConstantVector

bolt/vector/ConstantVector.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51class ConstantVector final : public SimpleVector<T> {
52 public:
53 ConstantVector(const ConstantVector&) = delete;
54 ConstantVector& operator=(const ConstantVector&) = delete;
55
56 static constexpr bool can_simd =

Callers

nothing calls this directly

Calls 8

setAllFunction · 0.85
strMethod · 0.80
has_valueMethod · 0.80
createFunction · 0.70
sizeMethod · 0.45
setNullMethod · 0.45
typeMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected