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

  /external/chromium_org/ppapi/c/
pp_var.h 6 /* From pp_var.idl modified Thu Apr 10 14:52:30 2014. */
28 * 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
153 * The <code>PP_VAR</code> struct is a variant data type and can contain an
    [all...]
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 12 struct PP_Var {
19 struct PP_Var f0() {
20 struct PP_Var result = { 0, 0, 0 };
25 void f1(struct PP_Var p1) { while(1) {} }

Completed in 609 milliseconds