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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
namespaces-expected.cc 22 namespace WTF {
24 // Stuff in WTF:: should be renamed.
32 } // namespace WTF
34 // Stuff outside blink:: and WTF:: should not be.
40 namespace WTF {
42 } // namespace WTF
49 WTF::Foo();
50 WTF::nested::Foo();
54 other::WTF::foo();
namespaces-original.cc 22 namespace WTF {
24 // Stuff in WTF:: should be renamed.
32 } // namespace WTF
34 // Stuff outside blink:: and WTF:: should not be.
40 namespace WTF {
42 } // namespace WTF
49 WTF::foo();
50 WTF::nested::foo();
54 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 {
44 } // namespace WTF
52 struct ArrayTraits<WTF::Checked<U, int>> {
53 static bool HasOverflowed(WTF::Checked<U, int>& input) {
55 // (because this is a method of WTF::Checked; it doesn't matter
56 // that we are not in WTF namespace *here*).
63 using WTF::bitwise_cast;
64 using WTF::SafeCast;
function-templates-original.cc 5 namespace WTF {
44 } // namespace WTF
52 struct ArrayTraits<WTF::Checked<U, int>> {
53 static bool HasOverflowed(WTF::Checked<U, int>& input) {
55 // (because this is a method of WTF::Checked; it doesn't matter
56 // that we are not in WTF namespace *here*).
63 using WTF::bitwise_cast;
64 using WTF::safeCast;
fields-expected.cc 75 namespace WTF {
84 // (e.g. WTF::IsGarbageCollectedType or WTF::IsAssignable).
163 }; // namespace WTF
173 bool b1 = WTF::TypeTrait1::value;
174 bool b2 = WTF::TypeTrait2<void>::value;
fields-original.cc 72 namespace WTF {
81 // (e.g. WTF::IsGarbageCollectedType or WTF::IsAssignable).
160 }; // namespace WTF
170 bool b1 = WTF::TypeTrait1::value;
171 bool b2 = WTF::TypeTrait2<void>::value;
methods-expected.cc 273 namespace WTF {
276 // Structs in WTF should rename their methods to capitals.
280 } // namespace WTF
285 WTF::StructInWTF w;
methods-original.cc 277 namespace WTF {
280 // Structs in WTF should rename their methods to capitals.
284 } // namespace WTF
289 WTF::StructInWTF w;
  /external/v8/tools/clang/blink_gc_plugin/tests/
class_requires_finalization_field.h 32 namespace WTF {
39 } // WTF namespace
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
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 {
169 using namespace WTF;
315 namespace WTF {
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 18 namespace WTF {
169 using namespace WTF;
315 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 495 milliseconds