Lines Matching refs:atot
105 template<typename T> inline CheckedError atot(const char *s, Parser &parser, in atot() function
112 template<> inline CheckedError atot<uint64_t>(const char *s, Parser &parser, in atot() function
118 template<> inline CheckedError atot<bool>(const char *s, Parser &parser, in atot() function
124 template<> inline CheckedError atot<float>(const char *s, Parser &parser, in atot() function
130 template<> inline CheckedError atot<double>(const char *s, Parser &parser, in atot() function
137 template<> inline CheckedError atot<Offset<void>>(const char *s, Parser &parser, in atot() function
784 ECHECK(atot(constant.c_str(), *this, &enum_idx)); in ParseAnyValue()
903 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
907 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
908 ECHECK(atot(field->value.constant.c_str(), *this, &valdef)); \ in ParseTable()
922 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable()
978 ECHECK(atot(val.constant.c_str(), *this, &elem)); \ in ParseVector()