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

  /external/chromium_org/base/threading/
thread_local_storage.h 27 // StaticSlot uses its own struct initializer-list style static
35 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
38 struct BASE_EXPORT StaticSlot {
71 // A convenience wrapper around StaticSlot with a constructor. Can be used
73 class BASE_EXPORT Slot : public StaticSlot {
75 // Calls StaticSlot::Initialize().
79 using StaticSlot::initialized_;
81 using StaticSlot::slot_;
83 using StaticSlot::key_;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 26 milliseconds