Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporterScanner.java252 class ParseRule { class
257 ParseRule(String name, String before, String after) { in ParseRule() method in ParseRule
/third_party/ninja/src/
Dmanifest_parser.cc135 bool ManifestParser::ParseRule(string* err) { in ParseRule() function in ManifestParser
/third_party/grpc/src/core/lib/security/authorization/
Drbac_translator.cc275 absl::StatusOr<Rbac::Policy> ParseRule(const Json& json, in ParseRule() function