Searched refs:ksv (Results 1 – 2 of 2) sorted by relevance
36 std::ostream &operator<<(std::ostream &os, SchemaType ksv);61 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
353 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<() argument354 return os << ksv.value; in operator <<()357 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() argument358 return ParseUint(s, &ksv->value); in parse()