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.cc71 if (!unused_attributes_.empty()) { in ReadNext()
72 for (const std::string &key : unused_attributes_) { in ReadNext()
118 unused_attributes_.insert(key); in ReadNext()
248 unused_attributes_.clear(); in ClearTest()
252 unused_attributes_.erase(key); in OnKeyUsed()
Dfile_test.h136 std::set<std::string> unused_attributes_; in OPENSSL_MSVC_PRAGMA() local