Searched defs:Primitive (Results 1 – 6 of 6) sorted by relevance
832 union Primitive { union843 Primitive(uint64_t value) : u64(value) { } in Primitive() function844 Primitive(int64_t value) : i64(value) { } in Primitive() function845 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive() function846 Primitive(uint32_t value) : u32(value) { } in Primitive() function847 Primitive(int32_t value) : i32(value) { } in Primitive() function848 Primitive(c2_cntr32_t value) : c32(value) { } in Primitive() function849 Primitive(uint8_t value) : u32(value) { } in Primitive() function850 Primitive(char value) : i32(value) { } in Primitive() function851 Primitive(float value) : fp(value) { } in Primitive() function[all …]
46 inline operator C2Value::Primitive() { return (T)_mValue; } in Primitive() function
31 enum Primitive { enum
51 public enum Primitive { enum in Mesh89 Primitive(int id) { in Primitive() method in Mesh.Primitive
383 message Primitive { message