Searched defs:Primitive (Results 1 – 5 of 5) sorted by relevance
834 union Primitive { union845 Primitive(uint64_t value) : u64(value) { } in Primitive() function846 Primitive(int64_t value) : i64(value) { } in Primitive() function847 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive() function848 Primitive(uint32_t value) : u32(value) { } in Primitive() function849 Primitive(int32_t value) : i32(value) { } in Primitive() function850 Primitive(c2_cntr32_t value) : c32(value) { } in Primitive() function851 Primitive(uint8_t value) : u32(value) { } in Primitive() function852 Primitive(char value) : i32(value) { } in Primitive() function853 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
406 message Primitive { message