Home
last modified time | relevance | path

Searched refs:_struct_result (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/generators/test_gen_pnacl/
Dtest_interfaces.idl81 * void Pnacl_M13_PPB_SomeWrap_foo2(struct some_struct* _struct_result,
85 * *_struct_result = iface->foo2(a);
117 * void (*temp_fp)(struct some_struct* _struct_result, int32_t a) =
118 * ((void (*)(struct some_struct* _struct_result, int32_t a))iface->foo2);
119 * struct some_struct _struct_result;
120 * temp_fp(&_struct_result, a);
121 * return _struct_result;
127 * void (*temp_fp)(struct some_struct* _struct_result, int32_t a) =
128 * ((void (*)(struct some_struct* _struct_result, int32_t a))iface->foo2);
129 * struct some_struct _struct_result;
[all …]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c428 static void Pnacl_M14_PPB_FileRef_GetName(struct PP_Var* _struct_result, PP_Resource file_ref) { in Pnacl_M14_PPB_FileRef_GetName() argument
430 *_struct_result = iface->GetName(file_ref); in Pnacl_M14_PPB_FileRef_GetName()
433 static void Pnacl_M14_PPB_FileRef_GetPath(struct PP_Var* _struct_result, PP_Resource file_ref) { in Pnacl_M14_PPB_FileRef_GetPath() argument
435 *_struct_result = iface->GetPath(file_ref); in Pnacl_M14_PPB_FileRef_GetPath()
482 static void Pnacl_M28_PPB_FileRef_GetName(struct PP_Var* _struct_result, PP_Resource file_ref) { in Pnacl_M28_PPB_FileRef_GetName() argument
484 *_struct_result = iface->GetName(file_ref); in Pnacl_M28_PPB_FileRef_GetName()
487 static void Pnacl_M28_PPB_FileRef_GetPath(struct PP_Var* _struct_result, PP_Resource file_ref) { in Pnacl_M28_PPB_FileRef_GetPath() argument
489 *_struct_result = iface->GetPath(file_ref); in Pnacl_M28_PPB_FileRef_GetPath()
706 static void Pnacl_M29_PPB_HostResolver_GetCanonicalName(struct PP_Var* _struct_result, PP_Resource … in Pnacl_M29_PPB_HostResolver_GetCanonicalName() argument
708 *_struct_result = iface->GetCanonicalName(host_resolver); in Pnacl_M29_PPB_HostResolver_GetCanonicalName()
[all …]