OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tuple_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
json_schema_validator.cc
381
ListValue*
tuple_type
= NULL;
local
382
schema->GetList("items", &
tuple_type
);
383
size_t tuple_size =
tuple_type
?
tuple_type
->GetSize() : 0;
384
if (
tuple_type
) {
389
CHECK(
tuple_type
->GetDictionary(i, &item_schema));
/external/chromium_org/components/json_schema/
json_schema_validator.cc
638
const base::ListValue*
tuple_type
= NULL;
local
639
schema->GetList(schema::kItems, &
tuple_type
);
640
size_t tuple_size =
tuple_type
?
tuple_type
->GetSize() : 0;
641
if (
tuple_type
) {
646
CHECK(
tuple_type
->GetDictionary(i, &item_schema));
Completed in 85 milliseconds