Home
last modified time | relevance | path

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

/external/pigweed/pw_string/public/pw_string/
Dtype_to_string.h62 constexpr StatusWithSize IntToString(T value, span<char> buffer) { in IntToString() function
213 constexpr StatusWithSize IntToString(uint64_t value, span<char> buffer) { function
252 constexpr StatusWithSize IntToString(int64_t value, span<char> buffer) { function
/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/clang/test/CodeGenCXX/
Dtemplate-dependent-bind-temporary.cpp13 void IntToString(T a) 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/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dmaps.proto66 message IntToString { message
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dmaps.proto66 message IntToString { message
/external/pigweed/pw_string/
Dtype_to_string_test.cc259 TEST(IntToString, SignedSweep) { in TEST() argument
270 TEST(IntToString, UnsignedSweep) { in TEST() argument
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc434 std::string IntToString(int32_t value) { in IntToString() function
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc449 std::string IntToString(int32_t value) { in IntToString() function