Lines Matching defs:getValue
738 virtual String getValue()
800 virtual String getValue()
1023 return attributes[i].getValue();
1041 String res = elems[0]->getValue();
1079 attributes[i].getValue().c_str());
2915 bool getValue(Element *elem, String &result);
4717 bool MakeBase::getValue(Element *elem, String &result)
4719 String s = elem->getValue();
7002 if (!parent.getValue(child, flagsOpt))
7008 if (!parent.getValue(child, cxxflagsOpt))
7014 if (!parent.getValue(child, includesOpt))
7020 if (!parent.getValue(child, definesOpt))
7732 if (!parent.getValue(elem, textOpt))
8095 if (!parent.getValue(child, flagsOpt))
8101 if (!parent.getValue(child, libsOpt))
8180 if (!parent.getValue(elem, textOpt))
8594 if (!parent.getValue(child, flagsOpt))
8728 if (!parent.getValue(child, libsOpt))
9769 String attrVal = attrs[i].getValue();
9920 description = parser.trim(elem->getValue());