Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunctionInternal.h38 const void* (*target_type_id)(void* bits, const void* impl_ops);
48 inline const void* unshared_target_type_id(void* bits, const void* impl_ops) { in unshared_target_type_id() argument
49 return impl_ops; in unshared_target_type_id()
190 static const void* target_type_id(void* bits, const void* impl_ops) {