OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_const
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Sema/
thread-specifier.c
86
int
non_const
();
87
__thread int non_const_init =
non_const
();
/external/chromium_org/ui/gfx/image/
image_skia.cc
113
ImageSkiaStorage*
non_const
= const_cast<ImageSkiaStorage*>(this);
local
116
non_const
->image_reps().end();
118
non_const
->image_reps().end();
121
non_const
->image_reps().begin();
148
non_const
->image_reps().push_back(image);
155
non_const
->image_reps().push_back(ImageSkiaRep(SkBitmap(), scale));
/art/runtime/verifier/
reg_type_cache.cc
281
RegType&
non_const
(const_cast<RegType&>(left));
282
types = (down_cast<UnresolvedMergedType*>(&
non_const
))->GetMergedTypes();
287
RegType&
non_const
(const_cast<RegType&>(right));
288
std::set<uint16_t> right_types = (down_cast<UnresolvedMergedType*>(&
non_const
))->GetMergedTypes();
Completed in 495 milliseconds