HomeSort by relevance Sort by last modified time
    Searched defs:rend (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 392 reverse_iterator rend() function in class:basic_string
396 const_reverse_iterator rend() const function in class:basic_string
    [all...]
_tree.h 429 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:_Rb_tree
430 const_reverse_iterator rend() const function in class:_Rb_tree
_vector.h 189 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:vector
190 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:vector
304 ~vector() { _STLP_STD::_Destroy_Range(rbegin(), rend()); }
656 _STLP_STD::_Destroy_Range(rbegin(), rend());
661 _STLP_STD::_Destroy_Moved_Range(rbegin(), rend());
_bvector.h 481 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:__BVECTOR_QUALIFIED
482 const_reverse_iterator rend() const { function in class:__BVECTOR_QUALIFIED
_deque.h 438 reverse_iterator rend() { return reverse_iterator(this->_M_start); } function in class:deque
441 const_reverse_iterator rend() const function in class:deque
    [all...]
_rope.h 1648 const_reverse_iterator rend() const { function in class:rope
2047 reverse_iterator rend() { return mutable_rend(); } function in class:rope
2057 const_reverse_iterator rend() { return const_rend(); } function in class:rope
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_string.h 671 rend() // FIXME C++11: should be noexcept. function in class:basic_string
680 rend() const _GLIBCXX_NOEXCEPT
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_list.h 376 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:list
377 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:list
_string.h 392 reverse_iterator rend() function in class:basic_string
396 const_reverse_iterator rend() const function in class:basic_string
    [all...]
_tree.h 429 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:_Rb_tree
430 const_reverse_iterator rend() const function in class:_Rb_tree
_vector.h 189 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:vector
190 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } function in class:vector
304 ~vector() { _STLP_STD::_Destroy_Range(rbegin(), rend()); }
656 _STLP_STD::_Destroy_Range(rbegin(), rend());
661 _STLP_STD::_Destroy_Moved_Range(rbegin(), rend());
_bvector.h 481 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:__BVECTOR_QUALIFIED
482 const_reverse_iterator rend() const { function in class:__BVECTOR_QUALIFIED
_deque.h 438 reverse_iterator rend() { return reverse_iterator(this->_M_start); } function in class:deque
441 const_reverse_iterator rend() const function in class:deque
    [all...]
  /external/libxml2/
xpointer.c 2879 xmlNodePtr rend; local
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 428 reverse_iterator rend() { return reverse_iterator(begin()); } function in class:llvm::iplist
429 const_reverse_iterator rend() const { return const_reverse_iterator(begin());} function in class:llvm::iplist
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 257 reverse_instr_iterator instr_rend () { return Insts.rend(); }
258 const_reverse_instr_iterator instr_rend () const { return Insts.rend(); }
266 reverse_iterator rend () { return instr_rend(); } function in class:llvm::MachineBasicBlock
267 const_reverse_iterator rend () const { return instr_rend(); } function in class:llvm::MachineBasicBlock
303 { return Predecessors.rend(); }
305 { return Predecessors.rend(); }
319 { return Successors.rend(); }
321 { return Successors.rend(); }
    [all...]
ScheduleDAG.h 748 reverse_iterator rend() { return Index2Node.rend(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
749 const_reverse_iterator rend() const { return Index2Node.rend(); } function in class:llvm::SUnit::ScheduleDAGTopologicalSort
  /external/protobuf/src/google/protobuf/
repeated_field.h 187 reverse_iterator rend() { function in class:google::protobuf::RepeatedField
190 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedField
504 reverse_iterator rend() { function in class:google::protobuf::RepeatedPtrField
507 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedPtrField
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 160 reverse_iterator rend() { function in class:google::protobuf::RepeatedField
163 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedField
475 reverse_iterator rend() { function in class:google::protobuf::RepeatedPtrField
478 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedPtrField
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 160 reverse_iterator rend() { function in class:google::protobuf::RepeatedField
163 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedField
475 reverse_iterator rend() { function in class:google::protobuf::RepeatedPtrField
478 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedPtrField
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 160 reverse_iterator rend() { function in class:google::protobuf::RepeatedField
163 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedField
475 reverse_iterator rend() { function in class:google::protobuf::RepeatedPtrField
478 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedPtrField
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 160 reverse_iterator rend() { function in class:google::protobuf::RepeatedField
163 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedField
475 reverse_iterator rend() { function in class:google::protobuf::RepeatedPtrField
478 const_reverse_iterator rend() const { function in class:google::protobuf::RepeatedPtrField
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 376 iterator end() { return Impl.rend(); }
378 const_iterator end() const { return Impl.rend(); }
380 reverse_iterator rend() { return Impl.end(); } function in class:clang::CFGBlock::ElementList
382 const_reverse_iterator rend() const { return Impl.end(); } function in class:clang::CFGBlock::ElementList
511 reverse_iterator rend() { return Elements.rend(); } function in class:clang::CFGBlock::ElementList
513 const_reverse_iterator rend() const { return Elements.rend(); } function in class:clang::CFGBlock::ElementList
537 pred_reverse_iterator pred_rend() { return Preds.rend(); }
539 const_pred_reverse_iterator pred_rend() const { return Preds.rend(); }
858 reverse_iterator rend() { return Blocks.rend(); } function in class:clang::CFGBlock::CFG
860 const_reverse_iterator rend() const { return Blocks.rend(); } function in class:clang::CFGBlock::CFG
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 601 const Render& rend = renders[renderNdx]; local
602 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
604 const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]),
605 TexTypeCoordParams<TEXTURETYPE_2D>(rend.texCoordScale, rend.texCoordOffset), useSafeTexCoords);
607 glViewport(viewportXOffset + rend.region.x, viewportYOffset + rend.region.y, rend.region.w, rend.region.h)
933 const Render& rend = renders[renderNdx]; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 702 const Render& rend = renders[renderNdx]; local
703 const float lod = calculateLod(rend.texCoordScale, rend.region.size().asFloat(), rend.textureNdx);
705 const Grid grid (GRID_SIZE_2D, rend.region.size(), getTextureSize(*m_textures[rend.textureNdx]),
706 TexTypeCoordParams<TEXTURETYPE_2D>(rend.texCoordScale, rend.texCoordOffset), useSafeTexCoords);
708 glViewport(viewportXOffset + rend.region.x, viewportYOffset + rend.region.y, rend.region.w, rend.region.h)
1037 const Render& rend = renders[renderNdx]; local
1377 const Render& rend = renders[renderNdx]; local
1720 const Render& rend = renders[renderNdx]; local
    [all...]

Completed in 2552 milliseconds

1 2 34 5