Searched defs:ParsedKey (Results 1 – 1 of 1) sorted by relevance
62 struct ParsedKey { struct70 ParsedKey() {} in ParsedKey() argument71 ParsedKey(const ParsedKey& b) { *this = b; } in ParsedKey() argument73 ParsedKey& operator=(const ParsedKey& b); argument82 static Status ParseKey(StringPiece key, ParsedKey* out); argument