OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_strName
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
Element.cpp
45
CElement::CElement(const string &strName) :
_strName
(strName)
100
if (!
_strName
.empty()) {
237
_strName
= strName;
242
return
_strName
;
269
if (!
_strName
.empty()) {
271
return
_strName
;
Element.h
188
std::string
_strName
;
Completed in 261 milliseconds