| 1234567891011121314 | // Generated by the protocol buffer compiler.  DO NOT EDIT!using pb = global::Google.ProtocolBuffers;using pbc = global::Google.ProtocolBuffers.Collections;using pbd = global::Google.ProtocolBuffers.Descriptors;using scg = global::System.Collections.Generic;namespace Google.ProtocolBuffers.TestProtos {    public enum EnumWithNoOuter {    FOO = 1,    BAR = 2,  }  }
 |