Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.h126 bool ParseAndSet(const reflection::Field* field, const std::string& value);
127 bool ParseAndSet(const FlatbufferFieldPath* path, const std::string& value);
Dmutable.cc171 bool MutableFlatbuffer::ParseAndSet(const reflection::Field* field, in ParseAndSet() function in libtextclassifier3::MutableFlatbuffer
196 bool MutableFlatbuffer::ParseAndSet(const FlatbufferFieldPath* path, in ParseAndSet() function in libtextclassifier3::MutableFlatbuffer
203 return parent->ParseAndSet(field, value); in ParseAndSet()
/external/libtextclassifier/native/actions/
Dutils.cc119 if (!buffer->ParseAndSet(group->entity_field(), match_text.ToString())) { in MergeEntityDataFromCapturingMatch()
Dactions-suggestions.cc1228 entity_data->ParseAndSet(mapping->entity_field(), in SuggestActionsFromAnnotation()
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc186 if (!entity_data->ParseAndSet(group->entity_field_path(), in InstantiateClassificationFromDerivation()
/external/libtextclassifier/native/annotator/
Dannotator.cc2598 if (!entity_data->ParseAndSet( in SerializedEntityDataFromRegexMatch()