Searched
full:const_cast (Results
601 -
625 of
1877) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/ |
find_fn_imps.hpp | 59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/ |
prefix_search_node_update_imp.hpp | 72 const_cast<PB_DS_CLASS_C_DEC* >(this)->prefix_range(b, e);
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
pystrings.swg | 89 SWIG_InternalNewPointerObj(%const_cast(carray,char *), pchar_descriptor, 0) : SWIG_Py_Void();
|
/prebuilts/misc/common/swig/include/2.0.11/r/ |
rfragments.swg | 125 char *cstr = %const_cast(CHAR(STRING_ELT(obj, 0)), char *);
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubywstrings.swg | 62 // SWIG_NewPointerObj(%const_cast(carray,wchar_t *), pwchar_descriptor, 0) : Qnil;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/ |
branch_policy.hpp | 80 { return const_cast<branch_policy*>(this)->end(); }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/ |
insert_fn_imps.hpp | 73 new (const_cast<void* >(static_cast<const void* >(&p_l->m_value)))
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/ |
debug_fn_imps.hpp | 91 const_cast<PB_DS_CLASS_C_DEC*>(this)->find_imp(PB_DS_V2F(*it));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/ |
find_fn_imps.hpp | 59 const_cast<PB_DS_CLASS_C_DEC* >(this)->splay(p_found);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/ |
prefix_search_node_update_imp.hpp | 72 const_cast<PB_DS_CLASS_C_DEC* >(this)->prefix_range(b, e);
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__refstring | 41 char *data = const_cast<char *>(data_);
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
bt_vendor.cc | 41 manager->SetVendorCallbacks(*(const_cast<bt_vendor_callbacks_t*>(p_cb)));
|
/system/core/libcutils/ |
sockets_windows.cpp | 75 reinterpret_cast<char*>(const_cast<void*>(buffers[i].data));
|
/system/core/libutils/ |
Tokenizer.cpp | 106 const_cast<char*>(contents), false, strlen(contents));
|
/system/security/keystore-engine/ |
dsa_meth.cpp | 89 const_cast<const unsigned char**>(reinterpret_cast<unsigned char**>(&reply)),
|
ecdsa_meth.cpp | 95 const_cast<const unsigned char**>(reinterpret_cast<unsigned char**>(&reply)),
|
/system/update_engine/payload_consumer/ |
file_descriptor.cc | 48 char* char_buf = const_cast<char*>(reinterpret_cast<const char*>(buf));
|
/external/tinyxml2/ |
tinyxml2.h | 134 void SetInternedStr( const char* str ) { Reset(); this->start = const_cast<char*>(str); }
487 XMLElement* FirstChildElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( _value )); }
491 XMLNode* LastChild() { return const_cast<XMLNode*>(const_cast<const XMLNode*>(this)->LastChild() ); }
497 XMLElement* LastChildElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->LastChildElement(_value) ); }
505 XMLElement* PreviousSiblingElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( _value ) ); }
513 XMLElement* NextSiblingElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->NextSiblingElement( _value ) ); } [all...] |
/art/runtime/mirror/ |
object.cc | 159 mirror::Object* current_this = const_cast<mirror::Object*>(this); 169 if (const_cast<Object*>(this)->CasLockWordWeakRelaxed(lw, hash_word)) {
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 132 const_cast<const char **>(CCArgs.data()), 133 const_cast<const char **>(CCArgs.data()) +
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramStateTrait.h | 172 return const_cast<llvm::ImmutableListImpl<T> *>(D.getInternalPointer()); 237 return const_cast<void *>(d);
|
/external/clang/lib/AST/ |
MicrosoftCXXABI.cpp | 129 const_cast<TagDecl *>(TD->getCanonicalDecl())); 143 const_cast<TagDecl *>(TD->getCanonicalDecl()));
|
/external/clang/test/SemaTemplate/ |
instantiate-cast.cpp | 74 // const_cast 79 (void)const_cast<U>(t); // expected-error{{not allowed}}
|
/external/clang/tools/libclang/ |
CXString.cpp | 179 free(const_cast<void *>(string.data)); 183 const_cast<void *>(string.data))->dispose();
|
/external/eigen/unsupported/Eigen/ |
MPRealSupport | 171 mpreal *B = const_cast<mpreal*>(blockB) + j*strideB + offsetB*actual_nr; 172 mpreal *A = const_cast<mpreal*>(blockA) + i*strideA + offsetA;
|
Completed in 1128 milliseconds
<<21222324252627282930>>