Searched defs:PP_Var (Results 1 - 2 of 2) sorted by last modified time

/external/clang/test/CodeGen/
H A Dx86_64-arguments-nacl.c12 struct PP_Var { struct
19 struct PP_Var f0() {
20 struct PP_Var result = { 0, 0, 0 };
25 void f1(struct PP_Var p1) { while(1) {} }
/external/chromium_org/ppapi/c/
H A Dpp_var.h28 * can be contained within a <code>PP_Var</code> structure.
92 * This type allows the <code>PP_Var</code> to wrap a <code>PP_Resource
99 * <code>PP_Var</code> will implicitly hold a reference count on the
103 * <code>PP_Var</code> will invoke PPB_Core::ReleaseResource() when the Var
124 * <code>as_bool</code> represents the value of this <code>PP_Var</code> as
130 * <code>as_int</code> represents the value of this <code>PP_Var</code> as
136 * <code>as_double</code> represents the value of this <code>PP_Var</code>
145 * value of this <code>PP_Var</code> as an opaque handle assigned by the
162 * you can't assume a numeric <code>PP_Var</code> will be the type you expect.
166 struct PP_Var { struct
[all...]

Completed in 97 milliseconds