Searched refs:bytes1 (Results 1 – 1 of 1) sorted by relevance
308 void* bytes1; in MterpStringEquals() local312 bytes1 = str->GetValueCompressed(); in MterpStringEquals()316 bytes1 = str->GetValue(); in MterpStringEquals()319 res = (memcmp(bytes1, bytes2, len) == 0); in MterpStringEquals()