Lines Matching refs:atot
205 template<typename T> CheckedError atot(const char *s, Parser &parser, T *val) { in atot() function
215 inline CheckedError atot<Offset<void>>(const char *s, Parser &parser, in atot() function
1015 const auto done = !atot(id_str.c_str(), *this, &id).Check(); in ParseField()
1073 ECHECK(atot(elem->first.constant.c_str(), *this, &offset)); in ParseAnyValue()
1126 ECHECK(atot(constant.c_str(), *this, &enum_idx)); in ParseAnyValue()
1340 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
1344 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
1345 ECHECK(atot(field->value.constant.c_str(), *this, &valdef)); \ in ParseTable()
1358 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
1544 ECHECK(atot(val.constant.c_str(), *this, &elem)); \ in ParseVector()
1649 ECHECK(atot(val.constant.c_str(), *this, &elem)); \ in ParseArray()
1849 ECHECK(atot(e.constant.c_str(), *this, &x)); in ParseFunction()
2035 ECHECK(atot(e.constant.c_str(), *this, &val)); \ in ParseSingleValue()
2576 const auto done = !atot(id_str.c_str(), *this, &id).Check(); in ParseDecl()