Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dheader_validator.cc82 bool IsValidMethod(absl::string_view method) { in IsValidMethod() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DLzhHandler.cpp122 bool IsValidMethod() const { return (Method[0] == '-' && Method[1] == 'l' && Method[4] == '-'); } in IsValidMethod() function
/aosp_15_r20/art/runtime/
H A Dfault_handler.cc537 bool NullPointerHandler::IsValidMethod(ArtMethod* method) { in IsValidMethod() function in art::NullPointerHandler