Searched refs:set_function (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c761 static int {{set_function}}(const char *itemp, PyObject *obj); /* proto */
777 static int {{set_function}}(const char *itemp, PyObject *obj) {
791 static int {{set_function}}(const char *itemp, PyObject *obj); /* proto */
802 static int {{set_function}}(const char *itemp, PyObject *obj) {
/external/chromium_org/tools/gn/
H A Dparse_tree.h313 void set_function(Token t) { function_ = t; } function in class:FunctionCallNode
H A Dparser.cc316 func_call->set_function(token);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py707 set_function = "__pyx_memview_set_%s" % self.dtype_name
711 set_function = set_function,
726 set_function = "NULL"
741 return get_function, set_function
/external/chromium_org/v8/src/
H A Druntime.cc3015 generator->set_function(*function);

Completed in 110 milliseconds