Home
last modified time | relevance | path

Searched defs:GetMinor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/armnn/profiling/common/include/
H A DEncodeVersion.hpp51 uint32_t GetMinor() { return m_Minor; } in GetMinor() function in arm::pipe::Version
/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/semver/
H A Dsemver.pb.go94 func (x *SemVer) GetMinor() int32 { func
/aosp_15_r20/external/golang-protobuf/types/pluginpb/
H A Dplugin.pb.go167 func (x *Version) GetMinor() int32 { func
/aosp_15_r20/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.pb.go895 func (x *VulkanVersion) GetMinor() int32 { func
951 func (x *OpenGlVersion) GetMinor() int32 { func
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp940 uint8_t GetMinor(void) const { return (mMinorMajor & kMinorMask) >> kMinorOffset; } in GetMinor() function in ot::MeshCoP::VendorStackVersionTlv