Home
last modified time | relevance | path

Searched refs:unused_attributes_ (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/test/
Dfile_test.cc82 if (!unused_attributes_.empty()) { in ReadNext()
83 for (const std::string &key : unused_attributes_) { in ReadNext()
214 unused_attributes_.insert(mapped_key); in ReadNext()
341 unused_attributes_.clear(); in ClearTest()
348 unused_attributes_.clear(); in ClearInstructions()
352 unused_attributes_.erase(key); in OnKeyUsed()
Dfile_test.h232 std::set<std::string> unused_attributes_; variable