Home | History | Annotate | Download | only in src

Lines Matching refs:method_signature

792     std::string method_signature = "  public static " + struct_def.name + " " +
796 code += method_signature + "(ByteBuffer _bb) ";
800 code += method_signature + "(ByteBuffer _bb, " + struct_def.name + " obj) { ";