Home
last modified time | relevance | path

Searched defs:add_property (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_introspect.c85 static void add_property(struct wpabuf *xml, in add_property() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_introspect.c85 static void add_property(struct wpabuf *xml, in add_property() function
/third_party/boost/libs/python/src/object/
Dclass.cpp616 void class_base::add_property( in add_property() function in boost::python::objects::class_base
626 void class_base::add_property( in add_property() function in boost::python::objects::class_base
/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.cc231 void grpc_auth_context::add_property(const char* name, const char* value, in add_property() function in grpc_auth_context
/third_party/boost/boost/python/
Dclass.hpp301 self& add_property(char const* name, Get fget, char const* docstr = 0) in add_property() function in boost::python::class_
308 self& add_property(char const* name, Get fget, Set fset, char const* docstr = 0) in add_property() function in boost::python::class_
/third_party/libdrm/tests/modetest/
Dmodetest.c1114 static void add_property(struct device *dev, uint32_t obj_id, in add_property() function
/third_party/quickjs/
Dquickjs.c8004 static JSProperty *add_property(JSContext *ctx, in add_property() function