MCPcopy Create free account
hub / github.com/apache/brpc / IntToString16

Function IntToString16

src/butil/strings/string_number_conversions.cc:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350string16 IntToString16(int value) {
351 return IntToStringT<string16, int, unsigned int, true>::
352 IntToString(value);
353}
354
355std::string UintToString(unsigned int value) {
356 return IntToStringT<std::string, unsigned int, unsigned int, false>::

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68