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

Method toString

bolt/type/Type.cpp:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238std::string ArrayType::toString() const {
239 return "ARRAY<" + child_->toString() + ">";
240}
241
242std::string ArrayType::jitName() const {
243 return "A<" + child_->jitName() + ">_";

Callers 15

operator()Method · 0.45
MultiplyByTwoFunction · 0.45
TEST_FFunction · 0.45
toAppendFunction · 0.45
formatMethod · 0.45
toJsonMethod · 0.45
toJsonUnsafeMethod · 0.45
namesAndTypesToStringFunction · 0.45
printChildrenMethod · 0.45
toTypeSqlFunction · 0.45
castMethod · 0.45

Calls 4

tmToStringFunction · 0.85
strMethod · 0.80
sizeMethod · 0.45
nameMethod · 0.45

Tested by 3

MultiplyByTwoFunction · 0.36
TEST_FFunction · 0.36
debugStringMethod · 0.36