Searched refs:parse_protobuf_float (Results 1 – 7 of 7) sorted by relevance
3 use protobuf_support::lexer::float::parse_protobuf_float;108 RuntimeType::F32 => parse_protobuf_float(value) in parse_proto_default_value()111 RuntimeType::F64 => parse_protobuf_float(value) in parse_proto_default_value()
29 pub fn parse_protobuf_float(s: &str) -> ProtobufFloatParseResult<f64> { in parse_protobuf_float() function
625 let f = float::parse_protobuf_float(&self.input[pos..clone.pos])?; in next_token_inner()
31 pub fn parse_protobuf_float(s: &str) -> ProtobufFloatParseResult<f64> { in parse_protobuf_float() function
639 let f = float::parse_protobuf_float(&self.input[pos..clone.pos])?; in next_token_inner()
37 pub fn parse_protobuf_float(s: &str) -> ProtobufFloatParseResult<f64> { in parse_protobuf_float() function
717 let f = float::parse_protobuf_float(proto_default) in defaut_value_from_proto_float()