Lines Matching refs:CHECK
63 CHECK(result.get()) << error_message << " for schema " << schema;
64 CHECK(result->IsType(base::Value::TYPE_LIST)) << " for schema " << schema;
74 CHECK(list->GetDictionary(i, &item))
119 CHECK(schema->GetString(key, &old_id));
138 CHECK(dict->GetWithoutPathExpansion(i.key(), &value));
153 CHECK(schema->GetList("types", &types));
156 CHECK(types->GetDictionary(i, &type));
209 CHECK(value.release()->GetAsDictionary(&schema));
212 CHECK(schema->GetString("namespace", &schema_namespace));
232 CHECK(unloaded_schemas_.empty());
284 CHECK(provider != dependency_providers_.end());
288 // Check to see if there are any parts of this API that are allowed in this
306 CHECK(feature) << full_name;
326 CHECK(feature);
357 CHECK(schemas_.end() != maybe_schema);