Lines Matching refs:s
55 bool parse(const std::string &s, HalFormat *hf);
56 bool parse(const std::string &s, Transport *tr);
57 bool parse(const std::string &s, Arch *ar);
58 bool parse(const std::string &s, KernelConfigType *il);
59 bool parse(const std::string &s, KernelConfigKey *key);
60 bool parse(const std::string &s, Tristate *tr);
61 bool parse(const std::string &s, SchemaType *ver);
62 bool parse(const std::string& s, XmlSchemaFormat* ver);
63 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
64 bool parse(const std::string &s, Version *ver);
65 bool parse(const std::string &s, VersionRange *vr);
66 bool parse(const std::string &s, VndkVersionRange *vr);
67 bool parse(const std::string &s, KernelVersion *ver);
69 bool parse(const std::string &s, TransportArch *ta);
71 bool parse(const std::string &s, ManifestHal *hal);
72 bool parse(const std::string &s, MatrixHal *req);
74 bool parseKernelConfigInt(const std::string &s, int64_t *i);
75 bool parseKernelConfigInt(const std::string &s, uint64_t *i);
76 bool parseRange(const std::string &s, KernelConfigRangeValue *range);
80 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
84 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);