Home
last modified time | relevance | path

Searched defs:val_type (Results 1 – 13 of 13) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
Dmap.c54 upb_fieldtype_t val_type; member
136 upb_fieldtype_t val_type = upb_fielddef_type(val_f); in MapField_GetUpbMap() local
201 zend_long key_type, val_type; in PHP_METHOD() local
Dmessage.c705 const upb_fieldtype_t val_type = upb_fielddef_type(val_f); in PHP_METHOD() local
761 upb_fieldtype_t val_type = upb_fielddef_type(val_f); in PHP_METHOD() local
Dconvert.c74 zval *val, *key_type, *val_type, *klass; in PHP_METHOD() local
/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h348 nir_ssa_def *val, nir_alu_type val_type, in nir_clamp_to_type_range()
/third_party/glib/gio/
Dgwin32appinfo.c939 GWin32RegistryValueType val_type; in get_verbs() local
1346 GWin32RegistryValueType val_type; in decide_which_id_to_use() local
1503 GWin32RegistryValueType val_type; in process_verbs_commands() local
1618 GWin32RegistryValueType val_type; in process_uwp_verbs() local
2604 GWin32RegistryValueType val_type; in read_urls() local
4641 GWin32RegistryValueType val_type; in get_appath_for_exe() local
/third_party/boost/libs/intrusive/test/
Dbounded_pointer.hpp304 typedef T val_type; typedef in bounded_reference_cont
/third_party/boost/boost/container/detail/
Dnode_alloc_holder.hpp97 typedef typename allocator_traits_type::value_type val_type; typedef
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-tknzr.c1500 enum CRNumType val_type = NUM_GENERIC; in cr_tknzr_parse_num() local
/third_party/alsa-lib/src/pcm/
Dpcm.c7859 #define __P_OLD_GET(pfx, name, val_type, ret_type) \ argument
7868 #define __P_OLD_GET1(pfx, name, val_type, ret_type) \ argument
7877 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) argument
7878 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) argument
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5446 const glsl_type *val_type, const glsl_type *bound_type) in _clamp()
5459 builtin_builder::_mix_lrp(builtin_available_predicate avail, const glsl_type *val_type, const glsl_… in _mix_lrp()
5473 const glsl_type *val_type, in _mix_sel()
/third_party/node/src/
Dnode_crypto_common.cc714 int val_type = gen->d.otherName->value->type; in PrintGeneralName() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c4123 LLVMTypeRef val_type[4]; in lp_build_sample_soa_func() local
4747 LLVMTypeRef val_type[4]; in lp_build_sample_array_init_soa() local
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp1778 …edef typename boost::multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type val_type; in real_cast() typedef