Home
last modified time | relevance | path

Searched refs:push_relative (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/protobuf-parse/src/
Dprotobuf_path.rs28 package.push_relative(p); in _resolve()
Dprotobuf_abs_path.rs183 a.push_relative(b); in concat()
207 pub fn push_relative(&mut self, relative: &ProtobufRelPathRef) { in push_relative() method
/external/rust/crates/protobuf-parse/src/pure/convert/
Dtype_resolver.rs179 fq.push_relative(&name); in resolve_message_or_enum()
Doption_resolver.rs257 a.push_relative(rel); in scope_resolved_candidates_rel()
/external/rust/crates/protobuf-codegen/2.27.1/src/
Dprotobuf_name.rs296 pub fn push_relative(&mut self, relative: &ProtobufRelativePath) { in push_relative() method
Dscope.rs248 r.push_relative(&self.protobuf_path_to_file()); in protobuf_absolute_path()
/external/rust/crates/protobuf-codegen/src/gen/
Dscope.rs275 r.push_relative(&self.protobuf_path_to_file()); in protobuf_absolute_path()