HomeSort by relevance Sort by last modified time
    Searched refs:const_pointer (Results 226 - 250 of 463) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 58 typedef const _Tp* const_pointer; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 87 typedef const value_type* const_pointer; typedef in class:std::allocator
104 const_pointer address(const_reference __x) const { return &__x; }
stack_allocator.h 58 typedef const _Tp* const_pointer; typedef in struct:StackAllocator
136 const_pointer address(const_reference __x) const { return &__x; }