Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh104 bool apply_value (hb_ot_apply_context_t *c, in apply_value() function
532 valueFormat.apply_value (c, this, values, buffer->cur_pos()); in apply()
617 valueFormat.apply_value (c, this, in apply()
848 if (valueFormats[0].apply_value (c, this, &record->values[0], buffer->cur_pos()) | in apply()
849 valueFormats[1].apply_value (c, this, &record->values[len1], buffer->pos[pos])) in apply()
1078 if (valueFormat1.apply_value (c, this, v, buffer->cur_pos()) | in apply()
1079 valueFormat2.apply_value (c, this, v + len1, buffer->pos[skippy_iter.idx])) in apply()
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py376 def apply_value(name: str, value: Union['FieldValue', function
404 new_fields[name] = apply_value(name, value)