Searched defs:Primitive (Results 1 – 8 of 8) sorted by relevance
124 type Primitive; typedef127 fn to_primitive(&self) -> Self::Primitive; in to_primitive()180 pub enum Primitive { enum189 impl From<i64> for Primitive { implementation194 impl From<i32> for Primitive { implementation199 impl From<Vec<u8>> for Primitive { implementation216 impl TryInto<i64> for Primitive { implementation226 impl TryInto<i32> for Primitive { implementation236 impl TryInto<Vec<u8>> for Primitive { implementation
23 public class Primitive { class36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) { in Primitive() method in Primitive
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() function855 Primitive(E 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