Home | History | Annotate | Download | only in toco

Lines Matching full:optional_arrays

1623     DCHECK(!optional_arrays.count(name));
1632 DCHECK(!arrays.count(name) && !optional_arrays.count(name));
1633 optional_arrays.insert(name);
1636 return optional_arrays.count(name);
1654 std::set<string> optional_arrays;