Home
last modified time | relevance | path

Searched defs:set_attr (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py900 def set_attr(): function
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5182 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set… argument
5192 int (*set_attr)(PyObject *); /* Set the value */ member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5475 upb_handlerattr set_attr = UPB_HANDLERATTR_INIT; in doset() local