Searched refs:Chars (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Ddescr.h34 template <typename... Chars>
35 constexpr descr(char c, Chars... cs) : text{c, static_cast<char>(cs)..., '\0'} { }
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc632 typedef std::vector<char> Chars; typedef
633 Chars v1;
634 const Chars& v2(StlContainerView<Chars>::ConstReference(v1));
638 Chars v3 = StlContainerView<Chars>::Copy(v1);

Completed in 6 milliseconds