Namespaces
Enumerations
enum Field_Cardinality : int
| Name | Value |
|---|---|
| Field_Cardinality_CARDINALITY_UNKNOWN | 0 |
| Field_Cardinality_CARDINALITY_OPTIONAL | 1 |
| Field_Cardinality_CARDINALITY_REQUIRED | 2 |
| Field_Cardinality_CARDINALITY_REPEATED | 3 |
| Field_Cardinality_Field_Cardinality_INT_MIN_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::min() |
| Field_Cardinality_Field_Cardinality_INT_MAX_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::max() |
Defined at line 178 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
enum ExtensionRangeOptions_VerificationState : int
| Name | Value |
|---|---|
| ExtensionRangeOptions_VerificationState_DECLARATION | 0 |
| ExtensionRangeOptions_VerificationState_UNVERIFIED | 1 |
Defined at line 442 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum Field_Kind : int
| Name | Value |
|---|---|
| Field_Kind_TYPE_UNKNOWN | 0 |
| Field_Kind_TYPE_DOUBLE | 1 |
| Field_Kind_TYPE_FLOAT | 2 |
| Field_Kind_TYPE_INT64 | 3 |
| Field_Kind_TYPE_UINT64 | 4 |
| Field_Kind_TYPE_INT32 | 5 |
| Field_Kind_TYPE_FIXED64 | 6 |
| Field_Kind_TYPE_FIXED32 | 7 |
| Field_Kind_TYPE_BOOL | 8 |
| Field_Kind_TYPE_STRING | 9 |
| Field_Kind_TYPE_GROUP | 10 |
| Field_Kind_TYPE_MESSAGE | 11 |
| Field_Kind_TYPE_BYTES | 12 |
| Field_Kind_TYPE_UINT32 | 13 |
| Field_Kind_TYPE_ENUM | 14 |
| Field_Kind_TYPE_SFIXED32 | 15 |
| Field_Kind_TYPE_SFIXED64 | 16 |
| Field_Kind_TYPE_SINT32 | 17 |
| Field_Kind_TYPE_SINT64 | 18 |
| Field_Kind_Field_Kind_INT_MIN_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::min() |
| Field_Kind_Field_Kind_INT_MAX_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::max() |
Defined at line 121 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
enum FeatureSet_EnforceNamingStyle : int
| Name | Value |
|---|---|
| FeatureSet_EnforceNamingStyle_ENFORCE_NAMING_STYLE_UNKNOWN | 0 |
| FeatureSet_EnforceNamingStyle_STYLE2024 | 1 |
| FeatureSet_EnforceNamingStyle_STYLE_LEGACY | 2 |
| FeatureSet_EnforceNamingStyle_STYLE2026 | 3 |
Defined at line 1058 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum Syntax : int
| Name | Value |
|---|---|
| SYNTAX_PROTO2 | 0 |
| SYNTAX_PROTO3 | 1 |
| SYNTAX_EDITIONS | 2 |
| Syntax_INT_MIN_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::min() |
| Syntax_INT_MAX_SENTINEL_DO_NOT_USE_ | ::std::numeric_limits<::int32_t>::max() |
Defined at line 220 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
enum FeatureSet_EnumType : int
| Name | Value |
|---|---|
| FeatureSet_EnumType_ENUM_TYPE_UNKNOWN | 0 |
| FeatureSet_EnumType_OPEN | 1 |
| FeatureSet_EnumType_CLOSED | 2 |
Defined at line 873 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_FieldPresence : int
| Name | Value |
|---|---|
| FeatureSet_FieldPresence_FIELD_PRESENCE_UNKNOWN | 0 |
| FeatureSet_FieldPresence_EXPLICIT | 1 |
| FeatureSet_FieldPresence_IMPLICIT | 2 |
| FeatureSet_FieldPresence_LEGACY_REQUIRED | 3 |
Defined at line 835 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_JsonFormat : int
| Name | Value |
|---|---|
| FeatureSet_JsonFormat_JSON_FORMAT_UNKNOWN | 0 |
| FeatureSet_JsonFormat_ALLOW | 1 |
| FeatureSet_JsonFormat_LEGACY_BEST_EFFORT | 2 |
Defined at line 1021 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_MessageEncoding : int
| Name | Value |
|---|---|
| FeatureSet_MessageEncoding_MESSAGE_ENCODING_UNKNOWN | 0 |
| FeatureSet_MessageEncoding_LENGTH_PREFIXED | 1 |
| FeatureSet_MessageEncoding_DELIMITED | 2 |
Defined at line 984 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_RepeatedFieldEncoding : int
| Name | Value |
|---|---|
| FeatureSet_RepeatedFieldEncoding_REPEATED_FIELD_ENCODING_UNKNOWN | 0 |
| FeatureSet_RepeatedFieldEncoding_PACKED | 1 |
| FeatureSet_RepeatedFieldEncoding_EXPANDED | 2 |
Defined at line 910 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_Utf8Validation : int
| Name | Value |
|---|---|
| FeatureSet_Utf8Validation_UTF8_VALIDATION_UNKNOWN | 0 |
| FeatureSet_Utf8Validation_VERIFY | 2 |
| FeatureSet_Utf8Validation_NONE | 3 |
Defined at line 947 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility : int
| Name | Value |
|---|---|
| FeatureSet_VisibilityFeature_DefaultSymbolVisibility_DEFAULT_SYMBOL_VISIBILITY_UNKNOWN | 0 |
| FeatureSet_VisibilityFeature_DefaultSymbolVisibility_EXPORT_ALL | 1 |
| FeatureSet_VisibilityFeature_DefaultSymbolVisibility_EXPORT_TOP_LEVEL | 2 |
| FeatureSet_VisibilityFeature_DefaultSymbolVisibility_LOCAL_ALL | 3 |
| FeatureSet_VisibilityFeature_DefaultSymbolVisibility_STRICT | 4 |
Defined at line 796 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldDescriptorProto_Label : int
| Name | Value |
|---|---|
| FieldDescriptorProto_Label_LABEL_OPTIONAL | 1 |
| FieldDescriptorProto_Label_LABEL_REPEATED | 3 |
| FieldDescriptorProto_Label_LABEL_REQUIRED | 2 |
Defined at line 530 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldDescriptorProto_Type : int
| Name | Value |
|---|---|
| FieldDescriptorProto_Type_TYPE_DOUBLE | 1 |
| FieldDescriptorProto_Type_TYPE_FLOAT | 2 |
| FieldDescriptorProto_Type_TYPE_INT64 | 3 |
| FieldDescriptorProto_Type_TYPE_UINT64 | 4 |
| FieldDescriptorProto_Type_TYPE_INT32 | 5 |
| FieldDescriptorProto_Type_TYPE_FIXED64 | 6 |
| FieldDescriptorProto_Type_TYPE_FIXED32 | 7 |
| FieldDescriptorProto_Type_TYPE_BOOL | 8 |
| FieldDescriptorProto_Type_TYPE_STRING | 9 |
| FieldDescriptorProto_Type_TYPE_GROUP | 10 |
| FieldDescriptorProto_Type_TYPE_MESSAGE | 11 |
| FieldDescriptorProto_Type_TYPE_BYTES | 12 |
| FieldDescriptorProto_Type_TYPE_UINT32 | 13 |
| FieldDescriptorProto_Type_TYPE_ENUM | 14 |
| FieldDescriptorProto_Type_TYPE_SFIXED32 | 15 |
| FieldDescriptorProto_Type_TYPE_SFIXED64 | 16 |
| FieldDescriptorProto_Type_TYPE_SINT32 | 17 |
| FieldDescriptorProto_Type_TYPE_SINT64 | 18 |
Defined at line 478 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldOptions_CType : int
| Name | Value |
|---|---|
| FieldOptions_CType_STRING | 0 |
| FieldOptions_CType_CORD | 1 |
| FieldOptions_CType_STRING_PIECE | 2 |
Defined at line 604 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldOptions_JSType : int
| Name | Value |
|---|---|
| FieldOptions_JSType_JS_NORMAL | 0 |
| FieldOptions_JSType_JS_STRING | 1 |
| FieldOptions_JSType_JS_NUMBER | 2 |
Defined at line 641 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum Edition : int
| Name | Value |
|---|---|
| EDITION_UNKNOWN | 0 |
| EDITION_LEGACY | 900 |
| EDITION_PROTO2 | 998 |
| EDITION_PROTO3 | 999 |
| EDITION_2023 | 1000 |
| EDITION_2024 | 1001 |
| EDITION_2026 | 1002 |
| EDITION_UNSTABLE | 9999 |
| EDITION_1_TEST_ONLY | 1 |
| EDITION_2_TEST_ONLY | 2 |
| EDITION_99997_TEST_ONLY | 99997 |
| EDITION_99998_TEST_ONLY | 99998 |
| EDITION_99999_TEST_ONLY | 99999 |
| EDITION_MAX | 2147483647 |
Defined at line 1133 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum SymbolVisibility : int
| Name | Value |
|---|---|
| VISIBILITY_UNSET | 0 |
| VISIBILITY_LOCAL | 1 |
| VISIBILITY_EXPORT | 2 |
Defined at line 1175 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldOptions_OptionRetention : int
| Name | Value |
|---|---|
| FieldOptions_OptionRetention_RETENTION_UNKNOWN | 0 |
| FieldOptions_OptionRetention_RETENTION_RUNTIME | 1 |
| FieldOptions_OptionRetention_RETENTION_SOURCE | 2 |
Defined at line 678 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FieldOptions_OptionTargetType : int
| Name | Value |
|---|---|
| FieldOptions_OptionTargetType_TARGET_TYPE_UNKNOWN | 0 |
| FieldOptions_OptionTargetType_TARGET_TYPE_FILE | 1 |
| FieldOptions_OptionTargetType_TARGET_TYPE_EXTENSION_RANGE | 2 |
| FieldOptions_OptionTargetType_TARGET_TYPE_MESSAGE | 3 |
| FieldOptions_OptionTargetType_TARGET_TYPE_FIELD | 4 |
| FieldOptions_OptionTargetType_TARGET_TYPE_ONEOF | 5 |
| FieldOptions_OptionTargetType_TARGET_TYPE_ENUM | 6 |
| FieldOptions_OptionTargetType_TARGET_TYPE_ENUM_ENTRY | 7 |
| FieldOptions_OptionTargetType_TARGET_TYPE_SERVICE | 8 |
| FieldOptions_OptionTargetType_TARGET_TYPE_METHOD | 9 |
Defined at line 715 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum FileOptions_OptimizeMode : int
| Name | Value |
|---|---|
| FileOptions_OptimizeMode_SPEED | 1 |
| FileOptions_OptimizeMode_CODE_SIZE | 2 |
| FileOptions_OptimizeMode_LITE_RUNTIME | 3 |
Defined at line 567 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum GeneratedCodeInfo_Annotation_Semantic : int
| Name | Value |
|---|---|
| GeneratedCodeInfo_Annotation_Semantic_NONE | 0 |
| GeneratedCodeInfo_Annotation_Semantic_SET | 1 |
| GeneratedCodeInfo_Annotation_Semantic_ALIAS | 2 |
Defined at line 1096 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum MethodOptions_IdempotencyLevel : int
| Name | Value |
|---|---|
| MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN | 0 |
| MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS | 1 |
| MethodOptions_IdempotencyLevel_IDEMPOTENT | 2 |
Defined at line 759 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
enum class ExtDeclEnforcementLevel : uint8_t
| Name | Value | Comments |
|---|---|---|
| kNoEnforcement | 0 |
No enforcement. |
| kCustomExtensions | 1 |
All extensions excluding descriptor.proto extensions |
| kAllExtensions | 2 |
All extensions including descriptor.proto extensions. |
Defined at line 2254 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
Records
-
class Any -
class AnyGlobalsTypeInternal -
class Arena -
class ArenaOptions -
class ArenaOptionsTestFriend -
class AssignDescriptorsHelper -
class BigEndian -
class ConstMapIterator -
class DebugStringOptions -
class Descriptor -
class DescriptorBuilder -
class DescriptorDatabase -
class DescriptorPool -
class DescriptorPoolDatabase -
class DescriptorPoolDatabaseOptions -
class DescriptorProto -
class DescriptorProtoGlobalsTypeInternal -
class DescriptorProto_ExtensionRange -
class DescriptorProto_ExtensionRangeGlobalsTypeInternal -
class DescriptorProto_ReservedRange -
class DescriptorProto_ReservedRangeGlobalsTypeInternal -
class DynamicMessage -
class DynamicMessageFactory -
class EncodedDescriptorDatabase -
class Enum -
class EnumDescriptor -
class EnumDescriptorProto -
class EnumDescriptorProtoGlobalsTypeInternal -
class EnumDescriptorProto_EnumReservedRange -
class EnumDescriptorProto_EnumReservedRangeGlobalsTypeInternal -
class EnumGlobalsTypeInternal -
class EnumOptions -
class EnumOptionsGlobalsTypeInternal -
class EnumValue -
class EnumValueDescriptor -
class EnumValueDescriptorProto -
class EnumValueDescriptorProtoGlobalsTypeInternal -
class EnumValueGlobalsTypeInternal -
class EnumValueOptions -
class EnumValueOptionsGlobalsTypeInternal -
class ExtensionRangeOptions -
class ExtensionRangeOptionsGlobalsTypeInternal -
class ExtensionRangeOptions_Declaration -
class ExtensionRangeOptions_DeclarationGlobalsTypeInternal -
class FallbackMessageTraits -
class FastReflectionBase -
class FastReflectionMessageMutator -
class FastReflectionStringSetter -
class FeatureSet -
class FeatureSetDefaults -
class FeatureSetDefaultsGlobalsTypeInternal -
class FeatureSetDefaults_FeatureSetEditionDefault -
class FeatureSetDefaults_FeatureSetEditionDefaultGlobalsTypeInternal -
class FeatureSetGlobalsTypeInternal -
class FeatureSet_VisibilityFeature -
class FeatureSet_VisibilityFeatureGlobalsTypeInternal -
class Field -
class FieldDescriptor -
class FieldDescriptorLegacy -
class FieldDescriptorProto -
class FieldDescriptorProtoGlobalsTypeInternal -
class FieldGlobalsTypeInternal -
class FieldOptions -
class FieldOptionsGlobalsTypeInternal -
class FieldOptions_EditionDefault -
class FieldOptions_EditionDefaultGlobalsTypeInternal -
class FieldOptions_FeatureSupport -
class FieldOptions_FeatureSupportGlobalsTypeInternal -
class FileDescriptor -
class FileDescriptorLegacy -
class FileDescriptorProto -
class FileDescriptorProtoGlobalsTypeInternal -
class FileDescriptorSet -
class FileDescriptorSetGlobalsTypeInternal -
class FileDescriptorTables -
class FileOptions -
class FileOptionsGlobalsTypeInternal -
class GeneratedCodeInfo -
class GeneratedCodeInfoGlobalsTypeInternal -
class GeneratedCodeInfo_Annotation -
class GeneratedCodeInfo_AnnotationGlobalsTypeInternal -
class GeneratedMessageReflectionTestHelper -
class Map -
class MapIterator -
class MapIteratorBase -
class MapIteratorBase<false> -
class MapIteratorBase<true> -
class MapKey -
class MapReflectionTester -
class MapValueConstRef -
class MapValueRef -
class MergedDescriptorDatabase -
class Message -
class MessageFactory -
class MessageLayoutInspector -
class MessageLite -
class MessageOptions -
class MessageOptionsGlobalsTypeInternal -
class Metadata -
class MethodDescriptor -
class MethodDescriptorProto -
class MethodDescriptorProtoGlobalsTypeInternal -
class MethodOptions -
class MethodOptionsGlobalsTypeInternal -
class MutableRepeatedFieldRef -
class MutableRepeatedFieldRef<T, typename std::enable_if<!std::is_base_of<Message, T>::value>::type> -
class MutableRepeatedFieldRef<T, typename std::enable_if<std::is_base_of<Message, T>::value>::type> -
class OneofDescriptor -
class OneofDescriptorLegacy -
class OneofDescriptorProto -
class OneofDescriptorProtoGlobalsTypeInternal -
class OneofOptions -
class OneofOptionsGlobalsTypeInternal -
class Option -
class OptionGlobalsTypeInternal -
class Reflection -
class RepeatedField -
class RepeatedFieldProxy -
class RepeatedFieldRef -
class RepeatedFieldRef<T, typename std::enable_if<!std::is_base_of<Message, T>::value>::type> -
class RepeatedFieldRef<T, typename std::enable_if<std::is_base_of<Message, T>::value>::type> -
class RepeatedPtrField -
class ServiceDescriptor -
class ServiceDescriptorProto -
class ServiceDescriptorProtoGlobalsTypeInternal -
class ServiceOptions -
class ServiceOptionsGlobalsTypeInternal -
class SimpleDescriptorDatabase -
class SourceCodeInfo -
class SourceCodeInfoGlobalsTypeInternal -
class SourceCodeInfo_Location -
class SourceCodeInfo_LocationGlobalsTypeInternal -
class SourceContext -
class SourceContextGlobalsTypeInternal -
class SourceLocation -
class Symbol -
class SymbolChecker -
class TextFormat -
class Type -
class TypeGlobalsTypeInternal -
class TypeId -
class UninterpretedOption -
class UninterpretedOptionGlobalsTypeInternal -
class UninterpretedOption_NamePart -
class UninterpretedOption_NamePartGlobalsTypeInternal -
class UnknownField -
class UnknownFieldSet -
class WeakRepeatedPtrField -
class WireFormatForMapFieldTest -
class ZeroCopyCodedInputStream -
class is_proto_enum -
class is_proto_enum<google::protobuf::ExtensionRangeOptions_VerificationState> -
class is_proto_enum<google::protobuf::FieldDescriptorProto_Type> -
class is_proto_enum<google::protobuf::FieldDescriptorProto_Label> -
class is_proto_enum<google::protobuf::FileOptions_OptimizeMode> -
class is_proto_enum<google::protobuf::FieldOptions_CType> -
class is_proto_enum<google::protobuf::FieldOptions_JSType> -
class is_proto_enum<google::protobuf::FieldOptions_OptionRetention> -
class is_proto_enum<google::protobuf::FieldOptions_OptionTargetType> -
class is_proto_enum<google::protobuf::MethodOptions_IdempotencyLevel> -
class is_proto_enum<google::protobuf::FeatureSet_VisibilityFeature_DefaultSymbolVisibility> -
class is_proto_enum<google::protobuf::FeatureSet_FieldPresence> -
class is_proto_enum<google::protobuf::FeatureSet_EnumType> -
class is_proto_enum<google::protobuf::FeatureSet_RepeatedFieldEncoding> -
class is_proto_enum<google::protobuf::FeatureSet_Utf8Validation> -
class is_proto_enum<google::protobuf::FeatureSet_MessageEncoding> -
class is_proto_enum<google::protobuf::FeatureSet_JsonFormat> -
class is_proto_enum<google::protobuf::FeatureSet_EnforceNamingStyle> -
class is_proto_enum<google::protobuf::GeneratedCodeInfo_Annotation_Semantic> -
class is_proto_enum<google::protobuf::Edition> -
class is_proto_enum<google::protobuf::SymbolVisibility> -
class is_proto_enum<google::protobuf::Field_Kind> -
class is_proto_enum<google::protobuf::Field_Cardinality> -
class is_proto_enum<google::protobuf::Syntax> -
class is_proto_enum<fuchsia::sensors::SensorType> -
class is_proto_enum<fuchsia::sensors::SensorWakeUpType> -
class is_proto_enum<fuchsia::sensors::SensorReportingMode> -
class is_proto_enum<OperationStatus> -
class is_proto_enum<cobalt::WindowSize> -
class is_proto_enum<cobalt::ReportDefinition_AggregateDefinition_AggregationFunction> -
class is_proto_enum<cobalt::ReportDefinition_ShuffledDifferentialPrivacyConfig_DevicePrivacyDependencySet> -
class is_proto_enum<cobalt::ReportDefinition_ReportType> -
class is_proto_enum<cobalt::ReportDefinition_ReportingInterval> -
class is_proto_enum<cobalt::ReportDefinition_LocalAggregationProcedure> -
class is_proto_enum<cobalt::ReportDefinition_PrivacyMechanism> -
class is_proto_enum<cobalt::SystemProfileSelectionPolicy> -
class is_proto_enum<cobalt::SystemProfileField> -
class is_proto_enum<cobalt::ReleaseStage> -
class is_proto_enum<cobalt::MetricDefinition_StructField_FieldType> -
class is_proto_enum<cobalt::MetricDefinition_MetricType> -
class is_proto_enum<cobalt::MetricDefinition_TimeZonePolicy> -
class is_proto_enum<cobalt::MetricUnits> -
class is_proto_enum<cobalt::MetricSemantics> -
class is_proto_enum<cobalt::SystemProfile_OS> -
class is_proto_enum<cobalt::SystemProfile_ARCH> -
class is_proto_enum<cobalt::SystemProfile_BuildType> -
class is_proto_enum<cobalt::EncryptedMessage_EncryptionScheme> -
class is_proto_enum<cobalt::clearcut_protos::LogSourceEnum::LogSource> -
class is_proto_enum<cobalt::clearcut_protos::ClientInfo_ClientType>
Functions
-
uint16_t GOOGLE_UNALIGNED_LOAD16 (const void * p)Defined at line 80 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
uint32_t GOOGLE_UNALIGNED_LOAD32 (const void * p)Defined at line 86 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
uint64_t GOOGLE_UNALIGNED_LOAD64 (const void * p)Defined at line 92 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
void GOOGLE_UNALIGNED_STORE16 (void * p, uint16_t v)Defined at line 98 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
void GOOGLE_UNALIGNED_STORE32 (void * p, uint32_t v)Defined at line 102 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
void GOOGLE_UNALIGNED_STORE64 (void * p, uint64_t v)Defined at line 106 of file ../../third_party/protobuf/src/src/google/protobuf/stubs/port.h
-
void swap (SourceContext & a, SourceContext & b)Defined at line 134 of file ../../third_party/protobuf/src/src/google/protobuf/source_context.pb.h
-
bool Field_Kind_IsValid (int value)Defined at line 152 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename T>const ::std::string & Field_Kind_Name (T value)Defined at line 162 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const ::std::string & Field_Kind_Name<google::protobuf::Field_Kind> (Field_Kind value)Defined at line 168 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
bool Field_Kind_Parse (::absl::string_view name, Field_Kind * value)Defined at line 173 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename Enum>auto EnumerateEnumValues ()Returns an iterable object that will yield all the enum labels for `Enum` in
the same order as specified in their EnumDescriptor.
The returned type is unspecified.
Defined at line 178 of file ../../third_party/protobuf/src/src/google/protobuf/generated_enum_reflection.h
-
void swap (Any & a, Any & b)Defined at line 193 of file ../../third_party/protobuf/src/src/google/protobuf/any.pb.h
-
bool Field_Cardinality_IsValid (int value)Defined at line 194 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
bool Field_Cardinality_Parse (::absl::string_view name, Field_Cardinality * value)Defined at line 215 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename Sink>void AbslStringify (Sink & sink, const google::protobuf::Message & message)Implementation of the `AbslStringify` interface. This adds something
similar to either `ShortDebugString()` or `DebugString()` to the sink.
Do not rely on exact format.
Defined at line 354 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
template <typename Sink>void AbslStringify (Sink & sink, Edition edition)Provide an Abseil formatter for edition names.
Defined at line 362 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
bool AbslParseFlag (absl::string_viewtext,Message *msg,std::string *error)Abseil flag support for Messages.
Flag syntax is `:format,options...:value` where:
- `format` is one of `text`, `serialized`.
- `options` is a possibly empty list of options. Each format has its
supported options.
- `value` is the payload in the specified format.
The valid options are:
* For `text`:
- `base64`: indicates that `value` is encoded as base64.
- `ignore_unknown`: when specified, unknown field/extensions are
dropped. Otherwise, they cause a parse failure.
* For `serialized`:
- `base64`: indicates that `value` is encoded as base64. It is
recommended to use `serialized` with `base64` given that passing
binary data in shells is difficult and error prone.
Defined at line 406 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
std::string AbslUnparseFlag (const Message & msg)Defined at line 410 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
template <typename Sink>void AbslStringify (Sink & sink, const Descriptor & d)Allows formatting with absl and gtest.
Defined at line 428 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
bool ExtensionRangeOptions_VerificationState_IsValid (int value)Defined at line 452 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool ExtensionRangeOptions_VerificationState_Parse (::absl::string_view name, ExtensionRangeOptions_VerificationState * value)Defined at line 473 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldDescriptorProto_Label_Name (T value)Defined at line 551 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldDescriptorProto_Label_Name<google::protobuf::FieldDescriptorProto_Label> (FieldDescriptorProto_Label value)Defined at line 557 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldDescriptorProto_Label_Parse (::absl::string_view name, FieldDescriptorProto_Label * value)Defined at line 562 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FileOptions_OptimizeMode_IsValid (int value)Defined at line 578 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FileOptions_OptimizeMode_Name (T value)Defined at line 588 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FileOptions_OptimizeMode_Name<google::protobuf::FileOptions_OptimizeMode> (FileOptions_OptimizeMode value)Defined at line 594 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FileOptions_OptimizeMode_Parse (::absl::string_view name, FileOptions_OptimizeMode * value)Defined at line 599 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_CType_IsValid (int value)Defined at line 615 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_CType_Parse (::absl::string_view name, FieldOptions_CType * value)Defined at line 636 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldOptions_JSType_Name<google::protobuf::FieldOptions_JSType> (FieldOptions_JSType value)Defined at line 668 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_JSType_Parse (::absl::string_view name, FieldOptions_JSType * value)Defined at line 673 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_OptionRetention_IsValid (int value)Defined at line 689 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename Sink>void AbslStringify (Sink & sink, const google::protobuf::MessageLite & msg)Implementation of the `AbslStringify` interface. This adds `DebugString()`
to the sink. Do not rely on exact format.
Defined at line 812 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const ::std::string & FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Name (T value)Defined at line 819 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Name<google::protobuf::FeatureSet_VisibilityFeature_DefaultSymbolVisibility> (FeatureSet_VisibilityFeature_DefaultSymbolVisibility value)Defined at line 825 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_VisibilityFeature_DefaultSymbolVisibility_Parse (::absl::string_view name, FeatureSet_VisibilityFeature_DefaultSymbolVisibility * value)Defined at line 830 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_FieldPresence_IsValid (int value)Defined at line 847 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_RepeatedFieldEncoding_IsValid (int value)Defined at line 921 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_RepeatedFieldEncoding_Name<google::protobuf::FeatureSet_RepeatedFieldEncoding> (FeatureSet_RepeatedFieldEncoding value)Defined at line 937 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_RepeatedFieldEncoding_Parse (::absl::string_view name, FeatureSet_RepeatedFieldEncoding * value)Defined at line 942 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_EnforceNamingStyle_Name<google::protobuf::FeatureSet_EnforceNamingStyle> (FeatureSet_EnforceNamingStyle value)Defined at line 1086 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_EnforceNamingStyle_Parse (::absl::string_view name, FeatureSet_EnforceNamingStyle * value)Defined at line 1091 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * Field_Kind_descriptor () -
std::string ShortFormat (const Message & message) -
std::string Utf8Format (const Message & message) -
const ::google::protobuf::EnumDescriptor * Field_Cardinality_descriptor () -
const ::google::protobuf::EnumDescriptor * ExtensionRangeOptions_VerificationState_descriptor () -
const ::google::protobuf::EnumDescriptor * FileOptions_OptimizeMode_descriptor () -
const ::google::protobuf::EnumDescriptor * FieldOptions_CType_descriptor () -
const ::google::protobuf::EnumDescriptor * FieldOptions_OptionRetention_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_VisibilityFeature_DefaultSymbolVisibility_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_FieldPresence_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_RepeatedFieldEncoding_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_EnforceNamingStyle_descriptor () -
const char * ParseLenDelim (intfield_number,const FieldDescriptor *field,Message *msg,const Reflection *reflection,const char *ptr,internal::ParseContext *ctx) -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (Field_Kind )Defined at line 158 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (Field_Cardinality )Defined at line 200 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename T>const ::std::string & Field_Cardinality_Name (T value)Defined at line 204 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const ::std::string & Field_Cardinality_Name<google::protobuf::Field_Cardinality> (Field_Cardinality value)Defined at line 210 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
bool Syntax_IsValid (int value)Defined at line 235 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename H>auto AbslHashValue (H state, const MapKey & key)Defined at line 240 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (Syntax )Defined at line 241 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <typename T>const ::std::string & Syntax_Name (T value)Defined at line 245 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const ::std::string & Syntax_Name<google::protobuf::Syntax> (Syntax value)Defined at line 251 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
bool Syntax_Parse (::absl::string_view name, Syntax * value)Defined at line 256 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (ExtensionRangeOptions_VerificationState )Defined at line 458 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & ExtensionRangeOptions_VerificationState_Name (T value)Defined at line 462 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & ExtensionRangeOptions_VerificationState_Name<google::protobuf::ExtensionRangeOptions_VerificationState> (ExtensionRangeOptions_VerificationState value)Defined at line 468 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldDescriptorProto_Type_IsValid (int value)Defined at line 504 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldDescriptorProto_Type_Name<google::protobuf::FieldDescriptorProto_Type> (FieldDescriptorProto_Type value)Defined at line 520 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldDescriptorProto_Type_Parse (::absl::string_view name, FieldDescriptorProto_Type * value)Defined at line 525 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldDescriptorProto_Label_IsValid (int value)Defined at line 541 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * FieldDescriptorProto_Type_descriptor () -
const ::google::protobuf::EnumDescriptor * FieldDescriptorProto_Label_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldDescriptorProto_Type )Defined at line 510 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldDescriptorProto_Type_Name (T value)Defined at line 514 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldDescriptorProto_Label )Defined at line 547 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FileOptions_OptimizeMode )Defined at line 584 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldOptions_CType )Defined at line 621 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldOptions_CType_Name (T value)Defined at line 625 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldOptions_CType_Name<google::protobuf::FieldOptions_CType> (FieldOptions_CType value)Defined at line 631 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_JSType_IsValid (int value)Defined at line 652 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * FieldOptions_JSType_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldOptions_JSType )Defined at line 658 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldOptions_JSType_Name (T value)Defined at line 662 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldOptions_OptionRetention )Defined at line 695 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldOptions_OptionRetention_Name (T value)Defined at line 699 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldOptions_OptionRetention_Name<google::protobuf::FieldOptions_OptionRetention> (FieldOptions_OptionRetention value)Defined at line 705 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_OptionRetention_Parse (::absl::string_view name, FieldOptions_OptionRetention * value)Defined at line 710 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_OptionTargetType_IsValid (int value)Defined at line 733 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FieldOptions_OptionTargetType_Name (T value)Defined at line 743 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FieldOptions_OptionTargetType_Name<google::protobuf::FieldOptions_OptionTargetType> (FieldOptions_OptionTargetType value)Defined at line 749 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FieldOptions_OptionTargetType_Parse (::absl::string_view name, FieldOptions_OptionTargetType * value)Defined at line 754 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * FieldOptions_OptionTargetType_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FieldOptions_OptionTargetType )Defined at line 739 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool MethodOptions_IdempotencyLevel_IsValid (int value)Defined at line 770 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool MethodOptions_IdempotencyLevel_Parse (::absl::string_view name, MethodOptions_IdempotencyLevel * value)Defined at line 791 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_VisibilityFeature_DefaultSymbolVisibility_IsValid (int value)Defined at line 809 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * MethodOptions_IdempotencyLevel_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (MethodOptions_IdempotencyLevel )Defined at line 776 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & MethodOptions_IdempotencyLevel_Name (T value)Defined at line 780 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & MethodOptions_IdempotencyLevel_Name<google::protobuf::MethodOptions_IdempotencyLevel> (MethodOptions_IdempotencyLevel value)Defined at line 786 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_VisibilityFeature_DefaultSymbolVisibility )Defined at line 815 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_FieldPresence )Defined at line 853 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_FieldPresence_Name (T value)Defined at line 857 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_FieldPresence_Name<google::protobuf::FeatureSet_FieldPresence> (FeatureSet_FieldPresence value)Defined at line 863 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_FieldPresence_Parse (::absl::string_view name, FeatureSet_FieldPresence * value)Defined at line 868 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_EnumType_IsValid (int value)Defined at line 884 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_EnumType_Name (T value)Defined at line 894 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_EnumType_Name<google::protobuf::FeatureSet_EnumType> (FeatureSet_EnumType value)Defined at line 900 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_EnumType_Parse (::absl::string_view name, FeatureSet_EnumType * value)Defined at line 905 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * FeatureSet_EnumType_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_EnumType )Defined at line 890 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_RepeatedFieldEncoding )Defined at line 927 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_RepeatedFieldEncoding_Name (T value)Defined at line 931 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_Utf8Validation_IsValid (int value)Defined at line 958 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_Utf8Validation_Name (T value)Defined at line 968 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_Utf8Validation_Name<google::protobuf::FeatureSet_Utf8Validation> (FeatureSet_Utf8Validation value)Defined at line 974 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_Utf8Validation_Parse (::absl::string_view name, FeatureSet_Utf8Validation * value)Defined at line 979 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_MessageEncoding_IsValid (int value)Defined at line 995 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (UniquePtr<T> & a, UniquePtr<T> & b)Defined at line 998 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
template <typename Sink>void AbslStringify (Sink & sink, const UniquePtr<T> & ptr)Defined at line 1025 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
template <typename H>H AbslHashValue (H h, const UniquePtr<T> & u)Defined at line 1038 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
template <typename T>const ::std::string & FeatureSet_JsonFormat_Name (T value)Defined at line 1042 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_JsonFormat_Name<google::protobuf::FeatureSet_JsonFormat> (FeatureSet_JsonFormat value)Defined at line 1048 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_JsonFormat_Parse (::absl::string_view name, FeatureSet_JsonFormat * value)Defined at line 1053 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_EnforceNamingStyle_IsValid (int value)Defined at line 1070 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * FeatureSet_Utf8Validation_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_MessageEncoding_descriptor () -
const ::google::protobuf::EnumDescriptor * FeatureSet_JsonFormat_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_Utf8Validation )Defined at line 964 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_MessageEncoding )Defined at line 1001 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_MessageEncoding_Name (T value)Defined at line 1005 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & FeatureSet_MessageEncoding_Name<google::protobuf::FeatureSet_MessageEncoding> (FeatureSet_MessageEncoding value)Defined at line 1011 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_MessageEncoding_Parse (::absl::string_view name, FeatureSet_MessageEncoding * value)Defined at line 1016 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool FeatureSet_JsonFormat_IsValid (int value)Defined at line 1032 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_JsonFormat )Defined at line 1038 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (FeatureSet_EnforceNamingStyle )Defined at line 1076 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & FeatureSet_EnforceNamingStyle_Name (T value)Defined at line 1080 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (Ptr<T> & a, Ptr<T> & b)Defined at line 1088 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
template <typename Sink>void AbslStringify (Sink & sink, Ptr<T> ptr)Defined at line 1098 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
bool GeneratedCodeInfo_Annotation_Semantic_IsValid (int value)Defined at line 1107 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename H>H AbslHashValue (H h, Ptr<T> u)Defined at line 1109 of file ../../third_party/protobuf/src/src/google/protobuf/arena.h
-
template <typename T>const ::std::string & GeneratedCodeInfo_Annotation_Semantic_Name (T value)Defined at line 1117 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename Key,typename T,typename Pred>size_t erase_if (Map<Key, T> & map, Pred pred)Like C++20's std::erase_if, for Map
Defined at line 1122 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
-
template <>const ::std::string & GeneratedCodeInfo_Annotation_Semantic_Name<google::protobuf::GeneratedCodeInfo_Annotation_Semantic> (GeneratedCodeInfo_Annotation_Semantic value)Defined at line 1123 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool GeneratedCodeInfo_Annotation_Semantic_Parse (::absl::string_view name, GeneratedCodeInfo_Annotation_Semantic * value)Defined at line 1128 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename Sink>void AbslStringify (Sink & sink, const FieldDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1146 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
bool Edition_IsValid (int value)Defined at line 1155 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename Sink>void AbslStringify (Sink & sink, const OneofDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1387 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
const ::google::protobuf::EnumDescriptor * GeneratedCodeInfo_Annotation_Semantic_descriptor () -
const ::google::protobuf::EnumDescriptor * Edition_descriptor () -
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (GeneratedCodeInfo_Annotation_Semantic )Defined at line 1113 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (Edition )Defined at line 1160 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & Edition_Name (T value)Defined at line 1164 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool Edition_Parse (::absl::string_view name, Edition * value)Defined at line 1170 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool SymbolVisibility_IsValid (int value)Defined at line 1186 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * ProtobufInternalGetEnumDescriptor (SymbolVisibility )Defined at line 1192 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const ::std::string & SymbolVisibility_Name (T value)Defined at line 1196 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const ::std::string & SymbolVisibility_Name<google::protobuf::SymbolVisibility> (SymbolVisibility value)Defined at line 1202 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
bool SymbolVisibility_Parse (::absl::string_view name, SymbolVisibility * value)Defined at line 1207 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * SymbolVisibility_descriptor () -
void swap (UninterpretedOption_NamePart & a, UninterpretedOption_NamePart & b)Defined at line 1277 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T, typename Pred>size_t erase_if (RepeatedField<T> & cont, Pred pred)Like C++20's std::erase_if, for RepeatedField
Defined at line 1391 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <typename T, typename U>size_t erase (RepeatedField<T> & cont, const U & value)Like C++20's std::erase, for RepeatedField
Defined at line 1405 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <int&,typename T,typename Compare>void sort (internal::RepeatedIterator<T>begin,internal::RepeatedIterator<T>end,Comparecmp)These functions mimic their std counterpart, but potentially more efficient
for Protobuf containers.
Defined at line 1413 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
bool operator== (TypeId a, TypeId b)Defined at line 1418 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
bool operator!= (TypeId a, TypeId b)Defined at line 1422 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <int&, typename T>void sort (internal::RepeatedIterator<T> begin, internal::RepeatedIterator<T> end)Defined at line 1424 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
bool operator< (TypeId a, TypeId b)Defined at line 1426 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <int&,typename T,typename Compare>void stable_sort (internal::RepeatedIterator<T>begin,internal::RepeatedIterator<T>end,Comparecmp)Defined at line 1429 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
bool operator> (TypeId a, TypeId b)Defined at line 1430 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
bool operator<= (TypeId a, TypeId b)Defined at line 1434 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
bool operator>= (TypeId a, TypeId b)Defined at line 1438 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <int&, typename T>void stable_sort (internal::RepeatedIterator<T> begin, internal::RepeatedIterator<T> end)Defined at line 1440 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
std::strong_ordering operator<=> (TypeId a, TypeId b)Defined at line 1445 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <int&,typename T,typename Compare>void c_sort (RepeatedField<T> & cont, Compare cmp)These functions mimic their absl counterpart, but they are more efficient for
Protobuf containers.
Defined at line 1448 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <int&, typename T>void c_sort (RepeatedField<T> & cont)Defined at line 1452 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <typename H>H AbslHashValue (H state, TypeId id)Defined at line 1452 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <int&,typename T,typename Compare>void c_stable_sort (RepeatedField<T> & cont, Compare cmp)Defined at line 1456 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <int&, typename T>void c_stable_sort (RepeatedField<T> & cont)Defined at line 1460 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
void swap (SourceCodeInfo_Location & a, SourceCodeInfo_Location & b)Defined at line 1504 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>void LinkMessageReflection ()Call this function to ensure that this message's reflection is linked into
the binary:
google::protobuf::LinkMessageReflection
<pkg
::FooMessage>();
This will ensure that the following lookup will succeed:
DescriptorPool::generated_pool()->FindMessageTypeByName("pkg.FooMessage");
As a side-effect, it will also guarantee that anything else from the same
.proto file will also be available for lookup in the generated pool.
This function does not actually register the message, so it does not need
to be called before the lookup. However it does need to occur in a function
that cannot be stripped from the binary (ie. it must be reachable from main).
Best practice is to call this function as close as possible to where the
reflection is actually needed. This function is very cheap to call, so you
should not need to worry about its runtime overhead except in the tightest
of loops (on x86-64 it compiles into two "mov" instructions).
Defined at line 1616 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
template <>const Message * DynamicCastMessage<google::protobuf::Message> (const MessageLite * from)Specializations to handle cast to `Message`. We can check the `is_lite` bit
in the class data.
Defined at line 1622 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
template <>const Message * DownCastMessage<google::protobuf::Message> (const MessageLite * from)Defined at line 1629 of file ../../third_party/protobuf/src/src/google/protobuf/message.h
-
template <typename T>const T * DynamicCastMessage (const MessageLite * from)Cast functions for message pointer/references.
This is the supported API to cast from a Message/MessageLite to derived
types. These work even when RTTI is disabled on message types.
The template parameter is simplified and the return type is inferred from the
input. Eg just `DynamicCastMessage
<Foo
>(x)` instead of
`DynamicCastMessage
<const
Foo*>(x)`.
`DynamicCastMessage` is similar to `dynamic_cast`, returns `nullptr` when the
input is not an instance of `T`. The overloads that take a reference will
throw std::bad_cast on mismatch, or terminate if compiled without exceptions.
`DownCastMessage` is a lightweight function for downcasting base
`MessageLite` pointer to derived type, where it only does type checking if
!NDEBUG. It should only be used when the caller is certain that the input
message is of instance `T`.
Defined at line 1690 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T * DynamicCastMessage (MessageLite * from)Defined at line 1704 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T & DynamicCastMessage (const MessageLite & from)Defined at line 1715 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T & DynamicCastMessage (MessageLite & from)Defined at line 1732 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T * DownCastMessage (const MessageLite * from)Defined at line 1738 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T * DownCastMessage (MessageLite * from)Defined at line 1748 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T & DownCastMessage (const MessageLite & from)Defined at line 1754 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T & DownCastMessage (MessageLite & from)Defined at line 1760 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <>const MessageLite * DynamicCastMessage<google::protobuf::MessageLite> (const MessageLite * from)Defined at line 1764 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <>const MessageLite * DownCastMessage<google::protobuf::MessageLite> (const MessageLite * from)Defined at line 1769 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T * DynamicCastToGenerated (const MessageLite * from)Deprecated names for the cast functions.
Prefer the ones above.
Defined at line 1779 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
const char * ParsePackedField (const FieldDescriptor *field,Message *msg,const Reflection *reflection,const char *ptr,internal::ParseContext *ctx) -
template <typename T>internal::RepeatedFieldBackInsertIterator<T> RepeatedFieldBackInserter (RepeatedField<T> *const mutable_field)Provides a back insert iterator for RepeatedField instances,
similar to std::back_inserter().
Defined at line 1781 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_field.h
-
template <typename T>T * DynamicCastToGenerated (MessageLite * from)Defined at line 1786 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T & DynamicCastToGenerated (const MessageLite & from)Defined at line 1793 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T & DynamicCastToGenerated (MessageLite & from)Defined at line 1800 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
void swap (GeneratedCodeInfo_Annotation & a, GeneratedCodeInfo_Annotation & b)Defined at line 1806 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>const T * DownCastToGenerated (const MessageLite * from)Defined at line 1807 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T * DownCastToGenerated (MessageLite * from)Defined at line 1815 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>const T & DownCastToGenerated (const MessageLite & from)Defined at line 1822 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>T & DownCastToGenerated (MessageLite & from)Defined at line 1829 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>std::shared_ptr<T> DynamicCastMessage (std::shared_ptr<MessageLite> ptr)Overloads for `std::shared_ptr` to substitute `std::dynamic_pointer_cast`
Defined at line 1835 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename T>std::shared_ptr<const T> DynamicCastMessage (std::shared_ptr<const MessageLite> ptr)Defined at line 1846 of file ../../third_party/protobuf/src/src/google/protobuf/message_lite.h
-
template <typename ExtendeeType,typename TypeTraitsType,internal::FieldType field_type,bool is_packed>void LinkExtensionReflection (const google::protobuf::internal::ExtensionIdentifier<ExtendeeType, TypeTraitsType, field_type, is_packed> & extension)Call this function to ensure that this extensions's reflection is linked into
the binary:
google::protobuf::LinkExtensionReflection(Foo::my_extension);
This will ensure that the following lookup will succeed:
DescriptorPool::generated_pool()->FindExtensionByName("Foo.my_extension");
This is often relevant for parsing extensions in text mode.
As a side-effect, it will also guarantee that anything else from the same
.proto file will also be available for lookup in the generated pool.
This function does not actually register the extension, so it does not need
to be called before the lookup. However it does need to occur in a function
that cannot be stripped from the binary (ie. it must be reachable from main).
Best practice is to call this function as close as possible to where the
reflection is actually needed. This function is very cheap to call, so you
should not need to worry about its runtime overhead except in tight loops (on
x86-64 it compiles into two "mov" instructions).
Defined at line 1859 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
-
template <typename ExtendeeType,typename TypeTraitsType,internal::FieldType field_type,bool is_packed,typename PoolType = DescriptorPool>const FieldDescriptor * GetExtensionReflection (const google::protobuf::internal::ExtensionIdentifier<ExtendeeType, TypeTraitsType, field_type, is_packed> & extension)Returns the field descriptor for a generated extension identifier. This is
useful when doing reflection over generated extensions.
Defined at line 1870 of file ../../third_party/protobuf/src/src/google/protobuf/extension_set.h
-
void ShutdownProtobufLibrary ()Shut down the entire protocol buffers library, deleting all static-duration
objects allocated by the library or by generated .pb.cc files.
There are two reasons you might want to call this:
* You use a draconian definition of "memory leak" in which you expect
every single malloc() to have a corresponding free(), even for objects
which live until program exit.
* You are writing a dynamically-loaded library which needs to clean up
after itself when the library is unloaded.
It is safe to call this multiple times. However, it is not safe to use
any other part of the protocol buffers library after
ShutdownProtobufLibrary() has been called. Furthermore this call is not
thread safe, user needs to synchronize multiple calls.
-
std::string ShortFormat (const MessageLite & message_lite) -
std::string Utf8Format (const MessageLite & message_lite) -
void swap (FieldOptions_FeatureSupport & a, FieldOptions_FeatureSupport & b)Defined at line 2100 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FieldOptions_EditionDefault & a, FieldOptions_EditionDefault & b)Defined at line 2369 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T, typename Pred>size_t erase_if (RepeatedPtrField<T> & cont, Pred pred)Like C++20's std::erase_if, for RepeatedPtrField
For string containers, the predicate is called with an `absl::string_view`.
Otherwise, it is called with a `const T
&
`.
Defined at line 2455 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <typename T, typename U>size_t erase (RepeatedPtrField<T> & cont, const U & value)Like C++20's std::erase, for RepeatedPtrField
Defined at line 2469 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
uint32_t ghtonl (uint32_t x)===================================================================
from google3/util/endian/endian.h
-
template <typename Key_,typename T_,typename Pred>size_t erase_if (Map<Key_, T_> & map, Pred pred) -
bool operator== (const const_iterator & a, const const_iterator & b)Defined at line 1312 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
-
bool operator!= (const const_iterator & a, const const_iterator & b)Defined at line 1316 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
-
bool operator== (const iterator & a, const iterator & b)Defined at line 1367 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
-
bool operator!= (const iterator & a, const iterator & b)Defined at line 1371 of file ../../third_party/protobuf/src/src/google/protobuf/map.h
-
template <typename Sink>void AbslStringify (Sink & sink, const EnumDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1513 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
template <typename Sink>void AbslStringify (Sink & sink, const EnumValueDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1727 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
template <typename Sink>void AbslStringify (Sink & sink, const ServiceDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1838 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
template <typename Sink>void AbslStringify (Sink & sink, const MethodDescriptor & d)Allows formatting with absl and gtest.
Defined at line 1948 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
template <typename Sink>void AbslStringify (Sink & sink, const FileDescriptor & d)Allows formatting with absl and gtest.
Defined at line 2150 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h
-
template <typename E>const EnumDescriptor * GetEnumDescriptor ()Returns the EnumDescriptor for enum type E, which must be a
proto-declared enum type. Code generated by the protocol compiler
will include specializations of this template for each enum type declared.
-
template <int&,typename T,typename Compare>void sort (internal::RepeatedPtrIterator<T>begin,internal::RepeatedPtrIterator<T>end,Comparecmp)These functions mimic their std counterpart, but potentially more efficient
for Protobuf containers.
Defined at line 2478 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&, typename T>void sort (internal::RepeatedPtrIterator<T> begin, internal::RepeatedPtrIterator<T> end)Defined at line 2489 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&,typename T,typename Compare>void stable_sort (internal::RepeatedPtrIterator<T>begin,internal::RepeatedPtrIterator<T>end,Comparecmp)Defined at line 2494 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&, typename T>void stable_sort (internal::RepeatedPtrIterator<T> begin, internal::RepeatedPtrIterator<T> end)Defined at line 2505 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&,typename T,typename Compare>void c_sort (RepeatedPtrField<T> & cont, Compare cmp)These functions mimic their absl counterpart, but they are more efficient for
Protobuf containers.
Defined at line 2513 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&, typename T>void c_sort (RepeatedPtrField<T> & cont)Defined at line 2517 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&,typename T,typename Compare>void c_stable_sort (RepeatedPtrField<T> & cont, Compare cmp)Defined at line 2521 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <int&, typename T>void c_stable_sort (RepeatedPtrField<T> & cont)Defined at line 2525 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
void swap (FeatureSet_VisibilityFeature & a, FeatureSet_VisibilityFeature & b)Defined at line 2590 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <typename T>internal::RepeatedPtrFieldBackInsertIterator<T> RepeatedPtrFieldBackInserter (RepeatedPtrField<T> *const mutable_field)Provides a back insert iterator for RepeatedPtrField instances,
similar to std::back_inserter().
Defined at line 2648 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <typename T>internal::RepeatedPtrFieldBackInsertIterator<T> RepeatedFieldBackInserter (RepeatedPtrField<T> *const mutable_field)Special back insert iterator for RepeatedPtrField instances, just in
case someone wants to write generic template code that can access both
RepeatedFields and RepeatedPtrFields using a common name.
Defined at line 2657 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <typename T>internal::AllocatedRepeatedPtrFieldBackInsertIterator<T> AllocatedRepeatedPtrFieldBackInserter (RepeatedPtrField<T> *const mutable_field)Provides a back insert iterator for RepeatedPtrField instances
similar to std::back_inserter() which transfers the ownership while
copying elements.
Defined at line 2666 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
template <typename T>internal::UnsafeArenaAllocatedRepeatedPtrFieldBackInsertIterator<T> UnsafeArenaAllocatedRepeatedPtrFieldBackInserter (RepeatedPtrField<T> *const mutable_field)Similar to AllocatedRepeatedPtrFieldBackInserter, using
UnsafeArenaAddAllocated instead of AddAllocated.
This is slightly faster if that matters. It is also useful in legacy code
that uses temporary ownership to avoid copies. Example:
RepeatedPtrField
<T
> temp_field;
temp_field.UnsafeArenaAddAllocated(new T);
... // Do something with temp_field
temp_field.UnsafeArenaExtractSubrange(0, temp_field.size(), nullptr);
Putting temp_field on the arena fails because the ownership transfers to the
arena at the "AddAllocated" call and is not released anymore causing a
double delete. This function uses UnsafeArenaAddAllocated to prevent this.
Defined at line 2685 of file ../../third_party/protobuf/src/src/google/protobuf/repeated_ptr_field.h
-
void swap (FeatureSet & a, FeatureSet & b)Defined at line 2752 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (ExtensionRangeOptions_Declaration & a, ExtensionRangeOptions_Declaration & b)Defined at line 3399 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (EnumDescriptorProto_EnumReservedRange & a, EnumDescriptorProto_EnumReservedRange & b)Defined at line 3668 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (DescriptorProto_ReservedRange & a, DescriptorProto_ReservedRange & b)Defined at line 3885 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (UninterpretedOption & a, UninterpretedOption & b)Defined at line 4102 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (SourceCodeInfo & a, SourceCodeInfo & b)Defined at line 4419 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (GeneratedCodeInfo & a, GeneratedCodeInfo & b)Defined at line 4828 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FeatureSetDefaults_FeatureSetEditionDefault & a, FeatureSetDefaults_FeatureSetEditionDefault & b)Defined at line 5041 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (ServiceOptions & a, ServiceOptions & b)Defined at line 5285 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (OneofOptions & a, OneofOptions & b)Defined at line 5725 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (MethodOptions & a, MethodOptions & b)Defined at line 6151 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (MessageOptions & a, MessageOptions & b)Defined at line 6626 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FileOptions & a, FileOptions & b)Defined at line 7122 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FieldOptions & a, FieldOptions & b)Defined at line 7885 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FeatureSetDefaults & a, FeatureSetDefaults & b)Defined at line 8594 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (ExtensionRangeOptions & a, ExtensionRangeOptions & b)Defined at line 8840 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (EnumValueOptions & a, EnumValueOptions & b)Defined at line 9324 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (EnumOptions & a, EnumOptions & b)Defined at line 9796 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (OneofDescriptorProto & a, OneofDescriptorProto & b)Defined at line 10264 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (MethodDescriptorProto & a, MethodDescriptorProto & b)Defined at line 10495 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FieldDescriptorProto & a, FieldDescriptorProto & b)Defined at line 10792 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (EnumValueDescriptorProto & a, EnumValueDescriptorProto & b)Defined at line 11226 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (DescriptorProto_ExtensionRange & a, DescriptorProto_ExtensionRange & b)Defined at line 11471 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (ServiceDescriptorProto & a, ServiceDescriptorProto & b)Defined at line 11711 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (EnumDescriptorProto & a, EnumDescriptorProto & b)Defined at line 11965 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (DescriptorProto & a, DescriptorProto & b)Defined at line 12286 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FileDescriptorProto & a, FileDescriptorProto & b)Defined at line 12723 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
void swap (FileDescriptorSet & a, FileDescriptorSet & b)Defined at line 13218 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::ExtensionRangeOptions_VerificationState> ()Defined at line 23043 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldDescriptorProto_Type> ()Defined at line 23049 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldDescriptorProto_Label> ()Defined at line 23055 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FileOptions_OptimizeMode> ()Defined at line 23061 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldOptions_CType> ()Defined at line 23067 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldOptions_JSType> ()Defined at line 23073 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldOptions_OptionRetention> ()Defined at line 23079 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FieldOptions_OptionTargetType> ()Defined at line 23085 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::MethodOptions_IdempotencyLevel> ()Defined at line 23091 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_VisibilityFeature_DefaultSymbolVisibility> ()Defined at line 23097 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_FieldPresence> ()Defined at line 23103 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_EnumType> ()Defined at line 23109 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_RepeatedFieldEncoding> ()Defined at line 23115 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_Utf8Validation> ()Defined at line 23121 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_MessageEncoding> ()Defined at line 23127 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_JsonFormat> ()Defined at line 23133 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::FeatureSet_EnforceNamingStyle> ()Defined at line 23139 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::GeneratedCodeInfo_Annotation_Semantic> ()Defined at line 23145 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::Edition> ()Defined at line 23151 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::SymbolVisibility> ()Defined at line 23157 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-
const ::google::protobuf::EnumDescriptor * Syntax_descriptor () -
void swap (Option & a, Option & b)Defined at line 326 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
void swap (Field & a, Field & b)Defined at line 550 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
bool operator!= (const MapIteratorBase<kIsMutable> & a, const MapIteratorBase<kIsMutable> & b)Defined at line 842 of file ../../third_party/protobuf/src/src/google/protobuf/map_field.h
-
void swap (EnumValue & a, EnumValue & b)Defined at line 949 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
void swap (Type & a, Type & b)Defined at line 1190 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
void swap (Enum & a, Enum & b)Defined at line 1518 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::Field_Kind> ()Defined at line 3318 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::Field_Cardinality> ()Defined at line 3324 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<google::protobuf::Syntax> ()Defined at line 3330 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<fuchsia::sensors::SensorType> ()Defined at line 3513 of file gen/src/sensors/playback/proto/types.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<fuchsia::sensors::SensorWakeUpType> ()Defined at line 3519 of file gen/src/sensors/playback/proto/types.pb.h
-
template <>const EnumDescriptor * GetEnumDescriptor<fuchsia::sensors::SensorReportingMode> ()Defined at line 3525 of file gen/src/sensors/playback/proto/types.pb.h
Variables
const ::google::protobuf::internal::ClassDataFull Any_class_data_
AnyGlobalsTypeInternal Any_globals_
const ::google::protobuf::internal::ClassDataFull DescriptorProto_ExtensionRange_class_data_
DescriptorProto_ExtensionRangeGlobalsTypeInternal DescriptorProto_ExtensionRange_globals_
const ::google::protobuf::internal::ClassDataFull DescriptorProto_ReservedRange_class_data_
DescriptorProto_ReservedRangeGlobalsTypeInternal DescriptorProto_ReservedRange_globals_
const ::google::protobuf::internal::ClassDataFull DescriptorProto_class_data_
DescriptorProtoGlobalsTypeInternal DescriptorProto_globals_
const uint32_t[] Edition_internal_data_
const ::google::protobuf::internal::ClassDataFull EnumDescriptorProto_EnumReservedRange_class_data_
EnumDescriptorProto_EnumReservedRangeGlobalsTypeInternal EnumDescriptorProto_EnumReservedRange_globals_
const ::google::protobuf::internal::ClassDataFull EnumDescriptorProto_class_data_
EnumDescriptorProtoGlobalsTypeInternal EnumDescriptorProto_globals_
const ::google::protobuf::internal::ClassDataFull EnumOptions_class_data_
EnumOptionsGlobalsTypeInternal EnumOptions_globals_
const ::google::protobuf::internal::ClassDataFull EnumValueDescriptorProto_class_data_
EnumValueDescriptorProtoGlobalsTypeInternal EnumValueDescriptorProto_globals_
const ::google::protobuf::internal::ClassDataFull EnumValueOptions_class_data_
EnumValueOptionsGlobalsTypeInternal EnumValueOptions_globals_
const ::google::protobuf::internal::ClassDataFull EnumValue_class_data_
EnumValueGlobalsTypeInternal EnumValue_globals_
const ::google::protobuf::internal::ClassDataFull Enum_class_data_
EnumGlobalsTypeInternal Enum_globals_
const ::google::protobuf::internal::ClassDataFull ExtensionRangeOptions_Declaration_class_data_
ExtensionRangeOptions_DeclarationGlobalsTypeInternal ExtensionRangeOptions_Declaration_globals_
const ExtensionRangeOptions_VerificationState ExtensionRangeOptions_VerificationState_VerificationState_MIN
Defined at line 448 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ExtensionRangeOptions_VerificationState ExtensionRangeOptions_VerificationState_VerificationState_MAX
Defined at line 450 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int ExtensionRangeOptions_VerificationState_VerificationState_ARRAYSIZE
Defined at line 455 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] ExtensionRangeOptions_VerificationState_internal_data_
const ::google::protobuf::internal::ClassDataFull ExtensionRangeOptions_class_data_
ExtensionRangeOptionsGlobalsTypeInternal ExtensionRangeOptions_globals_
const ::google::protobuf::internal::ClassDataFull FeatureSetDefaults_FeatureSetEditionDefault_class_data_
FeatureSetDefaults_FeatureSetEditionDefaultGlobalsTypeInternal FeatureSetDefaults_FeatureSetEditionDefault_globals_
const ::google::protobuf::internal::ClassDataFull FeatureSetDefaults_class_data_
FeatureSetDefaultsGlobalsTypeInternal FeatureSetDefaults_globals_
const uint32_t[] FeatureSet_EnforceNamingStyle_internal_data_
const uint32_t[] FeatureSet_EnumType_internal_data_
const uint32_t[] FeatureSet_FieldPresence_internal_data_
const uint32_t[] FeatureSet_JsonFormat_internal_data_
const uint32_t[] FeatureSet_MessageEncoding_internal_data_
const uint32_t[] FeatureSet_RepeatedFieldEncoding_internal_data_
const uint32_t[] FeatureSet_Utf8Validation_internal_data_
const uint32_t[] FeatureSet_VisibilityFeature_DefaultSymbolVisibility_internal_data_
const ::google::protobuf::internal::ClassDataFull FeatureSet_VisibilityFeature_class_data_
FeatureSet_VisibilityFeatureGlobalsTypeInternal FeatureSet_VisibilityFeature_globals_
const ::google::protobuf::internal::ClassDataFull FeatureSet_class_data_
FeatureSetGlobalsTypeInternal FeatureSet_globals_
const uint32_t[] FieldDescriptorProto_Label_internal_data_
const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MIN
Defined at line 500 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MAX
Defined at line 502 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldDescriptorProto_Type_Type_ARRAYSIZE
Defined at line 507 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN
Defined at line 537 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX
Defined at line 539 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldDescriptorProto_Label_Label_ARRAYSIZE
Defined at line 544 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] FieldDescriptorProto_Type_internal_data_
const ::google::protobuf::internal::ClassDataFull FieldDescriptorProto_class_data_
FieldDescriptorProtoGlobalsTypeInternal FieldDescriptorProto_globals_
const uint32_t[] FieldOptions_CType_internal_data_
const ::google::protobuf::internal::ClassDataFull FieldOptions_EditionDefault_class_data_
FieldOptions_EditionDefaultGlobalsTypeInternal FieldOptions_EditionDefault_globals_
const ::google::protobuf::internal::ClassDataFull FieldOptions_FeatureSupport_class_data_
FieldOptions_FeatureSupportGlobalsTypeInternal FieldOptions_FeatureSupport_globals_
const uint32_t[] FieldOptions_JSType_internal_data_
const uint32_t[] FieldOptions_OptionRetention_internal_data_
const uint32_t[] FieldOptions_OptionTargetType_internal_data_
const ::google::protobuf::internal::ClassDataFull FieldOptions_class_data_
FieldOptionsGlobalsTypeInternal FieldOptions_globals_
const ::google::protobuf::internal::ClassDataFull FileDescriptorProto_class_data_
FileDescriptorProtoGlobalsTypeInternal FileDescriptorProto_globals_
const ::google::protobuf::internal::ClassDataFull FileDescriptorSet_class_data_
FileDescriptorSetGlobalsTypeInternal FileDescriptorSet_globals_
const FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MIN
Defined at line 574 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MAX
Defined at line 576 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE
Defined at line 581 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_CType FieldOptions_CType_CType_MIN
Defined at line 611 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_CType FieldOptions_CType_CType_MAX
Defined at line 613 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldOptions_CType_CType_ARRAYSIZE
Defined at line 618 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_JSType FieldOptions_JSType_JSType_MIN
Defined at line 648 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_JSType FieldOptions_JSType_JSType_MAX
Defined at line 650 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldOptions_JSType_JSType_ARRAYSIZE
Defined at line 655 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_OptionRetention FieldOptions_OptionRetention_OptionRetention_MIN
Defined at line 685 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_OptionRetention FieldOptions_OptionRetention_OptionRetention_MAX
Defined at line 687 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldOptions_OptionRetention_OptionRetention_ARRAYSIZE
Defined at line 692 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_OptionTargetType FieldOptions_OptionTargetType_OptionTargetType_MIN
Defined at line 729 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FieldOptions_OptionTargetType FieldOptions_OptionTargetType_OptionTargetType_MAX
Defined at line 731 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FieldOptions_OptionTargetType_OptionTargetType_ARRAYSIZE
Defined at line 736 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] FileOptions_OptimizeMode_internal_data_
const ::google::protobuf::internal::ClassDataFull FileOptions_class_data_
FileOptionsGlobalsTypeInternal FileOptions_globals_
const uint32_t[] GeneratedCodeInfo_Annotation_Semantic_internal_data_
const ::google::protobuf::internal::ClassDataFull GeneratedCodeInfo_Annotation_class_data_
GeneratedCodeInfo_AnnotationGlobalsTypeInternal GeneratedCodeInfo_Annotation_globals_
const ::google::protobuf::internal::ClassDataFull GeneratedCodeInfo_class_data_
GeneratedCodeInfoGlobalsTypeInternal GeneratedCodeInfo_globals_
const ::google::protobuf::internal::ClassDataFull MessageOptions_class_data_
MessageOptionsGlobalsTypeInternal MessageOptions_globals_
const ::google::protobuf::internal::ClassDataFull MethodDescriptorProto_class_data_
MethodDescriptorProtoGlobalsTypeInternal MethodDescriptorProto_globals_
const MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN
Defined at line 766 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX
Defined at line 768 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE
Defined at line 773 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_VisibilityFeature_DefaultSymbolVisibility FeatureSet_VisibilityFeature_DefaultSymbolVisibility_DefaultSymbolVisibility_MIN
Defined at line 805 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_VisibilityFeature_DefaultSymbolVisibility FeatureSet_VisibilityFeature_DefaultSymbolVisibility_DefaultSymbolVisibility_MAX
Defined at line 807 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_VisibilityFeature_DefaultSymbolVisibility_DefaultSymbolVisibility_ARRAYSIZE
Defined at line 812 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_FieldPresence FeatureSet_FieldPresence_FieldPresence_MIN
Defined at line 843 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_FieldPresence FeatureSet_FieldPresence_FieldPresence_MAX
Defined at line 845 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_FieldPresence_FieldPresence_ARRAYSIZE
Defined at line 850 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_EnumType FeatureSet_EnumType_EnumType_MIN
Defined at line 880 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_EnumType FeatureSet_EnumType_EnumType_MAX
Defined at line 882 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_EnumType_EnumType_ARRAYSIZE
Defined at line 887 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_RepeatedFieldEncoding FeatureSet_RepeatedFieldEncoding_RepeatedFieldEncoding_MIN
Defined at line 917 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_RepeatedFieldEncoding FeatureSet_RepeatedFieldEncoding_RepeatedFieldEncoding_MAX
Defined at line 919 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_RepeatedFieldEncoding_RepeatedFieldEncoding_ARRAYSIZE
Defined at line 924 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_Utf8Validation FeatureSet_Utf8Validation_Utf8Validation_MIN
Defined at line 954 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_Utf8Validation FeatureSet_Utf8Validation_Utf8Validation_MAX
Defined at line 956 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_Utf8Validation_Utf8Validation_ARRAYSIZE
Defined at line 961 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_MessageEncoding FeatureSet_MessageEncoding_MessageEncoding_MIN
Defined at line 991 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_MessageEncoding FeatureSet_MessageEncoding_MessageEncoding_MAX
Defined at line 993 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_MessageEncoding_MessageEncoding_ARRAYSIZE
Defined at line 998 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_JsonFormat FeatureSet_JsonFormat_JsonFormat_MIN
Defined at line 1028 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_JsonFormat FeatureSet_JsonFormat_JsonFormat_MAX
Defined at line 1030 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_JsonFormat_JsonFormat_ARRAYSIZE
Defined at line 1035 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_EnforceNamingStyle FeatureSet_EnforceNamingStyle_EnforceNamingStyle_MIN
Defined at line 1066 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const FeatureSet_EnforceNamingStyle FeatureSet_EnforceNamingStyle_EnforceNamingStyle_MAX
Defined at line 1068 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int FeatureSet_EnforceNamingStyle_EnforceNamingStyle_ARRAYSIZE
Defined at line 1073 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] Field_Cardinality_internal_data_
const Field_Kind Field_Kind_Kind_MIN
Defined at line 148 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const Field_Kind Field_Kind_Kind_MAX
Defined at line 150 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const int Field_Kind_Kind_ARRAYSIZE
Defined at line 155 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const Field_Cardinality Field_Cardinality_Cardinality_MIN
Defined at line 190 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const Field_Cardinality Field_Cardinality_Cardinality_MAX
Defined at line 192 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const int Field_Cardinality_Cardinality_ARRAYSIZE
Defined at line 197 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const uint32_t[] Field_Kind_internal_data_
const ::google::protobuf::internal::ClassDataFull Field_class_data_
FieldGlobalsTypeInternal Field_globals_
const GeneratedCodeInfo_Annotation_Semantic GeneratedCodeInfo_Annotation_Semantic_Semantic_MIN
Defined at line 1103 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const GeneratedCodeInfo_Annotation_Semantic GeneratedCodeInfo_Annotation_Semantic_Semantic_MAX
Defined at line 1105 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int GeneratedCodeInfo_Annotation_Semantic_Semantic_ARRAYSIZE
Defined at line 1110 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const Edition Edition_MIN
Defined at line 1151 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const Edition Edition_MAX
Defined at line 1153 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] MethodOptions_IdempotencyLevel_internal_data_
const ::google::protobuf::internal::ClassDataFull MethodOptions_class_data_
MethodOptionsGlobalsTypeInternal MethodOptions_globals_
const ::google::protobuf::internal::ClassDataFull OneofDescriptorProto_class_data_
OneofDescriptorProtoGlobalsTypeInternal OneofDescriptorProto_globals_
const ::google::protobuf::internal::ClassDataFull OneofOptions_class_data_
OneofOptionsGlobalsTypeInternal OneofOptions_globals_
const ::google::protobuf::internal::ClassDataFull Option_class_data_
OptionGlobalsTypeInternal Option_globals_
const ::google::protobuf::internal::ClassDataFull ServiceDescriptorProto_class_data_
ServiceDescriptorProtoGlobalsTypeInternal ServiceDescriptorProto_globals_
const ::google::protobuf::internal::ClassDataFull ServiceOptions_class_data_
ServiceOptionsGlobalsTypeInternal ServiceOptions_globals_
const ::google::protobuf::internal::ClassDataFull SourceCodeInfo_Location_class_data_
SourceCodeInfo_LocationGlobalsTypeInternal SourceCodeInfo_Location_globals_
const ::google::protobuf::internal::ClassDataFull SourceCodeInfo_class_data_
SourceCodeInfoGlobalsTypeInternal SourceCodeInfo_globals_
const ::google::protobuf::internal::ClassDataFull SourceContext_class_data_
SourceContextGlobalsTypeInternal SourceContext_globals_
const uint32_t[] SymbolVisibility_internal_data_
const Syntax Syntax_MIN
Defined at line 231 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const Syntax Syntax_MAX
Defined at line 233 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const int Syntax_ARRAYSIZE
Defined at line 238 of file ../../third_party/protobuf/src/src/google/protobuf/type.pb.h
const SymbolVisibility SymbolVisibility_MIN
Defined at line 1182 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const SymbolVisibility SymbolVisibility_MAX
Defined at line 1184 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const int SymbolVisibility_ARRAYSIZE
Defined at line 1189 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const uint32_t[] Syntax_internal_data_
const ::google::protobuf::internal::ClassDataFull Type_class_data_
TypeGlobalsTypeInternal Type_globals_
const ::google::protobuf::internal::ClassDataFull UninterpretedOption_NamePart_class_data_
UninterpretedOption_NamePartGlobalsTypeInternal UninterpretedOption_NamePart_globals_
const ::google::protobuf::internal::ClassDataFull UninterpretedOption_class_data_
UninterpretedOptionGlobalsTypeInternal UninterpretedOption_globals_