Home
last modified time | relevance | path

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

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