Searched defs:get_if (Results 1 - 4 of 4) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/common/ |
| H A D | traits.h | 90 std::enable_if_t<same_in_v<T, Types...>, T *> get_if(std::variant<Types...> *input) in get_if() function 96 std::enable_if_t<same_in_v<T, Types...>, const T *> get_if(const std::variant<Types...> *input) in get_if() function 104 get_if(st function 112 get_if(const std::variant<Types...> *input) get_if() function 118 std::enable_if_t<!same_in_v<T, Types...> && (!std::is_class_v<T> || !convertible_in_v<T, Types...>), T *> get_if( get_if() function 126 std::enable_if_t<!same_in_v<T, Types...> && !convertible_in_v<T, Types...>, const T *> get_if( get_if() function [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
| H A D | traits.h | 90 std::enable_if_t<same_in_v<T, Types...>, T *> get_if(std::variant<Types...> *input) in get_if() function 96 std::enable_if_t<same_in_v<T, Types...>, const T *> get_if(const std::variant<Types...> *input) in get_if() function 105 get_if(st function 114 get_if(const std::variant<Types...> *input) get_if() function 120 std::enable_if_t<!same_in_v<T, Types...> && !convertible_in_v<T, Types...>, T *> get_if(std::variant<Types...> *input) get_if() function 127 std::enable_if_t<!same_in_v<T, Types...> && !convertible_in_v<T, Types...>, const T *> get_if( get_if() function [all...] |
| /kernel/linux/linux-5.10/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 1329 static int get_if(struct dvb_net *dvbnet) function
|
| /kernel/linux/linux-6.6/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 1329 static int get_if(struct dvb_net *dvbnet) function
|
Completed in 8 milliseconds