Searched refs:newValue (Results 1 – 1 of 1) sorted by relevance
420 std::string newValue = std::to_string(*(newEntry.data.f)); in IsChangeFloatMetadata() local421 if (strcmp(baseValue.c_str(), newValue.c_str()) == 0) { in IsChangeFloatMetadata()