/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustring.cpp | 1 // This file is part of the ustl library, an STL implementation. 20 namespace ustl { namespace 268 const_iterator found = ::ustl::find (iat(pos), end(), c); 283 for (; i < end() && (i = ::ustl::find (i, end(), endchar)) < end(); i += skip) 390 is.verify_remaining ("read", "ustl::string", szsz); 393 is.verify_remaining ("read", "ustl::string", n); 409 os.verify_remaining ("write", "ustl::string", szsz + sz); 424 } // namespace ustl
|
ustring.h | 1 // This file is part of the ustl library, an STL implementation. 16 namespace ustl { namespace 18 /// \class string ustring.h ustl.h 30 /// is more convenient. Because uSTL does not implement locales, 49 typedef ::ustl::reverse_iterator<iterator> reverse_iterator; 50 typedef ::ustl::reverse_iterator<const_iterator> const_reverse_iterator; 257 } // namespace ustl 260 ALIGNOF (ustl::string, alignof (string::value_type()))
|
ofstream.cpp | 1 // This file is part of the ustl library, an STL implementation. 17 namespace ustl { namespace 162 } // namespace ustl
|
sistream.cpp | 1 // This file is part of the ustl library, an STL implementation. 14 namespace ustl { namespace 236 } // namespace ustl
|
sostream.cpp | 1 // This file is part of the ustl library, an STL implementation. 16 namespace ustl { namespace 191 } // namespace ustl
|
uspecial.h | 1 // This file is part of the ustl library, an STL implementation. 8 // Template specializations for uSTL classes. 27 namespace ustl { namespace 89 /// This is an extension, available in uSTL and the SGI STL. 97 /// This is an extension, available in uSTL and the SGI STL. 106 /// This is an extension, available in uSTL. 247 } // namespace ustl
|
fstream.cpp | 1 // This file is part of the ustl library, an STL implementation. 25 namespace ustl { namespace 281 } // namespace ustl
|
uctrstrm.h | 1 // This file is part of the ustl library, an STL implementation. 21 namespace ustl { namespace 174 } // namespace ustl
|
bsconf.h | 20 #define PACKAGE_NAME "ustl" 33 "ustl.spec"
|
ustl.tbff | 65 <!-- Types within the ustl library --> 68 <namespace name=ustl>
|
mistream.h | 1 // This file is part of the ustl library, an STL implementation. 21 namespace ustl { namespace 27 /// \class istream mistream.h ustl.h 126 /// \brief An iterator over an istream to use with uSTL algorithms. 290 } // namespace ustl
|
uutility.h | 1 // This file is part of the ustl library, an STL implementation. 11 /// are uSTL extensions and are absent from other STL implementations. 25 namespace ustl { namespace 33 #define VectorSize(v) (sizeof(v) / ustl::size_of_elements(1, v)) 383 } // namespace ustl
|
ufunction.h | 1 // This file is part of the ustl library, an STL implementation. 23 namespace ustl { namespace 245 /// This template is an extension, implemented by SGI STL and uSTL. 274 /// object. This template is an extension, implemented by SGI STL and uSTL. 354 // Member variable adaptors (uSTL extension) 436 // Dereference adaptors (uSTL extension) 477 } // namespace ustl
|
config.h | 31 #define USTL_NAME "ustl" 33 #define USTL_STRING "ustl 1.0" 56 /// GCC (and some other compilers) define '__attribute__'; ustl is using this
|
ualgobase.cpp | 1 // This file is part of the ustl library, an STL implementation. 19 namespace ustl { namespace 292 } // namespace ustl
|
ualgobase.h | 1 // This file is part of the ustl library, an STL implementation. 26 namespace ustl { namespace 331 } // namespace ustl
|
ulaalgo.h | 1 // This file is part of the ustl library, an STL implementation. 15 namespace ustl { namespace 220 } // namespace ustl
|
/frameworks/base/media/libdrm/mobile2/include/rights/ |
Right.h | 24 using namespace ustl;
|
RoManager.h | 23 using namespace ustl;
|
Asset.h | 23 using namespace ustl;
|
/frameworks/base/media/libdrm/mobile2/include/util/xml/ |
ExpatWrapper.h | 23 using namespace ustl;
|
DomExpatAgent.h | 29 using namespace ustl;
|
/frameworks/base/media/libdrm/mobile2/src/util/xml/ |
ExpatWrapper.cpp | 18 using namespace ustl;
|
/frameworks/base/media/libdrm/mobile2/include/drmmanager/ |
DrmManager.h | 26 using namespace ustl;
|
/frameworks/base/media/libdrm/mobile2/src/rights/ |
RoManager.cpp | 20 using namespace ustl;
|