Searched defs:in_types (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.cc101 bool SrpcParams::Init(const char* in_types, const char* out_types) { argument
102 if (!FillVec(ins_, in_types)) {
H A Dsrpc_params.h24 SrpcParams(const char* in_types, const char* out_types) { argument
25 if (!Init(in_types, out_types)) {
34 bool Init(const char* in_types, const char* out_types);

Completed in 99 milliseconds