OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryParseBool
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/link/
TableMerger_test.cpp
157
.AddValue("bool/foo", ResourceUtils::
TryParseBool
("true"))
162
.AddValue("bool/foo", ResourceUtils::
TryParseBool
("false"))
254
.AddValue("bool/foo", ResourceUtils::
TryParseBool
("true"))
272
.AddValue("bool/foo", ResourceUtils::
TryParseBool
("true"))
290
.AddValue("bool/foo", ResourceUtils::
TryParseBool
("true"))
ManifestFixer.cpp
152
std::unique_ptr<BinaryPrimitive> result = ResourceUtils::
TryParseBool
(attr->value);
/frameworks/base/tools/aapt2/
ResourceUtils.h
157
std::unique_ptr<BinaryPrimitive>
TryParseBool
(const android::StringPiece& str);
ResourceUtils.cpp
501
std::unique_ptr<BinaryPrimitive>
TryParseBool
(const StringPiece& str) {
602
auto boolean =
TryParseBool
(value);
Completed in 126 milliseconds