Home
last modified time | relevance | path

Searched refs:kExpectedTypes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libchrome/components/json_schema/
H A Djson_schema_validator.cc80 static const ExpectedType kExpectedTypes[] = { in IsValidSchema() local
166 const ExpectedType* end = kExpectedTypes + arraysize(kExpectedTypes); in IsValidSchema()
168 kExpectedTypes, end, it.key(), CompareToString); in IsValidSchema()