OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParseAttributeReference
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt2/
ResourceUtils.h
65
bool
ParseAttributeReference
(const android::StringPiece& str, ResourceNameRef* out_reference);
ResourceUtils.cpp
166
bool
ParseAttributeReference
(const StringPiece& str, ResourceNameRef* out_ref) {
200
return
ParseAttributeReference
(str, nullptr);
299
if (
ParseAttributeReference
(str, &ref)) {
Completed in 36 milliseconds