Lines Matching refs:get_scope
258 fn get_scope(&self) -> &Scope<'a>; in get_scope() method
261 self.get_scope().get_file_descriptor() in get_file_descriptor()
270 let mut r = self.get_scope().prefix(); in name_to_package()
276 let r = self.get_scope().protobuf_path_to_file(); in protobuf_name_to_package()
282 let mut path = self.get_scope().protobuf_absolute_path(); in name_absolute()
289 let mut r = self.get_scope().rust_prefix(); in rust_name()
302 proto_path_to_rust_mod(self.get_scope().get_file_descriptor().get_name()), in rust_fq_name()
315 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
431 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
450 fn get_scope(&self) -> &Scope<'a> { in get_scope() method
452 &MessageOrEnumWithScope::Message(ref m) => m.get_scope(), in get_scope()
453 &MessageOrEnumWithScope::Enum(ref e) => e.get_scope(), in get_scope()