Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dtemplate-original.cc7 namespace not_blink { namespace
127 h<int, not_blink::function>(1); in test()
157 h<not_blink::Class, &not_blink::Class::method>(not_blink::Class()); in test()
178 h<int, not_blink::functionTemplate>(1); in test()
199 h<int, not_blink::Class::staticMethodTemplate>(1); in test()
237 not_blink::Class c2; in f()
291 class InterceptingCanvasBase : public ::not_blink::Class {
342 namespace not_blink { namespace
Dtemplate-expected.cc7 namespace not_blink { namespace
128 H<int, not_blink::function>(1); in Test()
158 H<not_blink::Class, &not_blink::Class::method>(not_blink::Class()); in Test()
179 H<int, not_blink::functionTemplate>(1); in Test()
200 H<int, not_blink::Class::staticMethodTemplate>(1); in Test()
238 not_blink::Class c2; in F()
292 class InterceptingCanvasBase : public ::not_blink::Class {
343 namespace not_blink { namespace