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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py 67 :ivar storage_class: The storage class of the object. Currently, one of:
212 storage_class = property(_get_storage_class, _set_storage_class) variable in class:Key
492 storage_class = 'REDUCED_REDUNDANCY'
494 storage_class = self.storage_class
497 storage_class=storage_class,
524 self.storage_class = value
694 self.storage_class = 'REDUCED_REDUNDANCY'
696 headers[provider.storage_class_header] = self.storage_class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 278 enum c_storage_class storage_class; member in struct:c_declspecs
  /external/clang/bindings/python/clang/
cindex.py 1280 def storage_class(self): member in class:Cursor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 4765 cp_storage_class storage_class; member in struct:cp_decl_specifier_seq
    [all...]

Completed in 129 milliseconds