Searched refs:ksv (Results 1 – 2 of 2) sorted by relevance
36 std::ostream &operator<<(std::ostream &os, SchemaType ksv);72 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
439 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<() argument440 return os << ksv.value; in operator <<()443 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() argument444 return ParseUint(s, &ksv->value); in parse()