Searched refs:atot (Results 1 – 1 of 1) sorted by relevance
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 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() [all …]
|