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
44
CElement::CElement(const string &strName) :
_strName
(strName)
99
if (!
_strName
.empty()) {
233
_strName
= strName;
238
return
_strName
;
265
if (!
_strName
.empty()) {
267
return
_strName
;
Element.h
187
std::string
_strName
;
Completed in 39 milliseconds