Searched defs:nested_messages (Results 1 – 11 of 11) sorted by relevance
73 pub fn nested_messages(&self) -> impl Iterator<Item = MessageDescriptor> + '_ { in nested_messages() method355 fn nested_messages() { in nested_messages() function
3 package nested_messages; package
44 std::map<std::string, Message> nested_messages; member
68 std::vector<Message> nested_messages; member
2550 std::vector<const Descriptor*>* nested_messages) { in GatherOccupiedFieldRanges()2615 std::vector<const Descriptor*> nested_messages; in PrintFreeFieldNumbers() local
2545 std::vector<const Descriptor*>* nested_messages) { in GatherOccupiedFieldRanges()2610 std::vector<const Descriptor*> nested_messages; in PrintFreeFieldNumbers() local
689 let nested_messages: Vec<_> = self in write() localVariable
438 std::vector<const Descriptor*> nested_messages; in PrintMessage() local
220 let mut nested_messages = Vec::new(); in message() localVariable
24 pub(crate) nested_messages: Vec<usize>, field