Searched refs:kUint16Value (Results 1 – 3 of 3) sorted by relevance
20 static_assert(kUint16Value == 44204U, ""); in TEST()
20 const uint16 kUint16Value = 44204;
33 const uint16_t kUint16Value = 44; in TEST() local34 writer.AppendUint16(kUint16Value); in TEST()73 expected_value.reset(new base::Value(kUint16Value)); in TEST()