Home
last modified time | relevance | path

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

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