OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cast_cache
(Results
1 - 2
of
2
) sorted by null
/external/qemu/qom/
object.c
461
if (obj->class->
cast_cache
[i] == typename) {
478
obj->class->
cast_cache
[i - 1] = obj->class->
cast_cache
[i];
480
obj->class->
cast_cache
[i - 1] = typename;
550
if (class->
cast_cache
[i] == typename) {
571
class->
cast_cache
[i - 1] = class->
cast_cache
[i];
573
class->
cast_cache
[i - 1] = typename;
[
all
...]
/external/qemu/include/qom/
object.h
361
const char *
cast_cache
[OBJECT_CLASS_CAST_CACHE];
member in struct:ObjectClass
[
all
...]
Completed in 240 milliseconds