package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable name : Piqi_impl_piqi.name option;
  2. mutable option : Piqi_impl_piqi.option list;
  3. mutable parent : Piqi_impl_piqi.namespace option;
  4. mutable is_func_param : bool;
  5. mutable unparsed_piq_ast : Piqi_impl_piqi.uint option;
  6. mutable protobuf_name : string option;
  7. mutable protobuf_custom : string list;
  8. mutable protobuf_oneof : string option;
  9. mutable json_name : string option;
  10. mutable proto_custom : string list;
  11. mutable proto_name : string option;
}