HomeSort by relevance Sort by last modified time
    Searched full:const_cast (Results 951 - 975 of 1877) sorted by null

<<31323334353637383940>>

  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 238 MatrixTypeNestedCleaned& nestedExpression() { return *const_cast<MatrixTypeNestedCleaned*>(&m_matrix); }
358 TriangularView<SwapWrapper<MatrixType>,Mode>(const_cast<MatrixType&>(m_matrix)).lazyAssign(other.derived());
364 SwapWrapper<MatrixType> swaper(const_cast<MatrixType&>(m_matrix));
  /external/gmock/include/gmock/internal/
gmock-internal-utils.h 370 return const_cast<typename remove_reference<T>::type&>(
437 return type(const_cast<Element*>(&array[0]), N, kReference);
444 return type(const_cast<Element*>(&array[0]), N, kCopy);
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 149 free(const_cast<char*>(pattern_));
401 free(const_cast<char*>(pattern_));
402 free(const_cast<char*>(full_pattern_));
  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 357 return const_cast<typename remove_reference<T>::type&>(
424 return type(const_cast<Element*>(&array[0]), N, kReference);
431 return type(const_cast<Element*>(&array[0]), N, kCopy);
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.cc 238 const_cast<char *>(symbol_path_.c_str()),
274 const_cast<char *>(debug_or_code_file.c_str()),
275 const_cast<void *>(identifier.guid_or_signature_pointer()),
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 124 free(const_cast<char*>(pattern_));
376 free(const_cast<char*>(pattern_));
377 free(const_cast<char*>(full_pattern_));
  /external/mesa3d/src/gtest/src/
gtest-port.cc 124 free(const_cast<char*>(pattern_));
376 free(const_cast<char*>(pattern_));
377 free(const_cast<char*>(full_pattern_));
  /external/pdfium/samples/
image_diff_png.cc 302 if (png_sig_cmp(const_cast<unsigned char*>(input), 0, 8) != 0)
343 const_cast<unsigned char*>(input),
506 const_cast<unsigned char*>(&input[y * row_byte_width]));
  /external/protobuf/gtest/src/
gtest-port.cc 122 free(const_cast<char*>(pattern_));
374 free(const_cast<char*>(pattern_));
375 free(const_cast<char*>(full_pattern_));
  /external/protobuf/src/google/protobuf/
descriptor.pb.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc.orig 149 free(const_cast<char*>(pattern_));
401 free(const_cast<char*>(pattern_));
402 free(const_cast<char*>(full_pattern_));
  /external/webrtc/webrtc/base/
win32regkey.cc 98 REG_SZ, const_cast<wchar_t*>(value));
108 const_cast<uint8_t*>(value), byte_count);
118 const_cast<uint8_t*>(value), byte_count);
  /external/webrtc/webrtc/modules/video_coding/
session_info.cc 196 const_cast<uint8_t*>(frame_buffer_ptr));
208 const_cast<uint8_t*>(packet.dataPtr));
232 uint8_t* first_packet_ptr = const_cast<uint8_t*>((*it).dataPtr);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 397 ucnv_getFromUCallBack(cnv, &oldCallback, const_cast<const void**>(&oldCallbackContext));
399 EncoderCallbackContext* callbackContext = const_cast<EncoderCallbackContext*>(
483 DecoderCallbackContext* callbackContext = const_cast<DecoderCallbackContext*>(
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 149 free(const_cast<char*>(pattern_));
401 free(const_cast<char*>(pattern_));
402 free(const_cast<char*>(full_pattern_));
  /system/security/keystore/
keystore.cpp 464 free(const_cast<uint8_t*>(blob.key_material));
621 // We won't even write to the blob directly with this BIO, so const_cast is okay.
622 Unique_BIO b(BIO_new_mem_buf(const_cast<uint8_t*>(blob->getValue()), blob->getLength()));
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp 537 init_buf_iov_base(b.iov_base, const_cast<void*>(data));
548 name = const_cast<socket_addr_type*>(addr);
560 name = reinterpret_cast<T>(const_cast<socket_addr_type*>(addr));
836 msg.msg_iov = const_cast<buf*>(bufs);
926 msg.msg_iov = const_cast<buf*>(bufs);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 190 parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
524 name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
525 insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
526 content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
    [all...]
  /art/runtime/
thread.cc     [all...]
check_jni.cc 171 // const_cast needed to make sure the compiler is okay with va_copy, which (being a macro) is
173 return VarArgs(m_, cnt_, const_cast<VarArgs*>(this)->vargs_);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 115 char *Ptr = const_cast<char*>(Buffer.getPointer()->getBufferStart());
301 const_cast<SrcMgr::FileInfo&>(FileInfo).setHasLineDirectives();
329 const_cast<SrcMgr::FileInfo&>(FileInfo).setHasLineDirectives();
647 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
648 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
669 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
670 const_cast<SrcMgr::ContentCache *>(IR)->ContentsEntry = IR->OrigEntry;
679 const_cast<SrcMgr::ContentCache *>(CC)->IsTransient = true;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 689 return static_cast<NAME##Decl*>(const_cast<DeclContext*>(D));
696 return static_cast<NAME##Decl*>(const_cast<DeclContext*>(D));
708 return static_cast<NAME##Decl*>(const_cast<Decl*>(D));
715 return static_cast<NAME##Decl*>(const_cast<Decl*>(D));
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 186 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
333 /// \brief A C++ \c const_cast expression (C++ [expr.const.cast]).
336 /// \c const_cast<char*>(PtrToConstChar).
338 /// A const_cast can remove type qualifiers but does not change the underlying
404 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 220 return VisitorBase::TraverseDecl(const_cast<Decl*>(&DeclNode));
223 return VisitorBase::TraverseStmt(const_cast<Stmt*>(&StmtNode));
233 const_cast<NestedNameSpecifier*>(&NNS));
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 81 const_cast<Preprocessor*>(PP)->addCommentHandler(this);
84 const_cast<Preprocessor*>(PP)->addPPCallbacks(
101 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this);

Completed in 1642 milliseconds

<<31323334353637383940>>