Lines Matching full:instantiate
2697 // and the IBM XL C/C++ compiler try to instantiate a copy constructor
5320 // as the type Tmpl<T>. This allows us to actually instantiate the
7380 // TypeIdHelper<T>::dummy_ variable for each T used to instantiate
7943 // Ensures that the user doesn't instantiate NativeArray with a
8809 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
8830 // The following statement will instantiate tests from the FooTest test case
8838 // can instantiate it more then once) the first argument to the
8853 // This statement will instantiate all tests from FooTest again, each
8866 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
15860 // This will also instantiate tests from CharTest
16809 // This will instantiate tests in test case AnimalTest each one with
16823 // This will instantiate tests in FlagDependentTest with all variations of two
17320 // each implementation can easily instantiate the test suite to verify
17349 // you can instantiate them. The first argument of the macro is the
17355 // Finally, you are free to instantiate the pattern with the types you
17357 // it in multiple C++ source files and instantiate it multiple times.
18567 // value-parameterized tests and instantiate and register them.