You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
692 B

  1. // Copyright 2019 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. package genid
  5. // Go names of implementation-specific struct fields in generated messages.
  6. const (
  7. State_goname = "state"
  8. SizeCache_goname = "sizeCache"
  9. SizeCacheA_goname = "XXX_sizecache"
  10. WeakFields_goname = "weakFields"
  11. WeakFieldsA_goname = "XXX_weak"
  12. UnknownFields_goname = "unknownFields"
  13. UnknownFieldsA_goname = "XXX_unrecognized"
  14. ExtensionFields_goname = "extensionFields"
  15. ExtensionFieldsA_goname = "XXX_InternalExtensions"
  16. ExtensionFieldsB_goname = "XXX_extensions"
  17. WeakFieldPrefix_goname = "XXX_weak_"
  18. )