Searched refs:SampleValue (Results 1 – 4 of 4) sorted by relevance
82 class SampleValue;494 class SampleValue : public Item class497 SampleValue (void) : Item(TYPE_SAMPLEVALUE) {} in SampleValue() function in xe::ri::SampleValue498 ~SampleValue (void) {} in ~SampleValue()
720 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()776 ri::SampleValue* value = static_cast<ri::SampleValue*>(curItem); in handleElementEnd()
490 const ri::SampleValue& value = static_cast<const ri::SampleValue&>(item); in writeResultItem()
67 …const xe::ri::SampleValue& value = static_cast<const xe::ri::SampleValue&>(sample.values.getItem(v… in writeSampleList()