class GeneratedCodeInfo_Annotation

Defined at line 1749 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages
static GeneratedCodeInfo_Annotation_Semantic NONE
static GeneratedCodeInfo_Annotation_Semantic SET
static GeneratedCodeInfo_Annotation_Semantic ALIAS
static GeneratedCodeInfo_Annotation_Semantic Semantic_MIN
static GeneratedCodeInfo_Annotation_Semantic Semantic_MAX
static const int Semantic_ARRAYSIZE

Public Methods

void CopyFrom (const GeneratedCodeInfo_Annotation & from)
void Clear ()
::size_t ByteSizeLong ()
void GeneratedCodeInfo_Annotation ()

Defined at line 1752 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void GeneratedCodeInfo_Annotation (const GeneratedCodeInfo_Annotation & from)

Defined at line 1767 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void GeneratedCodeInfo_Annotation (GeneratedCodeInfo_Annotation && from)

Defined at line 1768 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

GeneratedCodeInfo_Annotation & operator= (const GeneratedCodeInfo_Annotation & from)

Defined at line 1769 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

GeneratedCodeInfo_Annotation & operator= (GeneratedCodeInfo_Annotation && from)

Defined at line 1773 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::UnknownFieldSet & unknown_fields ()

Defined at line 1783 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()

Defined at line 1787 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Descriptor * descriptor ()

Defined at line 1792 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Descriptor * GetDescriptor ()

Defined at line 1795 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Reflection * GetReflection ()

Defined at line 1799 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const GeneratedCodeInfo_Annotation & default_instance ()

Defined at line 1802 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void Swap (GeneratedCodeInfo_Annotation * other)

Defined at line 1807 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void UnsafeArenaSwap (GeneratedCodeInfo_Annotation * other)

Defined at line 1815 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

GeneratedCodeInfo_Annotation * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 1823 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void MergeFrom (const GeneratedCodeInfo_Annotation & from)

Defined at line 1830 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool IsInitialized ()

Defined at line 1837 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

int GetCachedSize ()

Defined at line 1861 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

template <typename T>
const ::std::string & Semantic_Name (T value)

Defined at line 1908 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool Semantic_Parse (::absl::string_view name, Semantic * value)

Defined at line 1911 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void ~GeneratedCodeInfo_Annotation ()
template <typename = void>
void GeneratedCodeInfo_Annotation (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
bool Semantic_IsValid (int value)

Defined at line 1898 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::EnumDescriptor * Semantic_descriptor ()

Defined at line 1904 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

int path_size ()

repeated int32 path = 1 [packed = true];

Defined at line 22768 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_path ()

Defined at line 22771 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::int32_t path (int index)

Defined at line 22776 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_path (int index, ::int32_t value)

Defined at line 22780 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void add_path (::int32_t value)

Defined at line 22784 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::RepeatedField< ::int32_t> & path ()

Defined at line 22792 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::RepeatedField< ::int32_t> * mutable_path ()

Defined at line 22797 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_source_file ()

optional string source_file = 2;

Defined at line 22816 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_source_file ()

Defined at line 22820 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::std::string & source_file ()

Defined at line 22825 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

template <typename Arg_ = const ::std::string&, typename... Args_>
void set_source_file (Arg_ && arg, Args_... args)

Defined at line 22831 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * mutable_source_file ()

Defined at line 22837 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * release_source_file ()

Defined at line 22856 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_allocated_source_file (::std::string * value)

Defined at line 22869 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_begin ()

optional int32 begin = 3;

Defined at line 22884 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_begin ()

Defined at line 22888 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::int32_t begin ()

Defined at line 22893 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_begin (::int32_t value)

Defined at line 22897 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_end ()

optional int32 end = 4;

Defined at line 22912 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_end ()

Defined at line 22916 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::int32_t end ()

Defined at line 22921 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_end (::int32_t value)

Defined at line 22925 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_semantic ()

optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;

Defined at line 22940 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_semantic ()

Defined at line 22944 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::GeneratedCodeInfo_Annotation_Semantic semantic ()

Defined at line 22949 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_semantic (::google::protobuf::GeneratedCodeInfo_Annotation_Semantic value)

Defined at line 22953 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

Enumerations

enum (unnamed) : int
Name Value
kPathFieldNumber 1
kSourceFileFieldNumber 2
kBeginFieldNumber 3
kEndFieldNumber 4
kSemanticFieldNumber 5

accessors -------------------------------------------------------

Defined at line 1917 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

Friends

class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view GeneratedCodeInfo_Annotation ()
void GeneratedCodeInfo_Annotation (GeneratedCodeInfo_Annotation & aGeneratedCodeInfo_Annotation & b)