Searched refs:kItems (Results 1 – 6 of 6) sorted by relevance
18 const char kItems[] = "items"; variable
20 extern const char kItems[];
139 if (it.key() == schema::kItems) { in IsValidSchema()679 if (schema->GetDictionary(schema::kItems, &single_type)) { in ValidateArray()720 schema->GetList(schema::kItems, &tuple_type); in ValidateTuple()
414 ASSERT_TRUE(schema->GetList(schema::kItems, &items_schema)); in TestArrayTuple()
82 const size_t kItems = 20; in TEST() local84 for (size_t t = 0; t < kItems; ++t) { in TEST()98 for (size_t t = kItems; t > 0; --t) { in TEST()
406 if (schema.GetDictionary(schema::kItems, &items)) in DetermineStorageSizes()641 if (!schema.GetDictionary(schema::kItems, &dict)) { in ParseList()