Searched refs:_Storage (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 138 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/ |
D | multistore_file.py | 231 class _Storage(client.Storage): class in _MultiStore 505 return self._Storage(self, key)
|
/external/llvm-project/libcxx/include/ |
D | any | 302 union _Storage { 303 constexpr _Storage() : __ptr(nullptr) {} 338 _Storage __s;
|
D | filesystem | 1371 __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/ |
D | any | 303 union _Storage { 304 constexpr _Storage() : __ptr(nullptr) {} 339 _Storage __s;
|
D | filesystem | 1319 __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_;
|