Home
last modified time | relevance | path

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

/external/python/pybind11/docs/advanced/cast/
Dindex.rst28 is provided in the table ":ref:`conversion_table`".
/external/virglrenderer/src/
Dvrend_shader.c351 static const struct vrend_shader_table conversion_table[] = variable
412 if (key >= ARRAY_SIZE(conversion_table)) { in get_string()
414 return conversion_table[TYPE_CONVERSION_NONE].string; in get_string()
417 return conversion_table[key].string; in get_string()