OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlNodeAction
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/xml/
XmlActionExecutor.h
49
class
XmlNodeAction
{
55
* Find or create a child
XmlNodeAction
that will be performed for the child element
58
XmlNodeAction
& operator[](const std::u16string& name) {
63
* Add an action to be performed at this
XmlNodeAction
.
73
std::map<std::u16string,
XmlNodeAction
> mMap;
86
* Find or create a root
XmlNodeAction
that will be performed for the root XML element
89
XmlNodeAction
& operator[](const std::u16string& name) {
100
std::map<std::u16string,
XmlNodeAction
> mMap;
XmlActionExecutor.cpp
22
static bool wrapperOne(
XmlNodeAction
::ActionFunc& f, Element* el, SourcePathDiagnostics*) {
26
static bool wrapperTwo(
XmlNodeAction
::ActionFuncWithDiag& f, Element* el,
31
void
XmlNodeAction
::action(
XmlNodeAction
::ActionFunc f) {
37
void
XmlNodeAction
::action(
XmlNodeAction
::ActionFuncWithDiag f) {
51
bool
XmlNodeAction
::execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag,
60
std::map<std::u16string,
XmlNodeAction
>::const_iterator iter =
94
std::map<std::u16string,
XmlNodeAction
>::const_iterator iter = mMap.find(el->name);
XmlActionExecutor_test.cpp
25
XmlNodeAction
& manifestAction = executor[u"manifest"];
26
XmlNodeAction
& applicationAction = manifestAction[u"application"];
/frameworks/base/tools/aapt2/link/
ManifestFixer.cpp
107
xml::
XmlNodeAction
intentFilterAction;
113
xml::
XmlNodeAction
metaDataAction;
116
xml::
XmlNodeAction
& manifestAction = (*executor)[u"manifest"];
188
xml::
XmlNodeAction
& applicationAction = (*executor)[u"manifest"][u"application"];
Completed in 199 milliseconds