Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() argument
68 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff() argument
88 OptionsSetUnion(const OptionSet & set_a,const OptionSet & set_b,OptionSet & union_set) OptionsSetUnion() argument
[all...]
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2416 std::set<int> set_a = {2, 1, 3, 4, 5}; TEST() local