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);
449 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<() argument450 return os << ksv.value; in operator <<()453 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() argument454 return ParseUint(s, &ksv->value); in parse()