BWAPI
|
#include <coded_stream.h>
google::protobuf::io::CodedOutputStream::CodedOutputStream | ( | ZeroCopyOutputStream * | output | ) | [explicit] |
int google::protobuf::io::CodedOutputStream::ByteCount | ( | ) | const [inline] |
uint8 * google::protobuf::io::CodedOutputStream::GetDirectBufferForNBytesAndAdvance | ( | int | size | ) | [inline] |
bool google::protobuf::io::CodedOutputStream::GetDirectBufferPointer | ( | void ** | data, |
int * | size | ||
) |
bool google::protobuf::io::CodedOutputStream::HadError | ( | ) | const [inline] |
bool google::protobuf::io::CodedOutputStream::Skip | ( | int | count | ) |
int google::protobuf::io::CodedOutputStream::VarintSize32 | ( | uint32 | value | ) | [inline, static] |
int google::protobuf::io::CodedOutputStream::VarintSize32SignExtended | ( | int32 | value | ) | [inline, static] |
static int google::protobuf::io::CodedOutputStream::VarintSize64 | ( | uint64 | value | ) | [static] |
uint8 * google::protobuf::io::CodedOutputStream::WriteLittleEndian32ToArray | ( | uint32 | value, |
uint8 * | target | ||
) | [inline, static] |
uint8 * google::protobuf::io::CodedOutputStream::WriteLittleEndian64ToArray | ( | uint64 | value, |
uint8 * | target | ||
) | [inline, static] |
void google::protobuf::io::CodedOutputStream::WriteRaw | ( | const void * | buffer, |
int | size | ||
) |
static uint8* google::protobuf::io::CodedOutputStream::WriteRawToArray | ( | const void * | buffer, |
int | size, | ||
uint8 * | target | ||
) | [static] |
void google::protobuf::io::CodedOutputStream::WriteString | ( | const string & | str | ) | [inline] |
uint8 * google::protobuf::io::CodedOutputStream::WriteStringToArray | ( | const string & | str, |
uint8 * | target | ||
) | [inline, static] |
void google::protobuf::io::CodedOutputStream::WriteTag | ( | uint32 | value | ) | [inline] |
uint8 * google::protobuf::io::CodedOutputStream::WriteTagToArray | ( | uint32 | value, |
uint8 * | target | ||
) | [inline, static] |
void google::protobuf::io::CodedOutputStream::WriteVarint32 | ( | uint32 | value | ) |
void google::protobuf::io::CodedOutputStream::WriteVarint32SignExtended | ( | int32 | value | ) | [inline] |
uint8 * google::protobuf::io::CodedOutputStream::WriteVarint32SignExtendedToArray | ( | int32 | value, |
uint8 * | target | ||
) | [inline, static] |
uint8 * google::protobuf::io::CodedOutputStream::WriteVarint32ToArray | ( | uint32 | value, |
uint8 * | target | ||
) | [inline, static] |
void google::protobuf::io::CodedOutputStream::WriteVarint64 | ( | uint64 | value | ) |
static uint8* google::protobuf::io::CodedOutputStream::WriteVarint64ToArray | ( | uint64 | value, |
uint8 * | target | ||
) | [static] |