Searched refs:TrySetOrAddValue (Results 1 – 1 of 1) sorted by relevance
/external/libtextclassifier/native/utils/grammar/semantics/evaluators/ |
D | compose-eval.cc | 69 Status TrySetOrAddValue(const FlatbufferFieldPath* field_path, in TrySetOrAddValue() function 111 TrySetOrAddValue<bool>(field->path(), value, result.get())); in Apply() 116 TrySetOrAddValue<int8>(field->path(), value, result.get())); in Apply() 121 TrySetOrAddValue<uint8>(field->path(), value, result.get())); in Apply() 126 TrySetOrAddValue<int16>(field->path(), value, result.get())); in Apply() 131 TrySetOrAddValue<uint16>(field->path(), value, result.get())); in Apply() 136 TrySetOrAddValue<int32>(field->path(), value, result.get())); in Apply() 141 TrySetOrAddValue<uint32>(field->path(), value, result.get())); in Apply() 146 TrySetOrAddValue<int64>(field->path(), value, result.get())); in Apply() 151 TrySetOrAddValue<uint64>(field->path(), value, result.get())); in Apply() [all …]
|