HomeSort by relevance Sort by last modified time
    Searched full:const_cast (Results 226 - 250 of 1175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 56 return const_cast<PB_DS_CLASS_C_DEC& >(*this).find_key_pointer(r_key,
info_fn_imps.hpp 81 const_cast<PB_DS_CLASS_C_DEC& >(*this).
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 56 return const_cast<PB_DS_CLASS_C_DEC&>(*this).find_key_pointer(r_key, traits_base::m_store_extra_indicator);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
find_fn_imps.hpp 50 const_cast<PB_DS_CLASS_C_DEC* >(this)->find_max();
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 64 const_cast<PB_DS_CLASS_C_DEC& >(*this).
find_fn_imps.hpp 56 return const_cast<PB_DS_CLASS_C_DEC& >(*this).find_key_pointer(r_key,
info_fn_imps.hpp 81 const_cast<PB_DS_CLASS_C_DEC& >(*this).
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 56 return const_cast<PB_DS_CLASS_C_DEC&>(*this).find_key_pointer(r_key, traits_base::m_store_extra_indicator);
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 177 // Need to const_cast because XInternAtoms() wants a char**.
178 names[i] = const_cast<char*>(kAtomInfos[i].name);
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 118 input.pbData = const_cast<unsigned char*>(&data.front());
123 const_cast<wchar_t*>(lower_case_url.data()));
  /external/chromium/chrome/browser/
platform_util_win.cc 75 const_cast<wchar_t *>(dir.value().c_str()),
82 const_cast<wchar_t *>(full_path.value().c_str()),
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 95 // const_cast is ugly, but this is the same thing the TemplateURLModel
98 TemplateURL* modifiable_url = const_cast<TemplateURL*>(template_url_);
  /external/chromium/crypto/
rsa_private_key_nss.cc 91 key_der.data = const_cast<unsigned char*>(&input[0]);
225 der_private_key_info.data = const_cast<unsigned char*>(&input.front());
  /external/chromium/third_party/modp_b64/
modp_b64.h 137 int d = modp_b64_encode(const_cast<char*>(x.data()), s.data(), s.size());
155 int d = modp_b64_decode(const_cast<char*>(x.data()), s.data(), s.size());
  /external/clang/include/clang/AST/
DeclGroup.h 88 return const_cast<DeclGroupRef*>(this)->getSingleDecl();
96 return const_cast<DeclGroupRef*>(this)->getDeclGroup();
Redeclarable.h 73 return const_cast<decl_type *>(
158 return redecl_iterator(const_cast<decl_type*>(
  /external/llvm/lib/Support/Windows/
Memory.inc 97 return ::VirtualProtect(const_cast<LPVOID>(Addr), Size, prot, &oldProt)
116 return ::VirtualProtect(const_cast<LPVOID>(Addr), Size, prot, &oldProt)
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 33 : q_ptr(const_cast<QScriptEngine*>(engine))
61 return new QScriptSyntaxCheckResultPrivate(this, const_cast<JSObjectRef>(exception));
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.cpp 207 return const_cast<JSObject*>(this)->getPropertySlot(exec, propertyName, slot);
213 return const_cast<JSObject*>(this)->getPropertySlot(exec, propertyName, slot);
240 return const_cast<JSObject*>(this)->getOwnPropertySlot(exec, propertyName, slot);
261 JSValue result = call(exec, function, callType, callData, const_cast<JSObject*>(object), exec->emptyList());
423 if (!const_cast<JSObject*>(this)->getOwnPropertyDescriptor(exec, propertyName, descriptor))
491 return const_cast<JSObject*>(this);
496 return const_cast<JSObject*>(this);
501 return const_cast<JSObject*>(this);
  /external/webkit/Source/JavaScriptCore/wtf/
Atomics.h 94 inline int atomicIncrement(int volatile* addend) { return OSAtomicIncrement32Barrier(const_cast<int*>(addend)); }
95 inline int atomicDecrement(int volatile* addend) { return OSAtomicDecrement32Barrier(const_cast<int*>(addend)); }
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaArrayJSC.cpp 65 free(const_cast<char*>(m_type));
146 free(const_cast<char*>(javaClassName));
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.cpp 130 GLC(context, context->uniformMatrix3fv(program->fragmentShader().ccMatrixLocation(), 0, const_cast<float*>(yuv2RGB), 1));
131 GLC(context, context->uniform3fv(program->fragmentShader().yuvAdjLocation(), const_cast<float*>(yuvAdjust), 1));
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 50 RefPtr<cairo_surface_t> source = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.bits), CAIRO_FORMAT_A1, 32, 32, 4));
51 RefPtr<cairo_surface_t> mask = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned char*>(cursor.mask_bits), CAIRO_FORMAT_A1, 32, 32, 4));
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.cpp 100 srcBegin = const_cast<unsigned char*>(reinterpret_cast<const unsigned char*>(bytes));
167 unsigned char* srcBegin = const_cast<unsigned char*>(reinterpret_cast<const unsigned char*>(characters));
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 142 const_cast<bool&>(m_isSorted) = true;
169 const_cast<Vector<RefPtr<Node> >& >(m_nodes).swap(sortedNodes);

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011>>