Searched refs:atot (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/src/ |
D | idl_parser.cpp | 165 inline CheckedError atot(const char *s, Parser &parser, T *val) { in atot() function 175 inline CheckedError atot<Offset<void>>(const char *s, Parser &parser, in atot() function 912 ECHECK(atot(elem->first.constant.c_str(), *this, &offset)); in ParseAnyValue() 963 ECHECK(atot(constant.c_str(), *this, &enum_idx)); in ParseAnyValue() 1176 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable() 1180 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable() 1181 ECHECK(atot(field->value.constant.c_str(), *this, &valdef)); \ in ParseTable() 1194 ECHECK(atot(field_value.constant.c_str(), *this, &val)); \ in ParseTable() 1315 ECHECK(atot(val.constant.c_str(), *this, &elem)); \ in ParseVector() 1430 ECHECK(atot(val.constant.c_str(), *this, &elem)); \ in ParseArray() [all …]
|