Lines Matching refs:s
61 bool parse(const std::string &s, HalFormat *hf);
62 bool parse(const std::string &s, Transport *tr);
63 bool parse(const std::string &s, Arch *ar);
64 bool parse(const std::string &s, KernelConfigType *il);
65 bool parse(const std::string &s, KernelConfigKey *key);
66 bool parse(const std::string &s, Tristate *tr);
67 bool parse(const std::string &s, SchemaType *ver);
68 bool parse(const std::string& s, XmlSchemaFormat* ver);
69 bool parse(const std::string& s, Level* l);
70 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
71 bool parse(const std::string &s, Version *ver);
72 bool parse(const std::string &s, VersionRange *vr);
76 bool parse(const std::string &s, VndkVersionRange *vr);
79 bool parse(const std::string &s, KernelVersion *ver);
80 bool parse(const std::string& s, FqInstance* fqInstance);
82 bool parseKernelConfigInt(const std::string &s, int64_t *i);
83 bool parseKernelConfigInt(const std::string &s, uint64_t *i);
84 bool parseRange(const std::string &s, KernelConfigRangeValue *range);
88 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
92 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);
96 bool parseAidlVersion(const std::string& s, Version* version);
101 bool parseAidlVersionRange(const std::string& s, VersionRange* vr);