Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dtemplate-original.cc18 static void staticMethodTemplate(T) {} in staticMethodTemplate() function in not_blink::Class
26 T::staticMethodTemplate(123); in functionTemplate2()
32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod()
199 h<int, not_blink::Class::staticMethodTemplate>(1); in test()
Dtemplate-expected.cc18 static void staticMethodTemplate(T) {} in staticMethodTemplate() function in not_blink::Class
26 T::staticMethodTemplate(123); in functionTemplate2()
32 void anotherMethod() { T::staticMethodTemplate(123); } in anotherMethod()
200 H<int, not_blink::Class::staticMethodTemplate>(1); in Test()