#include <common.h>
Public Member Functions | |
template<class... Arg> | |
void | operator() (absl::string_view format, const Arg &... arg) |
Output (google::protobuf::io::ZeroCopyOutputStream *stream) | |
~Output () | |
Private Member Functions | |
void | RefreshOutput () |
void | Write (absl::string_view data) |
Private Attributes | |
char * | ptr_ = nullptr |
size_t | size_ = 0 |
google::protobuf::io::ZeroCopyOutputStream * | stream_ |
Definition at line 40 of file upb/upbc/common.h.
|
inline |
Definition at line 42 of file upb/upbc/common.h.
|
inline |
Definition at line 44 of file upb/upbc/common.h.
|
inline |
Definition at line 47 of file upb/upbc/common.h.
|
inlineprivate |
Definition at line 83 of file upb/upbc/common.h.
|
inlineprivate |
Definition at line 52 of file upb/upbc/common.h.
|
private |
Definition at line 97 of file upb/upbc/common.h.
|
private |
Definition at line 98 of file upb/upbc/common.h.
|
private |
Definition at line 96 of file upb/upbc/common.h.