Searched refs:fDouble3_Type (Results 1 – 4 of 4) sorted by relevance
40 case 3: return *context.fDouble3_Type; in index_type()
44 case 3: return *context.fDouble3_Type; in get_type()
123 case 3: return *context.fDouble3_Type; in toCompound()
26 , fDouble3_Type(new Type("double3", *fDouble_Type, 3)) in Context()152 fDouble3_Type.get(), fDouble4_Type.get() }))182 fDouble3_Type.get(), fDouble4_Type.get() }))212 const std::unique_ptr<Type> fDouble3_Type; variable