Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h91 static bool IsValidPath(StringPiece path) { in IsValidPath() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.h91 static bool IsValidPath(StringPiece path) { in IsValidPath() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dheader_validator.cc267 bool HeaderValidator::IsValidPath(absl::string_view path, bool allow_fragment) { in IsValidPath() function in http2::adapter::HeaderValidator