Searched refs:bytes2 (Results 1 – 1 of 1) sorted by relevance
309 void* bytes2; in MterpStringEquals() local313 bytes2 = str2->GetValueCompressed(); in MterpStringEquals()317 bytes2 = str2->GetValue(); in MterpStringEquals()319 res = (memcmp(bytes1, bytes2, len) == 0); in MterpStringEquals()