OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_cast
(Results
1026 - 1050
of
1877
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/mesa3d/src/glsl/
link_functions.cpp
148
assert(
const_cast
<ir_instruction *>(original)->as_variable());
/external/opencv3/modules/core/include/opencv2/core/
ptr.inl.hpp
245
return Ptr<Y>(*this,
const_cast
<Y*>(stored));
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h
370
Node *pNode =
const_cast
<Node*>(pos.pNode);
/external/protobuf/python/google/protobuf/pyext/
message.h
281
#define C(str)
const_cast
<char*>(str)
/external/protobuf/src/google/protobuf/io/
gzip_stream.cc
100
zcontext_.next_in = static_cast<Bytef*>(
const_cast
<void*>(in));
/external/protobuf/src/google/protobuf/
message.cc
196
MutableRawRepeatedField(
const_cast
<Message*>(&message), \
/external/skia/src/core/
SkPixelRef.cpp
282
*
const_cast
<SkImageInfo*>(&fInfo) = fInfo.makeAlphaType(at);
/external/skia/src/gpu/
GrPipelineBuilder.h
251
fPipelineBuilder =
const_cast
<GrPipelineBuilder*>(ds);
/external/skia/src/image/
SkImage.cpp
161
return SkRef(
const_cast
<SkImage*>(this));
SkImage_Gpu.cpp
296
return peek->getContext() == context ? SkRef(
const_cast
<SkImage*>(this)) : nullptr;
/external/skia/tests/
GifTest.cpp
215
colorPtr =
const_cast
<SkPMColor*>(colorTable->readColors());
/external/skia/tools/debugger/
SkObjectParser.cpp
188
SkPath::Iter iter(
const_cast
<SkPath&>(path), false);
/external/v8/src/regexp/
regexp-macro-assembler.h
231
return
const_cast
<Address>(&word_character_map[0]);
/external/v8/test/cctest/
test-heap-profiler.cc
103
CHECK_EQ(0, strncmp("Object",
const_cast
<i::HeapEntry*>(
142
i::HeapSnapshot* heap_snapshot =
const_cast
<i::HeapSnapshot*>(
195
det.CheckAllReachables(
const_cast
<i::HeapEntry*>(
839
const_cast
<i::HeapSnapshot*>(reinterpret_cast<const i::HeapSnapshot*>(
[
all
...]
/external/webrtc/webrtc/base/
diskcache.cc
330
DiskCache* this2 =
const_cast
<DiskCache*>(this);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_h264.cc
129
uint8_t* payload =
const_cast
<uint8_t*>(payload_data + *offset);
/external/webrtc/webrtc/system_wrappers/include/
stl_util.h
126
// DO NOT USE
const_cast
<char*>(str->data())
/frameworks/av/cmds/screenrecord/
TextRenderer.cpp
359
return
const_cast
<char*>(str + goodPos);
/frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp
396
const_cast
<camera_frame_metadata*>(&metadata);
/frameworks/av/services/camera/libcameraservice/common/
CameraModule.cpp
247
const_cast
<camera_metadata_t*>(cameraInfo.static_camera_characteristics));
/frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp
137
char* writeBuffer = static_cast<char*>(
const_cast
<void*>(buffer));
/frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp
294
const_cast
<const hw_module_t **>(&module));
/frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h
433
node->data =
const_cast
<DataType*>(&pValue);
/frameworks/native/libs/binder/
BpBinder.cpp
112
status_t err =
const_cast
<BpBinder*>(this)->transact(
/frameworks/native/opengl/libagl/
TextureObjectManager.cpp
116
return
const_cast
<GGLSurface&>(mip(lod));
Completed in 750 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>