Home
last modified time | relevance | path

Searched defs:TypeFor (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.hpp754 template <> struct Dataset::TypeFor<Dataset::kActiveTimestamp> { using Type = Timestamp; }; struct in ot::MeshCoP::Dataset
755 template <> struct Dataset::TypeFor<Dataset::kPendingTimestamp> { using Type = Timestamp; }; argument
756 template <> struct Dataset::TypeFor<Dataset::kNetworkKey> { using Type = NetworkKey; }; struct in ot::MeshCoP::Dataset
757 template <> struct Dataset::TypeFor<Dataset::kNetworkName> { using Type = NetworkName; }; argument
758 template <> struct Dataset::TypeFor<Dataset::kExtendedPanId> { using Type = ExtendedPanId; }; struct in ot::MeshCoP::Dataset
759 template <> struct Dataset::TypeFor<Dataset::kMeshLocalPrefix> { using Type = Ip6::NetworkPrefix; … argument
760 template <> struct Dataset::TypeFor<Dataset::kDelay> { using Type = uint32_t; }; argument
761 template <> struct Dataset::TypeFor<Dataset::kPanId> { using Type = Mac::PanId; }; struct in ot::MeshCoP::Dataset
762 template <> struct Dataset::TypeFor<Dataset::kChannel> { using Type = uint16_t; }; struct in ot::MeshCoP::Dataset
763 template <> struct Dataset::TypeFor<Dataset::kPskc> { using Type = Pskc; }; argument
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go181 func TypeFor[T any]() *Type { func
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h878 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h878 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/frameworks/av/media/codec2/core/include/
H A DC2Param.h889 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h878 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h878 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/codec2/core/include/
DC2Param.h887 inline static constexpr type_t TypeFor() { in TypeFor() function
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go3080 func TypeFor[T any]() Type { func