Home
last modified time | relevance | path

Searched defs:parse_protobuf_float (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/protobuf/src/text_format/lexer/
Dfloat.rs31 pub fn parse_protobuf_float(s: &str) -> ProtobufFloatParseResult<f64> { in parse_protobuf_float() function
/external/rust/crates/protobuf-codegen/src/
Dfloat.rs37 pub fn parse_protobuf_float(s: &str) -> ProtobufFloatParseResult<f64> { in parse_protobuf_float() function