MCPcopy Create free account
hub / github.com/catboost/catboost / TryFromString

Function TryFromString

util/string/cast.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 **/
231template <typename T, typename TChar>
232inline bool TryFromString(const TChar* data, size_t len, T& result) {
233 return TryFromStringImpl<T>(data, len, result);
234}
235
236template <typename T, typename TChar>
237inline bool TryFromString(const TChar* data, T& result) {

Callers 15

CheckTryFromStringFunction · 0.85
CheckTryFromStringFailFunction · 0.85
FromStringMethod · 0.85
FromStringMethod · 0.85
InitMethod · 0.85
TryGetSchemeHostAndPortFunction · 0.85
GetIntegerRobustMethod · 0.85
GetUIntegerRobustMethod · 0.85
GetDoubleRobustMethod · 0.85
GetValuePtrByPathFunction · 0.85
GetIntegerRobustMethod · 0.85
GetUIntegerRobustMethod · 0.85

Calls 4

lengthFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected