Searched
full:const_cast (Results
851 -
875 of
1877) sorted by null
<<31323334353637383940>>
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrixTriangular.h | 220 (UseLhsDirectly ? const_cast<Scalar*>(actualLhs.data()) : static_lhs.data())); 225 (UseRhsDirectly ? const_cast<Scalar*>(actualRhs.data()) : static_rhs.data()));
|
/external/eigen/Eigen/src/SparseCore/ |
SparseVector.h | 365 inline Scalar& valueRef() { return const_cast<Scalar&>(m_data.value(m_id)); } 397 inline Scalar& valueRef() { return const_cast<Scalar&>(m_data.value(m_id-1)); }
|
/external/eigen/doc/ |
FunctionsTakingEigenTypes.dox | 167 const_cast< MatrixBase<OtherDerived>& >(C) = 199 MatrixBase<OtherDerived>& C = const_cast< MatrixBase<OtherDerived>& >(C_);
|
/external/google-breakpad/src/common/mac/ |
MachIPC.mm | 193 const_cast<char*>(receive_port_name), 273 const_cast<char*>(receive_port_name),
|
/external/icu/icu4c/source/i18n/ |
tznames_impl.cpp | 200 UChar *s = const_cast<UChar *>(key); 347 TextTrieMap *nonConstThis = const_cast<TextTrieMap *>(this); 494 UChar *ncs = const_cast<UChar *>(s); 503 UnicodeString &nonConstStr = const_cast<UnicodeString &>(s); [all...] |
/external/libbrillo/brillo/dbus/ |
dbus_method_invoker.h | 159 // const_cast here. It is a bit hacky, but there is no negative side effects. 161 return std::move(const_cast<dbus::FileDescriptor&>(val));
|
/external/libchrome/crypto/ |
symmetric_key_win.cc | 314 SecureZeroMemory(const_cast<char *>(raw_key_.data()), raw_key_.size()); 397 const_cast<BYTE*>(reinterpret_cast<const BYTE*>(password.data()));
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
trap.cc | 57 return sigismember(const_cast<sigset_t*>(&ctx->uc_sigmask), LINUX_SIGBUS); 244 rc = trap.fnc(data, const_cast<void*>(trap.aux));
|
/external/llvm/include/llvm/ADT/ |
StringMap.h | 165 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); 191 char *Ptr = const_cast<char*>(KeyData) - sizeof(StringMapEntry<ValueTy>);
|
/external/llvm/include/llvm/IR/ |
ValueHandle.h | 210 static Value *GetAsValue(const Value *V) { return const_cast<Value*>(V); } 318 static Value *GetAsValue(const Value *V) { return const_cast<Value*>(V); }
|
/external/llvm/include/llvm/Support/ |
Casting.h | 46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val)); 202 = (typename cast_retty<To, FromTy>::ret_type)const_cast<FromTy&>(Val);
|
/external/llvm/lib/Analysis/ |
CallGraph.cpp | 159 I->second->F = const_cast<Function*>(To); 173 CGN = llvm::make_unique<CallGraphNode>(const_cast<Function *>(F));
|
/external/llvm/lib/CodeGen/ |
MachineModuleInfo.cpp | 265 return AddrLabelSymbols->getAddrLabelSymbolToEmit(const_cast<BasicBlock*>(BB)); 279 takeDeletedSymbolsForFunction(const_cast<Function*>(F), Result);
|
/external/llvm/lib/IR/ |
User.cpp | 59 (void) new(End) Use::UserRef(const_cast<User*>(this), 1); 98 auto MutableARef = const_cast<User *>(this)->getDescriptor();
|
/external/zlib/src/contrib/iostream3/ |
zfstream.h | 263 { return const_cast<gzfilebuf*>(&sb); } 352 { return const_cast<gzfilebuf*>(&sb); }
|
/frameworks/av/media/libmedia/ |
IMediaPlayer.cpp | 363 data.appendFrom(const_cast<Parcel *>(&request), 0, request.dataSize()); 654 const_cast<Parcel *>(&data), data.dataPosition(), data.dataAvail());
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.cpp | 95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); 113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
|
SoftAACEncoder2.cpp | 94 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); 112 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.cpp | 97 const_cast<char *>(MEDIA_MIMETYPE_AUDIO_OPUS); 117 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
|
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 96 def.format.video.cMIMEType = const_cast<char *>(mimeType); 118 def.format.video.cMIMEType = const_cast<char *>("video/raw");
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 111 native_handle_delete(const_cast<native_handle*>(handle)); 133 const_cast<GraphicBuffer*>(this));
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.cpp | 190 return const_cast<MetadataQueue*>(cmq); 196 return const_cast<MetadataQueue*>(cmq);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
codecvt_specializations.h | 345 intern_type* __cfixed = const_cast<intern_type*>(__from); 449 extern_type* __cfixed = const_cast<extern_type*>(__from);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
codecvt_specializations.h | 345 intern_type* __cfixed = const_cast<intern_type*>(__from); 449 extern_type* __cfixed = const_cast<extern_type*>(__from);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
codecvt_specializations.h | 345 intern_type* __cfixed = const_cast<intern_type*>(__from); 449 extern_type* __cfixed = const_cast<extern_type*>(__from);
|
Completed in 2273 milliseconds
<<31323334353637383940>>