Home
last modified time | relevance | path

Searched refs:_Storage (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DRotationBase.h138 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
140 EIGEN_DEVICE_FUNC Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
151 template<typename _Scalar, int _Rows, int _Cols, int _Storage, int _MaxRows, int _MaxCols>
153 EIGEN_DEVICE_FUNC Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>&
154 Matrix<_Scalar, _Rows, _Cols, _Storage, _MaxRows, _MaxCols>
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py231 class _Storage(client.Storage): class in _MultiStore
505 return self._Storage(self, key)
/external/llvm-project/libcxx/include/
Dany302 union _Storage {
303 constexpr _Storage() : __ptr(nullptr) {}
338 _Storage __s;
Dfilesystem1371 __storage_(make_shared<_Storage>(path(), path())) {
1378 __storage_(make_shared<_Storage>(__p1, path())) {
1386 __storage_(make_shared<_Storage>(__p1, __p2)) {
1407 struct _LIBCPP_HIDDEN _Storage {
1409 _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {}
1415 shared_ptr<_Storage> __storage_;
/external/libcxx/include/
Dany303 union _Storage {
304 constexpr _Storage() : __ptr(nullptr) {}
339 _Storage __s;
Dfilesystem1319 __storage_(make_shared<_Storage>(path(), path())) {
1326 __storage_(make_shared<_Storage>(__p1, path())) {
1334 __storage_(make_shared<_Storage>(__p1, __p2)) {
1355 struct _Storage {
1357 _Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {}
1363 shared_ptr<_Storage> __storage_;