Home
last modified time | relevance | path

Searched defs:GetDeprecated (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1811 func (x *FileOptions) GetDeprecated() bool { func
2012 func (x *MessageOptions) GetDeprecated() bool { func
2199 func (x *FieldOptions) GetDeprecated() bool { func
2361 func (x *EnumOptions) GetDeprecated() bool { func
2435 func (x *EnumValueOptions) GetDeprecated() bool { func
2501 func (x *ServiceOptions) GetDeprecated() bool { func
2569 func (x *MethodOptions) GetDeprecated() bool { func
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h174 std::optional<uint32_t> GetDeprecated() const { return deprecated_major_; } in GetDeprecated() function