Searched refs:compiled_text (Results 1 – 1 of 1) sorted by relevance
268 std::optional<StringPiece> compiled_text; in WriteAttributes() local275 compiled_text = StringPiece(*string_value->value); in WriteAttributes()285 compiled_text = StringPiece(processed_str); in WriteAttributes()288 if (compiled_text) { in WriteAttributes()291 AddString(compiled_text.value(), kLowPriority, in WriteAttributes()296 AddString(compiled_text.value(), kLowPriority, &flat_attr->rawValue); in WriteAttributes()