HomeSort by relevance Sort by last modified time
    Searched defs:WTF (Results 1 - 15 of 15) sorted by null

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
namespaces-expected.cc 17 namespace WTF {
19 // Stuff in WTF:: should be renamed.
27 } // namespace WTF
29 // Stuff outside blink:: and WTF:: should not be.
35 namespace WTF {
37 } // namespace WTF
44 WTF::Foo();
45 WTF::nested::Foo();
49 other::WTF::foo();
namespaces-original.cc 17 namespace WTF {
19 // Stuff in WTF:: should be renamed.
27 } // namespace WTF
29 // Stuff outside blink:: and WTF:: should not be.
35 namespace WTF {
37 } // namespace WTF
44 WTF::foo();
45 WTF::nested::foo();
49 other::WTF::foo();
wtf-expected.cc 5 // Make sure things in namespace WTF are also renamed.
6 namespace WTF {
19 } // namespace WTF
wtf-original.cc 5 // Make sure things in namespace WTF are also renamed.
6 namespace WTF {
20 } // namespace WTF
function-templates-expected.cc 5 namespace WTF {
47 } // namespace WTF
49 using WTF::Bitwise_cast;
50 using WTF::SafeCast;
function-templates-original.cc 5 namespace WTF {
47 } // namespace WTF
49 using WTF::bitwise_cast;
50 using WTF::safeCast;
fields-expected.cc 75 namespace WTF {
84 // (e.g. WTF::IsGarbageCollectedType or WTF::IsAssignable).
148 }; // namespace WTF
158 bool b1 = WTF::TypeTrait1::value;
159 bool b2 = WTF::TypeTrait2<void>::value;
fields-original.cc 72 namespace WTF {
81 // (e.g. WTF::IsGarbageCollectedType or WTF::IsAssignable).
145 }; // namespace WTF
155 bool b1 = WTF::TypeTrait1::value;
156 bool b2 = WTF::TypeTrait2<void>::value;
methods-expected.cc 202 namespace WTF {
205 // Structs in WTF should rename their methods to capitals.
209 } // namespace WTF
214 WTF::StructInWTF w;
methods-original.cc 206 namespace WTF {
209 // Structs in WTF should rename their methods to capitals.
213 } // namespace WTF
218 WTF::StructInWTF w;
  /external/v8/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 32 namespace WTF {
39 } // WTF namespace
  /external/libmojo/mojo/public/cpp/bindings/tests/
map_common_test.h 14 namespace WTF {
55 using StringType = WTF::String;
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 18 namespace WTF {
140 using namespace WTF;
286 namespace WTF {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 255 milliseconds