Searched defs:ProtobufConstant (Results 1 – 3 of 3) sorted by relevance
171 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()
407 pub(crate) enum ProtobufConstant { enum417 impl fmt::Display for ProtobufConstant { implementation447 impl ProtobufConstant { impl
277 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()