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

Protected Member Functions

void AddTrailingZeros ()
 
void DoTest (const Message &msg, const Descriptor *descriptor)
 
Status ExecuteTest (const Message &msg, const Descriptor *descriptor)
 
void PrepareExpectingObjectWriterForRepeatedPrimitive ()
 
PackedPrimitive PreparePackedPrimitive ()
 
Primitive PrepareRepeatedPrimitive ()
 
 ProtostreamObjectSourceTest ()
 
void SetRenderUnknownEnumValues (bool value)
 
void UseIntsForEnums ()
 
void UseLowerCamelForEnums ()
 
void UsePreserveProtoFieldNames ()
 
virtual ~ProtostreamObjectSourceTest ()
 
- Protected Member Functions inherited from testing::Test
virtual void SetUp ()
 
virtual void TearDown ()
 
 Test ()
 

Protected Attributes

bool add_trailing_zeros_
 
testing::TypeInfoTestHelper helper_
 
::testing::NiceMock< MockObjectWritermock_
 
ExpectingObjectWriter ow_
 
bool render_unknown_enum_values_
 
bool use_ints_for_enums_
 
bool use_lower_camel_for_enums_
 
bool use_preserve_proto_field_names_
 

Additional Inherited Members

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

Detailed Description

Definition at line 90 of file protostream_objectsource_test.cc.

Constructor & Destructor Documentation

◆ ProtostreamObjectSourceTest()

google::protobuf::util::converter::ProtostreamObjectSourceTest::ProtostreamObjectSourceTest ( )
inlineprotected

Definition at line 93 of file protostream_objectsource_test.cc.

◆ ~ProtostreamObjectSourceTest()

virtual google::protobuf::util::converter::ProtostreamObjectSourceTest::~ProtostreamObjectSourceTest ( )
inlineprotectedvirtual

Definition at line 105 of file protostream_objectsource_test.cc.

Member Function Documentation

◆ AddTrailingZeros()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::AddTrailingZeros ( )
inlineprotected

Definition at line 276 of file protostream_objectsource_test.cc.

◆ DoTest()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::DoTest ( const Message msg,
const Descriptor descriptor 
)
inlineprotected

Definition at line 107 of file protostream_objectsource_test.cc.

◆ ExecuteTest()

Status google::protobuf::util::converter::ProtostreamObjectSourceTest::ExecuteTest ( const Message msg,
const Descriptor descriptor 
)
inlineprotected

Definition at line 112 of file protostream_objectsource_test.cc.

◆ PrepareExpectingObjectWriterForRepeatedPrimitive()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::PrepareExpectingObjectWriterForRepeatedPrimitive ( )
inlineprotected

Definition at line 129 of file protostream_objectsource_test.cc.

◆ PreparePackedPrimitive()

PackedPrimitive google::protobuf::util::converter::ProtostreamObjectSourceTest::PreparePackedPrimitive ( )
inlineprotected

Definition at line 231 of file protostream_objectsource_test.cc.

◆ PrepareRepeatedPrimitive()

Primitive google::protobuf::util::converter::ProtostreamObjectSourceTest::PrepareRepeatedPrimitive ( )
inlineprotected

Definition at line 192 of file protostream_objectsource_test.cc.

◆ SetRenderUnknownEnumValues()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::SetRenderUnknownEnumValues ( bool  value)
inlineprotected

Definition at line 278 of file protostream_objectsource_test.cc.

◆ UseIntsForEnums()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::UseIntsForEnums ( )
inlineprotected

Definition at line 272 of file protostream_objectsource_test.cc.

◆ UseLowerCamelForEnums()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::UseLowerCamelForEnums ( )
inlineprotected

Definition at line 270 of file protostream_objectsource_test.cc.

◆ UsePreserveProtoFieldNames()

void google::protobuf::util::converter::ProtostreamObjectSourceTest::UsePreserveProtoFieldNames ( )
inlineprotected

Definition at line 274 of file protostream_objectsource_test.cc.

Member Data Documentation

◆ add_trailing_zeros_

bool google::protobuf::util::converter::ProtostreamObjectSourceTest::add_trailing_zeros_
protected

Definition at line 289 of file protostream_objectsource_test.cc.

◆ helper_

testing::TypeInfoTestHelper google::protobuf::util::converter::ProtostreamObjectSourceTest::helper_
protected

Definition at line 282 of file protostream_objectsource_test.cc.

◆ mock_

::testing::NiceMock<MockObjectWriter> google::protobuf::util::converter::ProtostreamObjectSourceTest::mock_
protected

Definition at line 284 of file protostream_objectsource_test.cc.

◆ ow_

ExpectingObjectWriter google::protobuf::util::converter::ProtostreamObjectSourceTest::ow_
protected

Definition at line 285 of file protostream_objectsource_test.cc.

◆ render_unknown_enum_values_

bool google::protobuf::util::converter::ProtostreamObjectSourceTest::render_unknown_enum_values_
protected

Definition at line 290 of file protostream_objectsource_test.cc.

◆ use_ints_for_enums_

bool google::protobuf::util::converter::ProtostreamObjectSourceTest::use_ints_for_enums_
protected

Definition at line 287 of file protostream_objectsource_test.cc.

◆ use_lower_camel_for_enums_

bool google::protobuf::util::converter::ProtostreamObjectSourceTest::use_lower_camel_for_enums_
protected

Definition at line 286 of file protostream_objectsource_test.cc.

◆ use_preserve_proto_field_names_

bool google::protobuf::util::converter::ProtostreamObjectSourceTest::use_preserve_proto_field_names_
protected

Definition at line 288 of file protostream_objectsource_test.cc.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10