Searched refs:ParseAndSet (Results 1 – 4 of 4) sorted by relevance
159 bool ReflectiveFlatbuffer::ParseAndSet(const reflection::Field* field, in ParseAndSet() function in libtextclassifier3::ReflectiveFlatbuffer202 bool ReflectiveFlatbuffer::ParseAndSet(const FlatbufferFieldPath* path, in ParseAndSet() function in libtextclassifier3::ReflectiveFlatbuffer209 return parent->ParseAndSet(field, value); in ParseAndSet()
247 bool ParseAndSet(const reflection::Field* field, const std::string& value);248 bool ParseAndSet(const FlatbufferFieldPath* path, const std::string& value);
161 return flatbuffer->ParseAndSet(field_path, group_text); in SetFieldFromCapturingGroup()
1141 entity_data->ParseAndSet(mapping->entity_field(), annotation.span.text); in SuggestActionsFromAnnotation()