Searched defs:ProtoParseNumeric (Results 1 – 1 of 1) sorted by relevance
126 inline bool ProtoParseNumeric(StringPiece s, int32* value) { in ProtoParseNumeric() function130 inline bool ProtoParseNumeric(StringPiece s, uint32* value) { in ProtoParseNumeric() function134 inline bool ProtoParseNumeric(StringPiece s, int64* value) { in ProtoParseNumeric() function138 inline bool ProtoParseNumeric(StringPiece s, uint64* value) { in ProtoParseNumeric() function142 inline bool ProtoParseNumeric(StringPiece s, float* value) { in ProtoParseNumeric() function146 inline bool ProtoParseNumeric(StringPiece s, double* value) { in ProtoParseNumeric() function