/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_get.h | 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function 105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, in get() function [all …]
|
D | _istream.h | 134 _Self& get(char_type* __s, streamsize __n) in get() function 140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf) in get() function
|
D | _auto_ptr.h | 66 _Tp* get() const _STLP_NOTHROW in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/ |
D | get_error_info.hpp | 32 get( exception const & x ) in get() function 53 get( exception const & x ) in get() function 65 get( exception const & x ) in get() function 77 get( exception const & x ) in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.hpp | 131 get( cstring var_name ) in get() function 140 get( cstring var_name ) in get() function 149 get( cstring var_name, boost::optional<T>& res ) in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | value_init.hpp | 161 T const& get ( initialized<T> const& x ) in get() function 167 T& get ( initialized<T>& x ) in get() function 221 T const& get ( value_initialized<T> const& x ) in get() function 227 T& get ( value_initialized<T>& x ) in get() function
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 60 strstreambuf::strstreambuf(char* get, streamsize n, char* put) in strstreambuf() 66 strstreambuf::strstreambuf(signed char* get, streamsize n, signed char* put) in strstreambuf() 72 strstreambuf::strstreambuf(unsigned char* get, streamsize n, in strstreambuf() 79 strstreambuf::strstreambuf(const char* get, streamsize n) in strstreambuf() 85 strstreambuf::strstreambuf(const signed char* get, streamsize n) in strstreambuf() 91 strstreambuf::strstreambuf(const unsigned char* get, streamsize n) in strstreambuf() 277 void strstreambuf::_M_setup(char* get, char* put, streamsize n) { in _M_setup()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/ |
D | MoveOnly.h | 22 int get() const {return data_;} in get() function
|
D | Emplaceable.h | 29 int get() const {return int_;} in get() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
D | MoveOnly.h | 22 int get() const {return data_;} in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 109 T const& get( cstring string_id ) const in get() function in boost::BOOST_RT_PARAM_NAMESPACE::cla::parser 115 void get( cstring string_id, boost::optional<T>& res ) const in get() function in boost::BOOST_RT_PARAM_NAMESPACE::cla::parser
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/ |
D | make_unique.array.pass.cpp | 19 int get () const { return val_; } in get() function in foo
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
D | pointer02.pass.cpp | 47 A* get() const {return a_.get();} in get() function 82 A* get() {return new A[3];} in get() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
D | pointer02.pass.cpp | 47 A* get() const {return a_.get();} in get() function 82 A* get() {return new A;} in get() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/ |
D | index.fail.cpp | 25 int get() const {return state_;} in get() function in A
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/ |
D | index.pass.cpp | 25 int get() const {return state_;} in get() function in A
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
D | input_iterator_facade.hpp | 42 static bool get( Facade& f ) in get() function in boost::unit_test::input_iterator_core_access
|
D | token_iterator.hpp | 217 bool get( Iter& begin, Iter end ) in get() function in boost::unit_test::token_iterator_base 317 bool get() in get() function in boost::unit_test::basic_string_token_iterator 377 bool get() in get() function in boost::unit_test::range_token_iterator
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | UTypes.fail.cpp | 38 int get() const {return data_;} in get() function in MoveOnly
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | framework.hpp | 71 UnitType& get( test_unit_id id ) in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
D | scoped_array.hpp | 84 T * get() const // never throws in get() function in boost::scoped_array
|
D | scoped_ptr.hpp | 101 T * get() const // never throws in get() function in boost::scoped_ptr
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | reference_content.hpp | 66 RefT get() const in get() function in boost::detail::reference_content
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 172 T* get() const { return value_; } in get() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | ref.hpp | 49 T& get() const { return *t_; } in get() function in boost::reference_wrapper
|