Searched refs:SCHEMA_VERSION (Results 1 – 4 of 4) sorted by relevance
170 const std::string SCHEMA_VERSION_STR_1 = R"("SCHEMA_VERSION": "1.0",)";171 const std::string SCHEMA_VERSION_STR_2 = R"("SCHEMA_VERSION": "2.0",)";172 const std::string SCHEMA_VERSION_STR_2_1 = R"("SCHEMA_VERSION": "2.1",)";173 const std::string SCHEMA_VERSION_STR_INVALID = R"("SCHEMA_VERSION": "awd3",)";
29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; variable234 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
29 static std::string SCHEMA_VERSION = "SCHEMA_VERSION"; variable236 { SCHEMA_VERSION, DEFAULT_SCHEMA_VERSION }, in Dump()
76 schemaString_ += R"("SCHEMA_VERSION":")" + schemaVersion_ + R"(",)"; in GenerateSchemaString()