Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 45) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_get.h64 _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.h134 _Self& get(char_type* __s, streamsize __n) in get() function
140 _Self& get(basic_streambuf<_CharT, _Traits>& __buf) in get() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dget_error_info.hpp32 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/
Denvironment.hpp131 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/
Dvalue_init.hpp161 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/
Dstrstream.cpp60 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/utilities/tuple/tuple.tuple/
DMoveOnly.h31 int get() const {return data_;} in get() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
DMoveOnly.h31 int get() const {return data_;} in get() function
DEmplaceable.h45 int get() const {return int_;} in get() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dparser.hpp109 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/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
Dop_arrow.pass.cpp33 int get() const {return data_;} in get() function in A
54 int get() const {return data_;} in get() function in B
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
Dmake_unique.array.pass.cpp19 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/
Dpointer02.pass.cpp47 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/
Dpointer02.pass.cpp47 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.runtime/unique.ptr.runtime.observers/
Dindex.pass.cpp25 int get() const {return state_;} in get() function in A
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
Dindex.fail.cpp25 int get() const {return state_;} in get() function in A
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
DUTypes.fail.cpp38 int get() const {return data_;} in get() function in MoveOnly
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
Dinput_iterator_facade.hpp42 static bool get( Facade& f ) in get() function in boost::unit_test::input_iterator_core_access
Dtoken_iterator.hpp217 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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dframework.hpp71 UnitType& get( test_unit_id id ) in get() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dscoped_array.hpp84 T * get() const // never throws in get() function in boost::scoped_array
Dscoped_ptr.hpp101 T * get() const // never throws in get() function in boost::scoped_ptr
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dprivate_constructor.hpp18 int get () const { return val; } in get() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dreference_content.hpp66 RefT get() const in get() function in boost::detail::reference_content
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h172 T* get() const { return value_; } in get() function

12