Searched refs:g_schemaAttrDefTestDataDir (Results 1 – 1 of 1) sorted by relevance
55 map<string, SchemaAttribute> g_schemaAttrDefTestDataDir; variable73 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT 0"] = attributeRes; in PreNumDataForParseAndCheckSchemaAttribute003()86 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT +0"] = attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003()92 g_schemaAttrDefTestDataDir["LONG, DEFAULT -0"] = attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003()124 g_schemaAttrDefTestDataDir["DOUBLE,DEFAULT 0.0"] = attributeRes7; in PreDoubleDataForParseAndCheckSchemaAttribute003()130 g_schemaAttrDefTestDataDir["DOUBLE,DEFAULT 0."] = attributeRes8; in PreDoubleDataForParseAndCheckSchemaAttribute003()193 g_schemaAttrDefTestDataDir["INTEGER"] = attributeRes;198 g_schemaAttrDefTestDataDir["BOOL, NOT NULL"] = attributeRes1;223 for (auto &iter : g_schemaAttrDefTestDataDir) {297 g_schemaAttrDefTestDataDir.clear();[all …]