Lines Matching refs:getValue
44 OS << (Property->getValue("Global") ? "true" : "false");
47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue");
48 bool hasDefaultEnumValue = Property->getValue("HasDefaultEnumValue");
49 bool hasDefaultStringValue = Property->getValue("HasDefaultStringValue");
50 bool hasElementType = Property->getValue("HasElementType");
64 !Property->getValue("HasDefaultBooleanValue")) &&
96 if (auto D = Property->getValue("DefaultStringValue")) {
98 OS << D->getValue()->getAsUnquotedString();
109 if (Property->getValue("EnumValues"))
116 if (auto D = Property->getValue("Description")) {
118 OS << D->getValue()->getAsUnquotedString();