MCPcopy Create free account
hub / github.com/baidu/tera / OutputIntegerAsString

Function OutputIntegerAsString

src/common/base/string_number.cc:533–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531
532template <typename OutputIterator>
533OutputIterator OutputIntegerAsString(int n, OutputIterator output) {
534 return OutputInt32AsString(n, output);
535}
536
537template <typename OutputIterator>
538OutputIterator OutputIntegerAsString(unsigned int n, OutputIterator output) {

Callers 4

IntegerStringLengthFunction · 0.85
WriteIntegerToBufferFunction · 0.85
AppendIntegerToStringFunction · 0.85
IntegerToStringFunction · 0.85

Calls 4

OutputInt32AsStringFunction · 0.85
OutputUInt32AsStringFunction · 0.85
OutputInt64AsStringFunction · 0.85
OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected