Home
last modified time | relevance | path

Searched defs:split_prefix (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dedit_in_place.rs388 pub fn split_prefix(&self, prefix: &ast::Path) { in split_prefix() method
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.cc557 absl::string_view split_prefix = split ? "_split_->" : ""; in FieldMemberName() local