HomeSort by relevance Sort by last modified time
    Searched refs:const_cast (Results 51 - 75 of 2406) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
102 return (const_cast<pointer>(base_type::m_p_value));
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
102 return (const_cast<pointer>(base_type::m_p_value));
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
88 return (const_cast<pointer>(base_type::m_p_value));
96 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 85 const_cast<pointer>(const_iterator_::m_p_value)));
93 const_cast<pointer>(const_iterator_::m_p_value)));
102 return (const_cast<pointer>(base_type::m_p_value));
111 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
88 return (const_cast<pointer>(base_type::m_p_value));
96 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
88 return (const_cast<pointer>(base_type::m_p_value));
96 return (const_cast<reference>(*base_type::m_p_value));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); }
88 return (const_cast<pointer>(base_type::m_p_value));
96 return (const_cast<reference>(*base_type::m_p_value));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 59 const_cast<uint8_t*>(kExternalHmacTestCase0Key), // Key
61 const_cast<uint8_t*>(kExternalHmacTestCase0Data), // Data
63 const_cast<uint8_t*>(kExternalHmacFakeTag), // Tag
80 const_cast<char*>(kExternalHmacDescription),
82 const_cast<auth_test_case_t*>(&kExternalHmacTestCase0),
110 (*a)->type = const_cast<auth_type_t*>(&external_hmac);
161 // |external_hmac| is const. const_cast is required as libsrtp expects
164 const_cast<auth_type_t*>(&external_hmac), EXTERNAL_HMAC_SHA1);
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 43 free(const_cast<SharedBuffer*>(released));
50 return const_cast<SharedBuffer*>(this);
63 SharedBuffer* buf = const_cast<SharedBuffer*>(this);
83 return const_cast<SharedBuffer*>(this);
108 free(const_cast<SharedBuffer*>(this));
  /system/core/libutils/
SharedBuffer.cpp 41 free(const_cast<SharedBuffer*>(released));
48 return const_cast<SharedBuffer*>(this);
61 SharedBuffer* buf = const_cast<SharedBuffer*>(this);
81 return const_cast<SharedBuffer*>(this);
106 free(const_cast<SharedBuffer*>(this));
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 29 // Cannot use const_cast to cast between address spaces, add an
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}}
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}}
33 (void)const_cast<int_ptr_1>(ip); // expected-error{{is not allowed}}
34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}}
35 (void)const_cast<int_ptr_2>(ip); // expected-error{{is not allowed}}
36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}}
38 (void)const_cast<A_ptr>(ap1); // expected-error{{is not allowed}}
39 (void)const_cast<A_ptr>(ap2); // expected-error{{is not allowed}}
40 (void)const_cast<A_ptr_1>(ap); // expected-error{{is not allowed}
    [all...]
type-dependent-exprs.cpp 18 (void)const_cast<int>(x);
  /external/chromium_org/crypto/
mock_apple_keychain.cc 26 *passwordData = const_cast<char*>(kPassword);
56 std::string(const_cast<char*>(static_cast<const char*>(passwordData)),
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.h 70 const_cast<HTMLContentElement*>(this)->parseSelect();
77 const_cast<HTMLContentElement*>(this)->parseSelect();
  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 29 return const_cast<aura::Window*>(GetTransientParent(
30 const_cast<const aura::Window*>(window)));
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 39 #define const_cast macro
124 const_cast
  /external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h 57 return NonConst::getAsVoidPointer(const_cast<T*>(P));
60 return NonConst::getFromVoidPointer(const_cast<void*>(P));
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionSymTab.h 65 return const_cast<ELFSymbolTy *>(
66 const_cast<ELFSectionSymTabTy const *>(this)->getByName(name));
  /external/chromium_org/base/memory/
ref_counted.cc 14 &const_cast<RefCountedThreadSafeBase*>(this)->ref_count_);
  /external/chromium_org/base/win/
startup_information.h 33 return const_cast<const LPSTARTUPINFOW>(&startup_info_.StartupInfo);
  /external/chromium_org/chrome/browser/
native_window_notification_source.h 27 return static_cast<gfx::NativeWindow>(const_cast<void*>(ptr_));
  /external/chromium_org/sandbox/win/src/
service_resolver.cc 20 const_cast<void**>(address));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 50 newProperties.properties = const_cast<StylePropertySet*>(properties);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 50 const_cast<PB_DS_CLASS_C_DEC* >(this)->find_max();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 50 const_cast<PB_DS_CLASS_C_DEC* >(this)->find_max();

Completed in 1052 milliseconds

1 23 4 5 6 7 8 91011>>