Searched defs:StaticSlot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread_local_storage.h23 // interface, you should instead be using ThreadLocalStorage::StaticSlot/Slot.
86 // StaticSlot uses its own struct initializer-list style static
94 // ThreadLocalStorage::StaticSlot my_slot = TLS_INITIALIZER;
97 struct BASE_EXPORT StaticSlot { struct in class:base::ThreadLocalStorage
125 // A convenience wrapper around StaticSlot with a constructor. Can be used
127 class BASE_EXPORT Slot : public StaticSlot {
129 // Calls StaticSlot::Initialize().
133 using StaticSlot::initialized_;
134 using StaticSlot::slot_;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1035 milliseconds