Searched defs:Primitive (Results 1 – 6 of 6) sorted by relevance
23 public class Primitive { class36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) { in Primitive() method in Primitive
823 union Primitive { union834 Primitive(uint64_t value) : u64(value) { } in Primitive() function835 Primitive(int64_t value) : i64(value) { } in Primitive() function836 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive() function837 Primitive(uint32_t value) : u32(value) { } in Primitive() function838 Primitive(int32_t value) : i32(value) { } in Primitive() function839 Primitive(c2_cntr32_t value) : c32(value) { } in Primitive() function840 Primitive(uint8_t value) : u32(value) { } in Primitive() function841 Primitive(char value) : i32(value) { } in Primitive() function842 Primitive(float value) : fp(value) { } in Primitive() function[all …]
46 inline operator C2Value::Primitive() { return (T)_mValue; } in Primitive() function
29 enum Primitive { enum
49 public enum Primitive { enum in Mesh87 Primitive(int id) { in Primitive() method in Mesh.Primitive
352 message Primitive { message