Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/profiling/common/include/
H A DEncodeVersion.hpp50 uint32_t GetMajor() { return m_Major; } in GetMajor() function in arm::pipe::Version
/aosp_15_r20/external/bazelbuild-remote-apis/build/bazel/semver/
H A Dsemver.pb.go87 func (x *SemVer) GetMajor() int32 { func
/aosp_15_r20/external/golang-protobuf/types/pluginpb/
H A Dplugin.pb.go160 func (x *Version) GetMajor() int32 { func
/aosp_15_r20/build/soong/cmd/extract_apks/bundle_proto/
H A Dtargeting.pb.go888 func (x *VulkanVersion) GetMajor() int32 { func
944 func (x *OpenGlVersion) GetMajor() int32 { func
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp959 uint8_t GetMajor(void) const { return (mMinorMajor & kMajorMask) >> kMajorOffset; } in GetMajor() function in ot::MeshCoP::VendorStackVersionTlv