using System; using System.Collections.Generic; using System.Text; namespace Google.ProtocolBuffers.FieldAccess { delegate bool HasDelegate(T message); delegate T ClearDelegate(T builder); delegate int RepeatedCountDelegate(T message); delegate object GetValueDelegate(T message); }