class Protobuf::Visitor::CreateDescriptorVisitor

def in_context(descriptor, &block)

def in_context(descriptor, &block)
  @context.push descriptor
  block.call
  @context.pop
end