Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dparser.rs239 pub fn split_prefix<P: Pattern>(&self, p: P) -> Option<Self> { in split_prefix() method
286 fn split_prefix(self, input: &mut Input) -> bool; in split_prefix() method
290 fn split_prefix(self, input: &mut Input) -> bool { in split_prefix() method
296 fn split_prefix(self, input: &mut Input) -> bool { in split_prefix() method
307 fn split_prefix(self, input: &mut Input) -> bool { in split_prefix() method
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc515 StringPiece split_prefix = split ? "_split_->" : ""; in FieldMemberName() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dhelpers.cc523 StringPiece split_prefix = split ? "_split_->" : ""; in FieldMemberName() local