Searched refs:getValue (Results 1 – 4 of 4) sorted by relevance
14 int getValue() { return mValue; } in getValue() function in Foo59 if (foo->getValue() != 1) { in main()61 foo->getValue()); in main()
44 { return __str += __c.getValue(); } in _M_append_fast()62 return __str += __c.getValue(); in _M_append_fast_pos()
42 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast()62 _STLP_STD::_Copy_Construct(__buf, __c.getValue()); in _M_append_fast_pos()
30 _CharT getValue() const { return _Val; } in getValue() function