Home
last modified time | relevance | path

Searched defs:actual_type (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dx_window_property.cc20 Atom actual_type; in XWindowPropertyBase() local
/external/skia/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/skqp/src/core/
DSkTraceEvent.h225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dcommon.cpp203 const auto actual_type = in make_kernel_args() local
/external/libchrome/components/json_schema/
Djson_schema_validator.cc833 std::string actual_type = GetJSONSchemaType(instance); in ValidateType() local
/external/angle/src/third_party/trace_event/
Dtrace_event.h620 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, value_type_id) \ argument
630 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ argument
/external/libchrome/base/trace_event/
Dtrace_event.h710 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
724 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc177 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); in FindAndVerifyField() local
/external/libchrome/dbus/
Dmessage.cc1006 const int actual_type = dbus_message_iter_get_arg_type(&raw_message_iter_); in CheckDataType() local
/external/webrtc/rtc_base/
Dtrace_event.h740 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ argument
752 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1523 #define EXPECT_INPUT_TYPE_IN(actual_type, ...) \ argument
1576 inline bool ExpectTypeIn(TfLiteType actual_type, in ExpectTypeIn()
/external/flatbuffers/src/
Didl_gen_cpp.cpp839 std::string GetUnionElement(const EnumVal &ev, bool wrap, bool actual_type, in GetUnionElement()