Skip to content

Instantly share code, notes, and snippets.

@r2p2
Created October 20, 2017 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r2p2/faf9f869d789da9880dbbecf43bf3022 to your computer and use it in GitHub Desktop.
Save r2p2/faf9f869d789da9880dbbecf43bf3022 to your computer and use it in GitHub Desktop.
generated protobuf code
inline void Device::set_allocated_id(::std::string* id) {
if (id != NULL) {
} else {
}
id_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), id);
// @@protoc_insertion_point(field_set_allocated:cc_ui.Device.id)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment