Searched refs:kErrorStatusStartIndex (Results 1 – 2 of 2) sorted by relevance
131 static const size_t kErrorStatusStartIndex = member135 static const size_t kMessageTotalBytes = kErrorStatusStartIndex;
1345 uint32_t* proto_size = (uint32_t*)&message[kErrorStatusStartIndex]; in CreateMessage()1347 gsProto.SerializeToArray(&message[kErrorStatusStartIndex + 4], gsProtoSize); in CreateMessage()1396 uint32_t gsProtoSize = *(uint32_t*)&message[kErrorStatusStartIndex]; in ParseMessage()1397 CHECK(ParseProtoUnlimited(&gsProto, &message[kErrorStatusStartIndex + 4], in ParseMessage()