OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:style_string
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/format/proto/
ProtoSerialize_test.cpp
67
StyleString
style_string
;
local
68
style_string
.str = "hello";
69
style_string
.spans.push_back(Span{"b", 0u, 4u});
72
util::make_unique<StyledString>(table->string_pool.MakeRef(
style_string
)),
/frameworks/base/tools/aapt2/
ResourceParser.cpp
726
StyleString
style_string
;
local
728
if (!FlattenXmlSubtree(parser, &raw_value, &
style_string
, &untranslatable_sections)) {
732
if (!
style_string
.spans.empty()) {
736
style_string
, StringPool::Context(StringPool::Context::kNormalPriority, config_)));
764
table_->string_pool.MakeRef(
style_string
.str, StringPool::Context(config_)));
[
all
...]
Completed in 163 milliseconds