OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChildElement
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/xmlserializer/
XmlElement.h
75
bool
getChildElement
(const std::string &strType, CXmlElement &childElement) const;
76
bool
getChildElement
(const std::string &strType, const std::string &strNameAttribute,
XmlElement.cpp
136
bool CXmlElement::
getChildElement
(const string &strType, CXmlElement &childElement) const
150
bool CXmlElement::
getChildElement
(const string &strType, const string &strNameAttribute,
/external/icu/icu4c/source/tools/toolutil/
xmlparser.h
114
const UXMLElement *
getChildElement
(const UnicodeString &name) const;
xmlparser.cpp
802
UXMLElement::
getChildElement
(const UnicodeString &name) const {
/external/parameter-framework/upstream/parameter/
Subsystem.cpp
128
xmlElement.
getChildElement
("ComponentLibrary", childElement);
136
xmlElement.
getChildElement
("InstanceDefintion", childElement);
DomainConfiguration.cpp
154
if (!xmlConfigurableElementSettingsElement.
getChildElement
(
165
xmlConfigurableElementSettingsElement.
getChildElement
(
ConfigurableDomain.cpp
251
xmlElement.
getChildElement
("Configurations", xmlConfigurationsElement);
265
xmlElement.
getChildElement
("ConfigurableElements", xmlConfigurableElementsElement);
329
if (!xmlElement.
getChildElement
("Settings", xmlSettingsElement)) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
216
n = testCase->
getChildElement
("pattern");
226
n = testCase->
getChildElement
("pre");
234
n = testCase->
getChildElement
("m");
244
n = testCase->
getChildElement
("post");
[
all
...]
Completed in 174 milliseconds