Protected Member Functions | Protected Attributes | List of all members
google::protobuf::DynamicMessageTest Class Reference
Inheritance diagram for google::protobuf::DynamicMessageTest:
Inheritance graph
[legend]

Protected Member Functions

 DynamicMessageTest ()
 
 DynamicMessageTest ()
 
virtual void SetUp ()
 
void SetUp () override
 
- Protected Member Functions inherited from testing::Test
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
virtual void TearDown ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 
 Test ()
 

Protected Attributes

const Descriptordescriptor_
 
const Descriptorextensions_descriptor_
 
const Messageextensions_prototype_
 
DynamicMessageFactory factory_
 
const Descriptoroneof_descriptor_
 
const Messageoneof_prototype_
 
const Descriptorpacked_descriptor_
 
const Messagepacked_prototype_
 
DescriptorPool pool_
 
const Descriptorproto3_descriptor_
 
const Messageproto3_prototype_
 
const Messageprototype_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Public Types inherited from testing::WithParamInterface< bool >
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
typedef bool ParamType
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
- Public Member Functions inherited from testing::WithParamInterface< bool >
const ParamTypeGetParam () const
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
virtual ~WithParamInterface ()
 
- Static Public Member Functions inherited from testing::Test
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static bool IsSkipped ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void SetUpTestSuite ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestSuite ()
 
- Static Public Member Functions inherited from testing::WithParamInterface< bool >
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 
static const ParamTypeGetParam ()
 

Detailed Description

Definition at line 60 of file bloaty/third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc.

Constructor & Destructor Documentation

◆ DynamicMessageTest() [1/2]

google::protobuf::DynamicMessageTest::DynamicMessageTest ( )
inlineprotected

◆ DynamicMessageTest() [2/2]

google::protobuf::DynamicMessageTest::DynamicMessageTest ( )
inlineprotected

Member Function Documentation

◆ SetUp() [1/2]

virtual void google::protobuf::DynamicMessageTest::SetUp ( )
inlineprotectedvirtual

◆ SetUp() [2/2]

void google::protobuf::DynamicMessageTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 77 of file protobuf/src/google/protobuf/dynamic_message_unittest.cc.

Member Data Documentation

◆ descriptor_

const Descriptor * google::protobuf::DynamicMessageTest::descriptor_
protected

◆ extensions_descriptor_

const Descriptor * google::protobuf::DynamicMessageTest::extensions_descriptor_
protected

◆ extensions_prototype_

const Message * google::protobuf::DynamicMessageTest::extensions_prototype_
protected

◆ factory_

DynamicMessageFactory google::protobuf::DynamicMessageTest::factory_
protected

◆ oneof_descriptor_

const Descriptor * google::protobuf::DynamicMessageTest::oneof_descriptor_
protected

◆ oneof_prototype_

const Message * google::protobuf::DynamicMessageTest::oneof_prototype_
protected

◆ packed_descriptor_

const Descriptor * google::protobuf::DynamicMessageTest::packed_descriptor_
protected

◆ packed_prototype_

const Message * google::protobuf::DynamicMessageTest::packed_prototype_
protected

◆ pool_

DescriptorPool google::protobuf::DynamicMessageTest::pool_
protected

◆ proto3_descriptor_

const Descriptor * google::protobuf::DynamicMessageTest::proto3_descriptor_
protected

◆ proto3_prototype_

const Message * google::protobuf::DynamicMessageTest::proto3_prototype_
protected

◆ prototype_

const Message * google::protobuf::DynamicMessageTest::prototype_
protected

The documentation for this class was generated from the following file:


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