Searched refs:kLongLegacyError (Results 1 – 1 of 1) sorted by relevance
33 constexpr static const char kLongLegacyError[] = variable35 static_assert(sizeof(kLongLegacyError) < prop_info::kLongLegacyErrorBufferSize,50 auto error_value_len = sizeof(kLongLegacyError) - 1; in prop_info()52 memcpy(this->long_property.error_message, kLongLegacyError, sizeof(kLongLegacyError)); in prop_info()