Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs171 fn by_name(&self, name: &str) -> Option<&model::ProtobufConstant>; in by_name()
194 fn by_name(&self, name: &str) -> Option<&model::ProtobufConstant> { in by_name()
349 option_value: &ProtobufConstant, in custom_option_ext_step()
413 option_value: &ProtobufConstant, in custom_option_ext()
543 value: &model::ProtobufConstant, in option_value_to_unknown_value()
653 value: &model::ProtobufConstant, in option_value_field_to_unknown_value()
669 option_value: &ProtobufConstant, in custom_option_builtin()
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dmodel.rs407 pub(crate) enum ProtobufConstant { enum
417 impl fmt::Display for ProtobufConstant { implementation
447 impl ProtobufConstant { impl
Dparser.rs277 fn to_option_value(&self, sign_is_plus: bool) -> anyhow::Result<ProtobufConstant>; in to_option_value()
281 fn to_option_value(&self, sign_is_plus: bool) -> anyhow::Result<ProtobufConstant> { in to_option_value()
419 fn next_constant(&mut self) -> anyhow::Result<ProtobufConstant> { in next_constant()
457 fn next_field_value(&mut self) -> anyhow::Result<ProtobufConstant> { in next_field_value()