HomeSort by relevance Sort by last modified time
    Searched full:as_bool (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_util.h 27 return arg.value.as_bool == var.value.as_bool;
js_fs_test.cc 245 return var.value.as_bool ? "true" : "false";
341 return expected.value.as_bool == var.value.as_bool;
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
union_p_p___var_value.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">as_bool</a></td></tr>
23 <a class="anchor" id="ab7c79b63a2e7fef545fcf8195bb5ad12"></a><!-- doxytag: member="PP_VarValue::as_bool" ref="ab7c79b63a2e7fef545fcf8195bb5ad12" args="" -->
28 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a> <a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">PP_VarValue::as_bool</a></td>
33 <p>If <code>type</code> is <code>PP_VARTYPE_BOOL</code>, <code>as_bool</code> represents the value of this <code><a class="el" href="struct_p_p___var.html" title="The PP_VAR struct is a variant data type and can contain any value of one of the types named in the P...">PP_Var</a></code> as <code>PP_Bool</code>. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
union_p_p___var_value.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">as_bool</a></td></tr>
23 <a class="anchor" id="ab7c79b63a2e7fef545fcf8195bb5ad12"></a><!-- doxytag: member="PP_VarValue::as_bool" ref="ab7c79b63a2e7fef545fcf8195bb5ad12" args="" -->
28 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a> <a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">PP_VarValue::as_bool</a></td>
33 <p>If <code>type</code> is <code>PP_VARTYPE_BOOL</code>, <code>as_bool</code> represents the value of this <code><a class="el" href="struct_p_p___var.html" title="The PP_VAR struct is a variant data type and can contain any value of one of the types named in the P...">PP_Var</a></code> as <code>PP_Bool</code>. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
union_p_p___var_value.html 15 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">as_bool</a></td></tr>
23 <a class="anchor" id="ab7c79b63a2e7fef545fcf8195bb5ad12"></a><!-- doxytag: member="PP_VarValue::as_bool" ref="ab7c79b63a2e7fef545fcf8195bb5ad12" args="" -->
28 <td class="memname"><a class="el" href="group___enums.html#ga4f272d99be14aacafe08dfd4ef830918">PP_Bool</a> <a class="el" href="union_p_p___var_value.html#ab7c79b63a2e7fef545fcf8195bb5ad12">PP_VarValue::as_bool</a></td>
33 <p>If <code>type</code> is <code>PP_VARTYPE_BOOL</code>, <code>as_bool</code> represents the value of this <code><a class="el" href="struct_p_p___var.html" title="The PP_VAR struct is a variant data type and can contain any value of one of the types named in the P...">PP_Var</a></code> as <code>PP_Bool</code>. </p>
  /external/chromium_org/ppapi/shared_impl/
unittest_utils.cc 57 if (expected.value.as_bool != actual.value.as_bool) {
58 LOG(ERROR) << "expected: " << expected.value.as_bool
59 << " actual: " << actual.value.as_bool;
var.cc 30 return var.value.as_bool ? "[True]" : "[False]";
  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_unittest.cc 107 EXPECT_EQ(expected_var.value.as_bool, received_var.value.as_bool);
url_request_info_resource.cc 54 SetBooleanProperty(property, PP_ToBool(var.value.as_bool)));
udp_socket_resource_base.cc 76 option_data.SetBool(PP_ToBool(value.value.as_bool));
tcp_socket_resource_base.cc 330 option_data.SetBool(PP_ToBool(value.value.as_bool));
raw_var_data.cc 296 m->WriteBool(PP_ToBool(var_.value.as_bool));
328 result.value.as_bool = PP_FromBool(bool_value);
  /external/chromium_org/ppapi/api/
pp_var.idl 29 * A boolean value, use the <code>as_bool</code> member of the var.
113 * <code>as_bool</code> represents the value of this <code>PP_Var</code> as
116 PP_Bool as_bool;
218 result.value.as_bool = value;
  /external/chromium_org/ppapi/c/
pp_var.h 41 * A boolean value, use the <code>as_bool</code> member of the var.
124 * <code>as_bool</code> represents the value of this <code>PP_Var</code> as
127 PP_Bool as_bool; member in union:PP_VarValue
225 result.value.as_bool = value;
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_event.h 67 PP_Bool as_bool; member in union:__anon13557::__anon13558
ps_instance.cc 373 env->as_bool = bool_value;
  /external/chromium_org/native_client_sdk/src/libraries/xray/
browser.c 49 bool as_bool; member in union:TraceValue
  /external/chromium_org/ppapi/cpp/
var.cc 109 var_.value.as_bool = PP_FromBool(b);
229 return PP_ToBool(var_.value.as_bool);
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 52 return "<BOOL>" + toString(var.value.as_bool);
test_interface.h 133 EXPECT(var.type == PP_VARTYPE_BOOL && var.value.as_bool == val)
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 92 PP_FromBool(val->ToBoolean()->Value()) == var.value.as_bool;
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
trace_event.h 735 bool as_bool; member in union:webrtc::trace_event_internal::TraceValueUnion
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkTraceEvent.h 1030 bool as_bool; member in union:skia::tracing_internals::TraceValueUnion
    [all...]
  /external/skia/src/core/
SkTraceEvent.h 1030 bool as_bool; member in union:skia::tracing_internals::TraceValueUnion
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.h 101 bool as_bool; member in union:base::debug::TraceEvent::TraceValue

Completed in 839 milliseconds

1 2