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

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

Completed in 125 milliseconds