Searched refs:ParseAndSet (Results 1 – 6 of 6) sorted by relevance
126 bool ParseAndSet(const reflection::Field* field, const std::string& value);127 bool ParseAndSet(const FlatbufferFieldPath* path, const std::string& value);
171 bool MutableFlatbuffer::ParseAndSet(const reflection::Field* field, in ParseAndSet() function in libtextclassifier3::MutableFlatbuffer196 bool MutableFlatbuffer::ParseAndSet(const FlatbufferFieldPath* path, in ParseAndSet() function in libtextclassifier3::MutableFlatbuffer203 return parent->ParseAndSet(field, value); in ParseAndSet()
119 if (!buffer->ParseAndSet(group->entity_field(), match_text.ToString())) { in MergeEntityDataFromCapturingMatch()
1228 entity_data->ParseAndSet(mapping->entity_field(), in SuggestActionsFromAnnotation()
186 if (!entity_data->ParseAndSet(group->entity_field_path(), in InstantiateClassificationFromDerivation()
2598 if (!entity_data->ParseAndSet( in SerializedEntityDataFromRegexMatch()