MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / size

Method size

tensorflow/core/lib/strings/strcat.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 : piece_(str) {} // NOLINT(runtime/explicit)
136
137 StringPiece::size_type size() const { return piece_.size(); }
138 const char *data() const { return piece_.data(); }
139 StringPiece Piece() const { return piece_; }
140

Callers 15

Append1Function · 0.45
Append2Function · 0.45
Append4Function · 0.45
StrCatFunction · 0.45
CatPiecesFunction · 0.45
AppendPiecesFunction · 0.45
StrAppendFunction · 0.45
safe_strtofFunction · 0.45
safe_strtodFunction · 0.45
HexStringToUint64Function · 0.45
EncodeStringFragmentFunction · 0.45
ReadStringInternalFunction · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TestReadFunction · 0.36
FindSpecialFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36