Lines Matching defs:key
73 std::string key, value; in ParseKeyValue() local
86 for (const std::string &key : unused_attributes_) { in ReadNext() local
92 for (const std::string &key : unused_instructions_) { in ReadNext() local
188 std::string key, value; in ReadNext() local
205 std::string key, value; in ReadNext() local
252 bool FileTest::HasAttribute(const std::string &key) { in HasAttribute()
257 bool FileTest::GetAttribute(std::string *out_value, const std::string &key) { in GetAttribute()
268 const std::string &FileTest::GetAttributeOrDie(const std::string &key) { in GetAttributeOrDie()
275 bool FileTest::HasInstruction(const std::string &key) { in HasInstruction()
280 bool FileTest::GetInstruction(std::string *out_value, const std::string &key) { in GetInstruction()
295 const std::string &FileTest::GetInstructionOrDie(const std::string &key) { in GetInstructionOrDie()
303 const std::string &key) { in GetInstructionBytes()
312 bool FileTest::GetBytes(std::vector<uint8_t> *out, const std::string &key) { in GetBytes()
333 void FileTest::OnKeyUsed(const std::string &key) { in OnKeyUsed()
337 void FileTest::OnInstructionUsed(const std::string &key) { in OnInstructionUsed()
359 void FileTest::InjectInstruction(const std::string &key, in InjectInstruction()