Home
last modified time | relevance | path

Searched defs:c_type (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/range/detail/
Dsize_type.hpp48 typedef typename range_detail::range<C>::type c_type; typedef in boost::range_size
Dvalue_type.hpp64 typedef BOOST_DEDUCED_TYPENAME range_detail::range<C>::type c_type; typedef in boost::range_value
Ddifference_type.hpp113 typedef BOOST_RANGE_DEDUCED_TYPENAME range_detail::range<C>::type c_type; typedef in boost::range_difference
/third_party/flatbuffers/tests/evolution_test/
Devolution_v1.json4 "c_type": "TableB", string
Devolution_v2.json3 "c_type": "TableC", string
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp467 typedef nil_t c_type; typedef
629 typedef C c_type; typedef
671 typedef C c_type; typedef D d_type; typedef
713 typedef C c_type; typedef D d_type; typedef
760 typedef C c_type; typedef D d_type; typedef
808 typedef C c_type; typedef D d_type; typedef
858 typedef C c_type; typedef D d_type; typedef
909 typedef C c_type; typedef D d_type; typedef
961 typedef C c_type; typedef D d_type; typedef
1014 typedef C c_type; typedef D d_type; typedef
[all …]
/third_party/glib/gobject/
Dgtype.h484 #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type),… argument
527 #define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type),… argument
540 #define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type),… argument
553 #define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), … argument
643 #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_priv… argument
660 #define G_TYPE_CLASS_GET_PRIVATE(klass, g_type, c_type) ((c_type*) g_type_class_get_private ((GTy… argument
/third_party/jerryscript/tests/unit-core/
Dtest-api.c125 #define JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE(c_type) _jerry_object_native_info_##c_type argument
130 #define JERRY_DEFINE_NATIVE_HANDLE_INFO(c_type, native_free_cb) \ argument
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py27 def __init__(self, c_type, union_field, glsl_type): argument
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c78 short c_type; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglshader.c836 #define set_uniform_v(gl_suffix, c_type, debug_stride, debug_str, ...) \ argument
867 #define set_uniform_v(gl_suffix, c_type, debug_stride, debug_str, args...) \ argument
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py335 def sizeof(c_type): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_algebraic.py152 def c_type(self): member in Value
Dnir.h4265 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \ argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc698 auto* c_type = Structure("C", {Member("baz", ty.vec3<f32>())}); in TEST_F() local
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp118 typedef typename boost::common_type<R, Arithmetic>::type c_type; in eval_convert_to() typedef
/third_party/spirv-tools/source/val/
Dvalidate_extensions.cpp2121 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_extensions.cpp2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c3569 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize)