/external/gtest/src/ |
gtest-port.cc | 172 free(const_cast<char*>(pattern_)); 424 free(const_cast<char*>(pattern_)); 425 free(const_cast<char*>(full_pattern_));
|
/external/icu/icu4c/source/i18n/ |
tzgnames.cpp | 498 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); 765 TZGNCore *nonConstThis = const_cast<TZGNCore *>(this); [all...] |
/external/llvm/include/llvm/Analysis/ |
RegionInfo.h | 363 return const_cast<RegionNodeT *>( 589 return const_cast<BlockT *>(super::operator*()); 900 auto Unconst = const_cast<RegionNodeBase<RegionTraits<Function>> *>(this); [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 534 return const_cast<MachineBasicBlock *>(this)->getFirstTerminator(); 545 return const_cast<MachineBasicBlock *>(this)->getFirstNonDebugInstr(); 552 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr(); [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_objects.cpp | 147 return const_cast<CPDF_Dictionary*>(AsDictionary()); 169 return const_cast<CPDF_Array*>(AsArray()); 233 return const_cast<CPDF_Object*>(this); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_string_field.cc | 190 " $name$_ = const_cast< ::std::string*>($default_variable$);\n" 203 " $name$_ = const_cast< ::std::string*>($default_variable$);\n" 246 "$name$_ = const_cast< ::std::string*>($default_variable$);\n");
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
vp9_impl.cc | 503 raw_->planes[VPX_PLANE_Y] = const_cast<uint8_t*>(input_image.buffer(kYPlane)); 504 raw_->planes[VPX_PLANE_U] = const_cast<uint8_t*>(input_image.buffer(kUPlane)); 505 raw_->planes[VPX_PLANE_V] = const_cast<uint8_t*>(input_image.buffer(kVPlane)); [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 620 env->ReleaseCharArrayElements(text, const_cast<jchar*>(textArray), JNI_ABORT); 707 env->ReleaseCharArrayElements(jtext, const_cast<jchar*>(text), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 510 { return const_cast<__filebuf_type*>(&_M_filebuf); } 685 { return const_cast<__filebuf_type*>(&_M_filebuf); } 858 { return const_cast<__filebuf_type*>(&_M_filebuf); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr_base.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 510 { return const_cast<__filebuf_type*>(&_M_filebuf); } 685 { return const_cast<__filebuf_type*>(&_M_filebuf); } 858 { return const_cast<__filebuf_type*>(&_M_filebuf); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr_base.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
fstream | 510 { return const_cast<__filebuf_type*>(&_M_filebuf); } 685 { return const_cast<__filebuf_type*>(&_M_filebuf); } 858 { return const_cast<__filebuf_type*>(&_M_filebuf); }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 513 { return const_cast<__filebuf_type*>(&_M_filebuf); } 688 { return const_cast<__filebuf_type*>(&_M_filebuf); } 861 { return const_cast<__filebuf_type*>(&_M_filebuf); }
|
/art/compiler/ |
image_test.cc | 334 char* magic = const_cast<char*>(image_header.GetMagic());
|
/device/asus/fugu/libaudio/ |
AudioHotplugThread.cpp | 172 const_cast<struct snd_pcm_hw_params*>(¶ms), n);
|
/external/boringssl/src/crypto/bio/ |
bio_test.cc | 334 ScopedBIO bio(BIO_new_mem_buf(const_cast<uint8_t*>(data), data_len));
|
/external/boringssl/src/crypto/cipher/ |
cipher_test.cc | 148 const_cast<uint8_t*>(tag.data()))) {
|
/external/clang/include/clang/AST/ |
DeclObjC.h | 266 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl(); 325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface(); 377 return llvm::makeArrayRef(const_cast<ParmVarDecl**>(getParams()), 503 return static_cast<DeclContext *>(const_cast<ObjCMethodDecl*>(D)); 506 return static_cast<ObjCMethodDecl *>(const_cast<DeclContext*>(DC)); 819 return static_cast<DeclContext *>(const_cast<ObjCContainerDecl*>(D)); 822 return static_cast<ObjCContainerDecl *>(const_cast<DeclContext*>(DC)); [all...] |
/external/clang/include/clang/Analysis/ |
CFG.h | 76 : Data1(const_cast<void*>(Ptr1), ((unsigned) kind) & 0x3), 77 Data2(const_cast<void*>(Ptr2), (((unsigned) kind) >> 2) & 0x3) { 628 return const_cast<CFGBlock*>(this)->getTerminatorCondition(StripParens); 921 O(const_cast<Stmt*>(stmt->getStmt())); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
AnalyzerOptions.cpp | 84 const_cast<CXXInlineableMemberKind &>(CXXMemberInliningMode);
|
/external/clang/test/CXX/drs/ |
dr14xx.cpp | 188 int b = const_cast<D&>(d).a = 1; // not evaluated
|
/external/clang/test/CodeGenCXX/ |
mangle-exprs.cpp | 64 void const_(typename enable_if<0 <= sizeof(const_cast<T *>(p))>::type * = 0) {
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix_libcdep.cc | 83 if (setrlimit(res, const_cast<struct rlimit *>(&rlim))) {
|