Searched refs:type_t (Results 1 - 3 of 3) sorted by relevance
/external/eigen/bench/ |
H A D | analyze-blocking-sizes.cpp | 76 enum class type_t { class in struct:inputfile_t 84 type_t type; 88 , type(type_t::unknown) 99 if (type != type_t::unknown) { 103 type = type_t::all_pot_sizes; 107 if (type != type_t::unknown) { 111 type = type_t::default_sizes; 116 if (type == type_t::unknown) { 120 case type_t::all_pot_sizes: { 149 case type_t [all...] |
/external/protobuf/php/ext/google/protobuf/ |
H A D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ 636 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 640 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 645 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 647 return (type_t)(converter)val.val; \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 847 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 851 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 856 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 858 return (type_t)(converter)val.val; \
|
Completed in 849 milliseconds