Home
last modified time | relevance | path

Searched defs:IntToString (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/native/utils/strings/
Dnumbers.cc70 std::string IntToString(int64 input) { in IntToString() function
76 std::string IntToString(int64 input) { in IntToString() function
/external/pigweed/pw_string/
Dtype_to_string.cc75 StatusWithSize IntToString(uint64_t value, std::span<char> buffer) { in IntToString() function
132 StatusWithSize IntToString(int64_t value, std::span<char> buffer) { in IntToString() function
Dtype_to_string_test.cc247 TEST(IntToString, SignedSweep) { in TEST() argument
258 TEST(IntToString, UnsignedSweep) { in TEST() argument
/external/clang/test/CodeGenCXX/
Dtemplate-dependent-bind-temporary.cpp13 void IntToString(T a) in IntToString() function
/external/llvm-project/clang/test/CodeGenCXX/
Dtemplate-dependent-bind-temporary.cpp13 void IntToString(T a) in IntToString() function
/external/pigweed/pw_string/public/pw_string/
Dtype_to_string.h58 StatusWithSize IntToString(T value, std::span<char> buffer) { in IntToString() function
/external/libchrome/base/strings/
Dstring_number_conversions.h63 inline std::string IntToString(int value) { in IntToString() function
Dstring_number_conversions.cc26 static STR IntToString(INT value) { in IntToString() function
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dmaps.proto66 message IntToString { message
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc422 std::string IntToString(int32 value) { in IntToString() function