Searched defs:keys (Results 1 – 4 of 4) sorted by relevance
75 const [keys, obj] = strFor.match(reg) ? strFor.split(reg) : ["item", strFor]; constant
55 bool KeyParser::ParseMatch(const vector<string> &keys, in ParseMatch()76 bool KeyParser::ParseMatchBySeq(const vector<string> &keys, in ParseMatchBySeq()
260 public void required(String... keys) { in required()
30 SolidXml::SolidXml(const string &xmlPath, map<XmlKeyNode::KeyType, shared_ptr<XmlKeyNode>> &keys) in SolidXml()