Home
last modified time | relevance | path

Searched refs:atot (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_parser.cpp105 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()
[all …]