Searched refs:to_string (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/iconv/
H A Dgconv_int.h37 const char *to_string; member in struct:gconv_module
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp27 std::string to_string(T value) function in namespace:__anon8
247 child_process_args.push_back(to_string(fPort.Port()));
249 child_process_args.push_back(to_string(fPort.FileDescriptor()));
279 std::string port_string = to_string(fPort.Port());
297 child_process_args.push_back(to_string(fPort.Port()));
299 child_process_args.push_back(to_string(fPort.FileDescriptor()));
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp29 to_string(T value) function in namespace:__anon23
238 child_process_args.push_back(to_string(fPort.Port()));
240 child_process_args.push_back(to_string(fPort.FileDescriptor()));
271 std::string port_string = to_string(fPort.Port());
296 child_process_args.push_back(to_string(fPort.Port()));
298 child_process_args.push_back(to_string(fPort.FileDescriptor()));
/haiku/src/kits/network/libnetservices2/
H A DHttpResultPrivate.h64 std::string name = "httpresult:" + std::to_string(identifier);
H A DHttpRequest.cpp513 outputFields.AddField("Content-Length"sv, std::to_string(*fData->requestBody->size));
/haiku/headers/private/userlandfs/private/
H A DFSCapabilities.h244 PRINT(("FSCapabilities[%s]\n", capabilities.to_string().c_str()));
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp189 to_string(const BNetworkAddress& address) function
473 to_string(address.Address()).String());
476 printf(", Bcast: %s", to_string(address.Broadcast()).String());
480 printf(", Mask: %s", to_string(address.Mask()).String());
/haiku/headers/cpp/
H A Dbitset761 basic_string<_CharT, _Traits, _Alloc> to_string() const {

Completed in 100 milliseconds