Public Member Functions | |
| constexpr | ValueDefaultTypeInternal () |
| ~ValueDefaultTypeInternal () | |
Public Attributes | |
| union { | |
| Value _instance | |
| }; | |
| ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Value > | _instance |
| bool | bool_value_ |
| const PROTOBUF_NAMESPACE_ID::ListValue * | list_value_ |
| int | null_value_ |
| double | number_value_ |
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | string_value_ |
| const PROTOBUF_NAMESPACE_ID::Struct * | struct_value_ |
Definition at line 27 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
|
inlineconstexpr |
Definition at line 47 of file protobuf/src/google/protobuf/struct.pb.cc.
|
inline |
Definition at line 49 of file protobuf/src/google/protobuf/struct.pb.cc.
| union { ... } |
| ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<Value> ValueDefaultTypeInternal::_instance |
Definition at line 29 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| Value ValueDefaultTypeInternal::_instance |
Definition at line 51 of file protobuf/src/google/protobuf/struct.pb.cc.
| bool ValueDefaultTypeInternal::bool_value_ |
Definition at line 33 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| const PROTOBUF_NAMESPACE_ID::ListValue* ValueDefaultTypeInternal::list_value_ |
Definition at line 35 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| int ValueDefaultTypeInternal::null_value_ |
Definition at line 30 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| double ValueDefaultTypeInternal::number_value_ |
Definition at line 31 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ValueDefaultTypeInternal::string_value_ |
Definition at line 32 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.
| const PROTOBUF_NAMESPACE_ID::Struct* ValueDefaultTypeInternal::struct_value_ |
Definition at line 34 of file bloaty/third_party/protobuf/src/google/protobuf/struct.pb.cc.