Searched refs:byte_obj (Results 1 – 2 of 2) sorted by relevance
124 const byte* byte_obj = reinterpret_cast<const byte*>(obj); in Contains() local125 return byte_obj >= Begin() && byte_obj < End(); in Contains()
87 const byte* byte_obj = reinterpret_cast<const byte*>(obj); in Contains() local88 return Begin() <= byte_obj && byte_obj < End(); in Contains()