Home
last modified time | relevance | path

Searched refs:non_const (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage_skia.cc147 ImageSkiaStorage* non_const = const_cast<ImageSkiaStorage*>(this); in FindRepresentation() local
150 non_const->image_reps().end(); in FindRepresentation()
152 non_const->image_reps().end(); in FindRepresentation()
155 non_const->image_reps().begin(); in FindRepresentation()
222 non_const->image_reps().push_back(image); in FindRepresentation()
229 non_const->image_reps().push_back(ImageSkiaRep(SkBitmap(), scale)); in FindRepresentation()
/external/clang/test/Sema/
Dthread-specifier.c86 int non_const();
87 __thread int non_const_init = non_const();