OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pComponentLibrary
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/upstream/parameter/
XmlParameterSerializingContext.cpp
46
_pComponentLibrary
= pComponentLibrary;
51
return
_pComponentLibrary
;
XmlParameterSerializingContext.h
51
const CComponentLibrary *
_pComponentLibrary
{nullptr};
Subsystem.cpp
47
: base(strName),
_pComponentLibrary
(new CComponentLibrary),
72
delete
_pComponentLibrary
;
108
parameterBuildContext.setComponentLibrary(
_pComponentLibrary
);
130
if (!
_pComponentLibrary
->fromXml(childElement, serializingContext)) {
Subsystem.h
246
CComponentLibrary *
_pComponentLibrary
;
Completed in 52 milliseconds