Searched refs:attributeRes2 (Results 1 – 1 of 1) sorted by relevance
82 SchemaAttribute attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003() local83 attributeRes2.type = FieldType::LEAF_FIELD_INTEGER; in PreNumDataForParseAndCheckSchemaAttribute003()84 attributeRes2.hasDefaultValue = true; in PreNumDataForParseAndCheckSchemaAttribute003()85 attributeRes2.defaultValue.integerValue = 0; in PreNumDataForParseAndCheckSchemaAttribute003()86 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT +0"] = attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003()200 SchemaAttribute attributeRes2; variable201 attributeRes2.type = FieldType::LEAF_FIELD_STRING;202 attributeRes2.hasDefaultValue = true;203 attributeRes2.defaultValue.stringValue = "dasdads";204 g_schemaAttrDefTestDataDir["STRING,DEFAULT 'dasdads'"] = attributeRes2;