OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SafeStrToFloat
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
utility.h
187
LIBPROTOBUF_EXPORT bool
SafeStrToFloat
(StringPiece str, float* value);
datapiece.cc
184
//
SafeStrToFloat
() is used instead of safe_strtof() because the later
186
return StringToNumber<float>(
SafeStrToFloat
);
utility.cc
338
bool
SafeStrToFloat
(StringPiece str, float* value) {
Completed in 47 milliseconds