MCPcopy Create free account
hub / github.com/defold/defold / WriteTag

Method WriteTag

engine/ddf/src/ddf/ddf_outputstream.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 bool OutputStream::WriteTag(uint32_t number, WireType type)
33 {
34 uint32_t tag = number << 3;
35 tag |= type;
36 return WriteVarInt32(tag);
37 }
38
39 bool OutputStream::WriteVarInt32SignExtended(int32_t value)
40 {

Callers 1

DoSaveMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected