Searched refs:typeOrd (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/tsan/
H A Dts_offline.cc230 unsigned char typeOrd; local
238 ok &= Read<unsigned char>(input, &typeOrd);
240 type = (EventType)typeOrd;
271 unsigned char typeOrd; local
276 ok &= Read<unsigned char>(input, &typeOrd);
278 type = (EventType)typeOrd;

Completed in 49 milliseconds