Home
last modified time | relevance | path

Searched defs:is_key (Results 1 – 12 of 12) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
Dunix-misc.c97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c157 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/boost/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp87 bool is_key() const { in is_key() function in boost::property_tree::json_parser::detail::standard_callbacks
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs131 pub fn is_key(&self) -> bool { in is_key() method
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c205 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/third_party/eudev/src/udev/
Dudev-builtin-input_id.c324 bool is_key; in builtin_input_id() local
/third_party/boost/libs/move/test/
Dorder_type.hpp141 inline bool is_key(T *elements, std::size_t element_count) in is_key() function
/third_party/ffmpeg/libavcodec/
Dbink.c852 int plane_idx, int is_key, int is_chroma) in binkb_decode_plane()
/third_party/glib/gio/
Dgdbusdaemon.c209 is_key (const char *key_start, const char *key_end, const char *value) in is_key() function
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp4648 template <typename Key, typename T> struct is_key struct
4654 {
4660 then<Key const&, no_key>::type type;
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc2401 bool is_key = k & 0x1; in TEST() local