Home
last modified time | relevance | path

Searched defs:set_b (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset()
68 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff()
88 void Options::OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetUnion()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2421 std::set<int> set_b = {0, 4, 8}; in TEST() local