Home | History | Annotate | Download | only in common

Lines Matching defs:schema

9 #include "components/policy/core/common/schema.h"
64 Schema schema = Schema::Parse(kTestSchema, &error);
65 ASSERT_TRUE(schema.valid()) << error;
77 schema);
80 // Re-register also triggers notifications, because the Schema might have
84 schema);
100 components["abc"] = schema;
101 components["def"] = schema;
102 components["xyz"] = schema;
139 Schema schema = Schema::Parse(kTestSchema, &error);
140 ASSERT_TRUE(schema.valid()) << error;
150 schema);
168 schema);
174 schema);
181 schema);
230 schema);
232 schema);
261 Schema());