Searched defs:Traits (Results 1 – 6 of 6) sorted by relevance
405 struct Traits { struct407 C2String name; ///< name of the component408 domain_t domain; ///< component domain409 kind_t kind; ///< component kind410 rank_t rank; ///< component rank411 C2String mediaType; ///< media type supported by the component412 C2String owner; ///< name of the component store owning this component418 std::vector<C2String> aliases; ///< name aliases for backward compatibility
586 struct Traits { struct587 C2String name; ///< allocator name588 id_t id; ///< allocator ID589 type_t supportedTypes; ///< supported allocation types590 C2MemoryUsage minimumUsage; ///< usage that is minimally required for allocations591 C2MemoryUsage maximumUsage; ///< usage that is maximally allowed for allocations
142 struct Traits : public BaseTraits { struct160 // Sanity check the options provided in Traits. argument
65 struct Traits { struct66 using Record = RecordType;67 static constexpr bool kUseStaticRecordSize = StaticSize;68 static constexpr uint32_t kStaticRecordCount = StaticCount;69 static constexpr uint32_t kMaxReservedRecords = MaxReserved;70 static constexpr uint32_t kMinAvailableRecords = MinAvailable;71 static constexpr uint32_t kMinRecordCount = MaxReserved + MinAvailable;
19 typedef FunctionTraits<Signature_> Traits; typedef
55 using Traits = C2Component::Traits; typedef