Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
Dflip_one.pass.cpp34 v.flip(50); in test_flip_one()
39 v.flip(50); in test_flip_one()
41 v.flip(50); in test_flip_one()
Dop_eq_eq.pass.cpp39 v2[N/2].flip(); in test_equality()
Dflip_all.pass.cpp33 v2.flip(); in test_flip_all()
Dindex.pass.cpp50 r.flip(); in test_index_const()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dbitset37 reference& flip() noexcept; // for b[i].flip();
65 bitset& flip() noexcept;
66 bitset& flip(size_t pos);
187 void flip() _NOEXCEPT;
295 __bitset<_N_words, _Size>::flip() _NOEXCEPT
469 void flip() _NOEXCEPT;
523 __bitset<1, _Size>::flip() _NOEXCEPT
612 _LIBCPP_INLINE_VISIBILITY void flip() _NOEXCEPT {}
676 bitset& flip() _NOEXCEPT;
677 bitset& flip(size_t __pos);
[all …]
Dvector151 void flip() noexcept;
242 void flip() noexcept;
2345 void flip() _NOEXCEPT;
3177 vector<bool, _Allocator>::flip() _NOEXCEPT
D__bit_reference70 _LIBCPP_INLINE_VISIBILITY void flip() _NOEXCEPT {*__seg_ ^= __mask_;}
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.h408 reference& flip() {
542 bitset<_Nb>& flip() {
548 bitset<_Nb>& flip(size_t __pos) {
556 return bitset<_Nb>(*this).flip();
D_bvector.h79 void flip() { *_M_p ^= _M_mask; } in flip() function
806 void flip() {