Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dparse.rs124 type ParseResultWithoutLoc<A> = Result<A, ParseErrorWithoutLoc>; typedef
297 fn merge_bool_value(&mut self, w: &mut BoolValue) -> ParseResultWithoutLoc<()> { in merge_bool_value()
302 fn merge_string_value(&mut self, w: &mut StringValue) -> ParseResultWithoutLoc<()> { in merge_string_value()
307 fn merge_bytes_value(&mut self, w: &mut BytesValue) -> ParseResultWithoutLoc<()> { in merge_bytes_value()
428 ) -> ParseResultWithoutLoc<()> { in merge_singular_field()
435 C: for<'b> FnMut(&'b mut Self) -> ParseResultWithoutLoc<()>, in read_list()
461 ) -> ParseResultWithoutLoc<()> { in merge_repeated_field()
471 fn merge_wk_list_value(&mut self, list: &mut ListValue) -> ParseResultWithoutLoc<()> { in merge_wk_list_value()
487 Fi: for<'b> FnMut(&mut Self, K) -> ParseResultWithoutLoc<()>, in read_map()
533 ) -> ParseResultWithoutLoc<()> { in merge_map_field()
[all …]