Classes | Namespaces | Macros | Enumerations | Functions | Variables
bloaty/third_party/protobuf/src/google/protobuf/struct.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/map.h>
#include <google/protobuf/map_entry.h>
#include <google/protobuf/map_field_inl.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
Include dependency graph for bloaty/third_party/protobuf/src/google/protobuf/struct.pb.h:

Go to the source code of this file.

Classes

struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::NullValue >
 
union  Value::KindUnion
 
class  ListValue
 
class  Struct
 
class  Struct_FieldsEntry_DoNotUse
 
struct  TableStruct_google_2fprotobuf_2fstruct_2eproto
 
class  Value
 

Namespaces

 internal
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto   PROTOBUF_EXPORT
 

Enumerations

enum  NullValue : int {
  NULL_VALUE = 0, NullValue_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), NullValue_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max(), NULL_VALUE = 0,
  NullValue_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(), NullValue_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
}
 

Functions

template<>
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ListValueArena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ListValue > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::StructArena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Struct_FieldsEntry_DoNotUse * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct_FieldsEntry_DoNotUse > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ValueArena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Value > (Arena *)
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::NullValue > ()
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorNullValue_descriptor ()
 
PROTOBUF_EXPORT bool NullValue_IsValid (int value)
 
template<typename T >
const std::string & NullValue_Name (T enum_t_value)
 
bool NullValue_Parse (const std::string &name, NullValue *value)
 

Variables

PROTOBUF_EXPORT ListValueDefaultTypeInternal _ListValue_default_instance_
 
PROTOBUF_EXPORT StructDefaultTypeInternal _Struct_default_instance_
 
PROTOBUF_EXPORT Struct_FieldsEntry_DoNotUseDefaultTypeInternal _Struct_FieldsEntry_DoNotUse_default_instance_
 
PROTOBUF_EXPORT ValueDefaultTypeInternal _Value_default_instance_
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fstruct_2eproto
 
constexpr int NullValue_ARRAYSIZE = NullValue_MAX + 1
 
constexpr NullValue NullValue_MAX = NULL_VALUE
 
constexpr NullValue NullValue_MIN = NULL_VALUE
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto

#define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto   PROTOBUF_EXPORT

Enumeration Type Documentation

◆ NullValue

enum NullValue : int
Enumerator
NULL_VALUE 
NullValue_INT_MIN_SENTINEL_DO_NOT_USE_ 
NullValue_INT_MAX_SENTINEL_DO_NOT_USE_ 
NULL_VALUE 
NullValue_INT_MIN_SENTINEL_DO_NOT_USE_ 
NullValue_INT_MAX_SENTINEL_DO_NOT_USE_ 

Definition at line 83 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.h.

Function Documentation

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ListValue >()

template<>
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ListValue* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ListValue > ( Arena )

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Struct* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct > ( Arena )

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct_FieldsEntry_DoNotUse >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Struct_FieldsEntry_DoNotUse* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Struct_FieldsEntry_DoNotUse > ( Arena )

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Value >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Value* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Value > ( Arena )

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::NullValue >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::NullValue > ( )
inline

◆ NullValue_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* NullValue_descriptor ( )

◆ NullValue_IsValid()

PROTOBUF_EXPORT bool NullValue_IsValid ( int  value)

◆ NullValue_Name()

template<typename T >
const std::string& NullValue_Name ( T  enum_t_value)
inline

◆ NullValue_Parse()

bool NullValue_Parse ( const std::string &  name,
NullValue value 
)
inline

Variable Documentation

◆ _ListValue_default_instance_

PROTOBUF_EXPORT ListValueDefaultTypeInternal _ListValue_default_instance_

Definition at line 66 of file protobuf/src/google/protobuf/struct.pb.cc.

◆ _Struct_default_instance_

PROTOBUF_EXPORT StructDefaultTypeInternal _Struct_default_instance_

Definition at line 42 of file protobuf/src/google/protobuf/struct.pb.cc.

◆ _Struct_FieldsEntry_DoNotUse_default_instance_

PROTOBUF_EXPORT Struct_FieldsEntry_DoNotUseDefaultTypeInternal _Struct_FieldsEntry_DoNotUse_default_instance_

Definition at line 30 of file protobuf/src/google/protobuf/struct.pb.cc.

◆ _Value_default_instance_

PROTOBUF_EXPORT ValueDefaultTypeInternal _Value_default_instance_

Definition at line 54 of file protobuf/src/google/protobuf/struct.pb.cc.

◆ descriptor_table_google_2fprotobuf_2fstruct_2eproto

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fstruct_2eproto

◆ NullValue_ARRAYSIZE

constexpr int NullValue_ARRAYSIZE = NullValue_MAX + 1
constexpr

◆ NullValue_MAX

constexpr NullValue NullValue_MAX = NULL_VALUE
constexpr

◆ NullValue_MIN

constexpr NullValue NullValue_MIN = NULL_VALUE
constexpr


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:32