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.cc79 if (!unused_attributes_.empty()) { in ReadNext()
80 for (const std::string &key : unused_attributes_) { in ReadNext()
190 unused_attributes_.insert(mapped_key); in ReadNext()
343 unused_attributes_.clear(); in ClearTest()
349 unused_attributes_.clear(); in ClearInstructions()
353 unused_attributes_.erase(key); in OnKeyUsed()
Dfile_test.h212 std::set<std::string> unused_attributes_; variable