Home
last modified time | relevance | path

Searched refs:DeprecatedAttribute (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_enum.cc108 DeprecatedAttribute(options_, descriptor_->value(i))); in GenerateDefinition()
218 DeprecatedAttribute(options_, descriptor_->value(j)); in GenerateSymbolImports()
Dcpp_field.cc72 (*variables)["deprecated_attr"] = DeprecatedAttribute(options, descriptor); in SetCommonFieldVariables()
Dcpp_helpers.h68 inline std::string DeprecatedAttribute(const Options& options, in DeprecatedAttribute() function
73 inline std::string DeprecatedAttribute(const Options& options, in DeprecatedAttribute() function