Home | History | Annotate | Download | only in script_api

Lines Matching full:getvalue

229         const string s = scanner->getValue();
248 sscanf(scanner->getValue().c_str(), "%i", &intSize);
282 string value = scanner->getValue();
295 mSummary = scanner->getValue();
300 mDescription.push_back(scanner->getValue());
367 string name = scanner->getValue();
384 spec->mValue = scanner->getValue();
387 spec->mType = scanner->getValue();
396 string name = scanner->getValue();
414 spec->mSimpleType = scanner->getValue();
421 spec->mStructName = scanner->getValue();
423 string s = scanner->getValue();
432 spec->mEnumName = scanner->getValue();
434 string s = scanner->getValue();
442 spec->mAttribute = scanner->getValue();
555 const string value = scanner->getValue();
605 const string& unexpandedName = scanner->getValue();
633 spec->mInternal = (scanner->getValue() == "true");
636 spec->mIntrinsic = (scanner->getValue() == "true");
639 spec->mAttribute = scanner->getValue();
643 if (scanner->getValue().find("1") != string::npos) {
646 if (scanner->getValue().find("2") != string::npos) {
649 if (scanner->getValue().find("3") != string::npos) {
652 if (scanner->getValue().find("4") != string::npos) {
661 spec->mReplaceables.push_back(convertToTypeVector(scanner->getValue()));
692 spec->mInline.push_back(scanner->getValue());
817 mBriefDescription = scanner.getValue();
822 mFullDescription.push_back(scanner.getValue());
828 mVerbatimInclude.push_back(scanner.getValue());