MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / StoredWidth

Method StoredWidth

native/thirdpart/flatbuffers/flexbuffers.h:1473–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471 }
1472
1473 BitWidth StoredWidth(BitWidth parent_bit_width_ = BIT_WIDTH_8) const {
1474 if (IsInline(type_)) {
1475 return (std::max)(min_bit_width_, parent_bit_width_);
1476 } else {
1477 return min_bit_width_;
1478 }
1479 }
1480 };
1481
1482 private:

Callers

nothing calls this directly

Calls 1

IsInlineFunction · 0.85

Tested by

no test coverage detected