|
| MOCK_METHOD1 (SetChar, void(char)) |
|
| MOCK_METHOD1 (SetInt32, void(int32_t)) |
|
| MOCK_METHOD1 (SetInt64, void(int64_t)) |
|
| MOCK_METHOD1 (SetIntptr, void(intptr_t)) |
|
| MOCK_METHOD1 (SetString, void(std::string)) |
|
void | Set (CharTrait, char x) |
|
void | Set (const ParsedMetadata< FakeContainer > &metadata) |
|
void | Set (Int32Trait, int32_t x) |
|
void | Set (Int64Trait, int64_t x) |
|
void | Set (IntptrTrait, intptr_t x) |
|
void | Set (StringTrait, std::string x) |
|
Definition at line 109 of file parsed_metadata_test.cc.
◆ MOCK_METHOD1() [1/5]
grpc_core::testing::FakeContainer::MOCK_METHOD1 |
( |
SetChar |
, |
|
|
void(char) |
|
|
) |
| |
◆ MOCK_METHOD1() [2/5]
grpc_core::testing::FakeContainer::MOCK_METHOD1 |
( |
SetInt32 |
, |
|
|
void(int32_t) |
|
|
) |
| |
◆ MOCK_METHOD1() [3/5]
grpc_core::testing::FakeContainer::MOCK_METHOD1 |
( |
SetInt64 |
, |
|
|
void(int64_t) |
|
|
) |
| |
◆ MOCK_METHOD1() [4/5]
grpc_core::testing::FakeContainer::MOCK_METHOD1 |
( |
SetIntptr |
, |
|
|
void(intptr_t) |
|
|
) |
| |
◆ MOCK_METHOD1() [5/5]
grpc_core::testing::FakeContainer::MOCK_METHOD1 |
( |
SetString |
, |
|
|
void(std::string) |
|
|
) |
| |
◆ Set() [1/6]
void grpc_core::testing::FakeContainer::Set |
( |
CharTrait |
, |
|
|
char |
x |
|
) |
| |
|
inline |
◆ Set() [2/6]
◆ Set() [3/6]
◆ Set() [4/6]
◆ Set() [5/6]
◆ Set() [6/6]
void grpc_core::testing::FakeContainer::Set |
( |
StringTrait |
, |
|
|
std::string |
x |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: