Home
last modified time | relevance | path

Searched defs:struct_type (Results 1 – 25 of 42) sorted by relevance

12

/third_party/glib/glib/
Dgmem.h234 # define _G_NEW(struct_type, n_structs, func) \ argument
248 # define _G_RENEW(struct_type, mem, n_structs, func) \ argument
267 #define _G_NEW(struct_type, n_structs, func) \ argument
269 #define _G_RENEW(struct_type, mem, n_structs, func) \ argument
290 #define g_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc) argument
307 #define g_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, malloc0) argument
321 #define g_renew(struct_type, mem, n_structs) _G_RENEW (struct_type, mem, n_structs, realloc) argument
335 #define g_try_new(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc) argument
350 #define g_try_new0(struct_type, n_structs) _G_NEW (struct_type, n_structs, try_malloc0) argument
366 #define g_try_renew(struct_type, mem, n_structs) _G_RENEW (struct_type, mem, n_structs, try_realloc) argument
Dgalloca.h101 #define g_newa(struct_type, n_structs) ((struct_type*) g_alloca (sizeof (struct_type) * (gsize) (n_… argument
Dgmacros.h852 #define G_STRUCT_OFFSET(struct_type, member) \ argument
855 #define G_STRUCT_OFFSET(struct_type, member) \ argument
1203 #define G_SIZEOF_MEMBER(struct_type, member) \ argument
/third_party/cef/include/internal/
Dcef_types_wrappers.h44 typedef typename traits::struct_type struct_type; typedef
135 typedef cef_point_t struct_type; typedef
171 typedef cef_rect_t struct_type; typedef
220 typedef cef_size_t struct_type; typedef
258 typedef cef_range_t struct_type; typedef
293 typedef cef_insets_t struct_type; typedef
333 typedef cef_draggable_region_t struct_type; typedef
374 typedef cef_screen_info_t struct_type; typedef
428 typedef cef_key_event_t struct_type; typedef
454 typedef cef_mouse_event_t struct_type; typedef
[all …]
Dcef_linux.h43 typedef cef_main_args_t struct_type; typedef
71 typedef cef_window_info_t struct_type; typedef
Dcef_win.h45 typedef cef_main_args_t struct_type; typedef
69 typedef cef_window_info_t struct_type; typedef
Dcef_mac.h43 typedef cef_main_args_t struct_type; typedef
71 typedef cef_window_info_t struct_type; typedef
Dcef_string_wrappers.h48 typedef cef_string_wide_t struct_type; typedef
130 typedef cef_string_utf8_t struct_type; typedef
198 typedef cef_string_utf16_t struct_type; typedef
304 typedef typename traits::struct_type struct_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dremove_struct_member_reduction_opportunity.h31 RemoveStructMemberReductionOpportunity(opt::Instruction* struct_type, in RemoveStructMemberReductionOpportunity()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp146 for (auto struct_type : entry.second) { in GetAvailableOpportunities() local
/third_party/boost/libs/fusion/example/extension/detail/
Dprior_impl.hpp32 typedef typename Iterator::struct_type struct_type; typedef
Dnext_impl.hpp32 typedef typename Iterator::struct_type struct_type; typedef
Dadvance_impl.hpp32 typedef typename Iterator::struct_type struct_type; typedef
/third_party/boost/libs/fusion/example/extension/
Dexample_struct_iterator.hpp55 typedef Struct struct_type; typedef
/third_party/libffi/src/
Dprep_cif.c251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets()
/third_party/openssl/test/
Dssl_test_ctx.c41 #define IMPLEMENT_SSL_TEST_BOOL_OPTION(struct_type, name, field) \ argument
47 #define IMPLEMENT_SSL_TEST_STRING_OPTION(struct_type, name, field) \ argument
55 #define IMPLEMENT_SSL_TEST_INT_OPTION(struct_type, name, field) \ argument
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1600 StructType struct_type; in TEST_P() local
1615 StructType struct_type; in TEST_P() local
1625 StructType struct_type; in TEST_P() local
1638 StructType struct_type; in TEST_P() local
1646 StructType struct_type; in TEST_P() local
1705 StructType struct_type; in TEST_P() local
1727 StructType struct_type; in TEST_P() local
1746 StructType struct_type; in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
Dgraphics_robust_access_pass.cpp791 auto* struct_type = pointee_type->AsStruct(); in MakeRuntimeArrayLengthInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp376 if (const analysis::Struct* struct_type = result_type->AsStruct()) { in BuildMemoryObjectFromInsert() local
804 if (const analysis::Struct* struct_type = type->AsStruct()) { in GetNumberOfMembers() local
Dupgrade_memory_model.cpp733 analysis::Struct struct_type(element_types); in UpgradeExtInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_annotation.cpp432 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_annotation.cpp432 const auto struct_type = _.FindDef(struct_type_id); in ValidateMemberDecorate() local

12