Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5132 const std::vector<std::string>& allowed_names = in OutputXmlAttribute() local
5135 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputXmlAttribute()
5136 allowed_names.end()) in OutputXmlAttribute()
5479 const std::vector<std::string>& allowed_names = in OutputJsonKey() local
5482 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()
5483 allowed_names.end()) in OutputJsonKey()
5499 const std::vector<std::string>& allowed_names = in OutputJsonKey() local
5502 GTEST_CHECK_(std::find(allowed_names.begin(), allowed_names.end(), name) != in OutputJsonKey()
5503 allowed_names.end()) in OutputJsonKey()