Searched refs:a_value (Results 1 – 1 of 1) sorted by relevance
86 const uint16_t* a_value = a_string->GetValue(); in operator() local87 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator()