Searched refs:isText (Results 1 – 8 of 8) sorted by relevance
4 …isText(s)?r+=s.data:o.DomUtils.hasChildren(s)&&s.type!==o.ElementType.Comment&&s.type!==o.ElementT…
9074 * pname:isText specifies whether the returned data is text or opaque data.9075 If pname:isText is ename:VK_TRUE then the data returned in pname:pData9094 If pname:isText is ename:VK_TRUE and pname:pData is not `NULL` and
11428 vkStream->write((VkBool32*)&forMarshaling->isText, sizeof(VkBool32)); in marshal_VkPipelineExecutableInternalRepresentationKHR()11450 vkStream->read((VkBool32*)&forUnmarshaling->isText, sizeof(VkBool32)); in unmarshal_VkPipelineExecutableInternalRepresentationKHR()
7712 memcpy(*ptr, (VkBool32*)&forMarshaling->isText, sizeof(VkBool32)); in reservedmarshal_VkPipelineExecutableInternalRepresentationKHR()
14662 vkStream->write((VkBool32*)&forMarshaling->isText, sizeof(VkBool32)); in marshal_VkPipelineExecutableInternalRepresentationKHR()14696 vkStream->read((VkBool32*)&forUnmarshaling->isText, sizeof(VkBool32)); in unmarshal_VkPipelineExecutableInternalRepresentationKHR()
11306 memcpy((VkBool32*)&forUnmarshaling->isText, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPipelineExecutableInternalRepresentationKHR()
10015 VkBool32 isText; member
11092 VULKAN_HPP_HASH_COMBINE( seed, pipelineExecutableInternalRepresentationKHR.isText ); in operator ()()