Searched refs:SampleValue (Results 1 – 4 of 4) sorted by relevance
81 class SampleValue;485 class SampleValue : public Item class488 SampleValue (void) : Item(TYPE_SAMPLEVALUE) {} in SampleValue() function in xe::ri::SampleValue489 ~SampleValue (void) {} in ~SampleValue()
705 ri::SampleValue* value = sample->values.allocItem<ri::SampleValue>(); in handleElementStart()761 ri::SampleValue* value = static_cast<ri::SampleValue*>(curItem); in handleElementEnd()
481 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()