MethodInfo         24 ppapi/native_client/src/trusted/plugin/srpc_client.cc   MethodInfo(const RpcFunction function_ptr,
MethodInfo         51 ppapi/native_client/src/trusted/plugin/srpc_client.cc   NACL_DISALLOW_COPY_AND_ASSIGN(MethodInfo);
MethodInfo        134 ppapi/native_client/src/trusted/plugin/srpc_client.cc     MethodInfo* method_info =
MethodInfo        135 ppapi/native_client/src/trusted/plugin/srpc_client.cc         new MethodInfo(NULL, method_name, input_types, output_types, i);
MethodInfo        154 ppapi/native_client/src/trusted/plugin/srpc_client.cc   MethodInfo* method_info = methods_[method_name];
MethodInfo         26 ppapi/native_client/src/trusted/plugin/srpc_client.h class MethodInfo;
MethodInfo         58 ppapi/native_client/src/trusted/plugin/srpc_client.h   typedef std::map<nacl::string, MethodInfo*> Methods;