Home
last modified time | relevance | path

Searched defs:property_string (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp76 class property_string { class
78 property_string(property_buffer &buf) : buf(buf) { in property_string() function in clover::detail::property_string
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1527 uintptr_t property_string = ((uintptr_t) (property)) & (0x3 << ECMA_PROPERTY_NAME_TYPE_SHIFT); in ecma_property_to_string() local