Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_guard.cpp14 int getValue() { return mValue; } in getValue() function in Foo
59 if (foo->getValue() != 1) { in main()
61 foo->getValue()); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_string_sum_methods.h44 { return __str += __c.getValue(); } in _M_append_fast()
62 return __str += __c.getValue(); in _M_append_fast_pos()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_string_sum_methods.h42 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast()
62 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast_pos()
D_string_sum.h30 _CharT getValue() const { return _Val; } in getValue() function