Home
last modified time | relevance | path

Searched refs:trim_text (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/format/proto/
DProtoSerialize_test.cpp276 std::unique_ptr<xml::Text> trim_text = util::make_unique<xml::Text>(); in TEST() local
277 trim_text->line_number = 25; in TEST()
278 trim_text->column_number = 3; in TEST()
279 trim_text->text = " \n "; in TEST()
280 element.AppendChild(std::move(trim_text)); in TEST()