Home
last modified time | relevance | path

Searched defs:_Storage (Results 1 – 4 of 4) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Dfilesystem_error.h74 struct _LIBCPP_HIDDEN _Storage { struct
76 _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {} in _Storage() argument
82 shared_ptr<_Storage> __storage_; argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_arg_store.h247 using _Storage = conditional_t<__format::__use_packed_format_arg_store(sizeof...(_Args)), member
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py231 class _Storage(client.Storage): class in _MultiStore
/external/autotest/utils/frozen_chromite/third_party/oauth2client/
Dmultistore_file.py213 class _Storage(BaseStorage): class in _MultiStore