Searched refs:OPSTR (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-dict-common.hh | 50 template <typename OPSTR=OpStr> 51 struct TopDictValues : DictValues<OPSTR> 55 DictValues<OPSTR>::init (); in init() 59 void fini () { DictValues<OPSTR>::fini (); } in fini() 61 unsigned int calculate_serialized_op_size (const OPSTR& opstr) const in calculate_serialized_op_size()
|
D | hb-subset-cff-common.hh | 153 template <typename OPSTR=OpStr> 157 const OPSTR &opstr, in serialize() 179 unsigned int calculate_serialized_size (const OPSTR &opstr) const in calculate_serialized_size()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 5018 #define SLOT0(FUNCNAME, OPSTR) \ argument 5023 return call_method(self, OPSTR, &cache_str, "()"); \ 5026 #define SLOT1(FUNCNAME, OPSTR, ARG1TYPE, ARGCODES) \ argument 5031 return call_method(self, OPSTR, &cache_str, "(" ARGCODES ")", arg1); \ 5069 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 5091 self, OPSTR, &cache_str, "(O)", other); \ 5105 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 5106 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR) 5108 #define SLOT2(FUNCNAME, OPSTR, ARG1TYPE, ARG2TYPE, ARGCODES) \ argument 5113 return call_method(self, OPSTR, &cache_str, \
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 5950 #define SLOT0(FUNCNAME, OPSTR) \ argument 5954 _Py_static_string(id, OPSTR); \ 5958 #define SLOT1(FUNCNAME, OPSTR, ARG1TYPE) \ argument 5963 _Py_static_string(id, OPSTR); \ 6002 #define SLOT1BINFULL(FUNCNAME, TESTFUNC, SLOTNAME, OPSTR, ROPSTR) \ argument 6007 _Py_static_string(op_id, OPSTR); \ 6039 #define SLOT1BIN(FUNCNAME, SLOTNAME, OPSTR, ROPSTR) \ argument 6040 SLOT1BINFULL(FUNCNAME, FUNCNAME, SLOTNAME, OPSTR, ROPSTR)
|