Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint_unittest.py4534 def TestCxx11Feature(self, code, expected_error): member in Cxx11Test
4543 self.TestCxx11Feature('#include <tr1/regex>',
4546 self.TestCxx11Feature('#include <mutex>',
4551 self.TestCxx11Feature('std::alignment_of<T>',
4557 self.TestCxx11Feature('std::alignment_offer', '')
4558 self.TestCxx11Feature('mystd::alignment_of', '')
4559 self.TestCxx11Feature('std::binomial_distribution', '')
4562 self.TestCxx11Feature('std::alignment_of<int>',
4572 self.TestCxx11Feature('static_pointer_cast<Base>(my_shared_ptr)', '')
4573 self.TestCxx11Feature('std::declval<T>()', '')