Home
last modified time | relevance | path

Searched defs:match_string (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/jit/frontend/
Dlexer.h377 auto match_string = rest_line.substr(0, type_string.size()); in isTypeComment() local
387 auto match_string = str.substr(pos, type_string.size()); in isTypeComment() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_route_config.cc413 std::string match_string; in RoutePathMatchParse() local
486 std::string match_string; in RouteHeaderMatchersParse() local
/external/grpc-grpc/src/core/ext/xds/
Dxds_route_config.cc427 std::string match_string; in RoutePathMatchParse() local
500 std::string match_string; in RouteHeaderMatchersParse() local
/external/rust/android-crates-io/crates/pest/src/
Dposition.rs397 pub(crate) fn match_string(&mut self, string: &str) -> bool { in match_string() method
Dparser_state.rs1051 pub fn match_string(mut self: Box<Self>, string: &str) -> ParseResult<Box<Self>> { in match_string() method