Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.cc56 bool ParseAndSetField(const reflection::Field* field, in ParseAndSetField() function
181 return ParseAndSetField<std::string>(field, value, this); in ParseAndSet()
183 return ParseAndSetField<int32>(field, value, this); in ParseAndSet()
185 return ParseAndSetField<int64>(field, value, this); in ParseAndSet()
187 return ParseAndSetField<float>(field, value, this); in ParseAndSet()
189 return ParseAndSetField<double>(field, value, this); in ParseAndSet()