Home
last modified time | relevance | path

Searched defs:new_func (Results 1 – 9 of 9) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js30 var new_func = obj.bind(null, 'foo'); variable
/third_party/openssl/crypto/
Dex_data.c20 CRYPTO_EX_new *new_func; member
156 CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, in CRYPTO_get_ex_new_index()
/third_party/Linux_Kernel/include/linux/
Dlivepatch.h49 void *new_func; member
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.cc237 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler()
/third_party/boost/boost/units/detail/
Dheterogeneous_conversion.hpp251 …ke_solve_list_leading_zeroes<new_element::size::value>::template apply<new_element>::type new_func; typedef
/third_party/boost/libs/python/src/object/
Dfunction.cpp430 function* new_func = downcast<function>(attribute.ptr()); in add_to_namespace() local
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py64 def new_func(self, node, frame, **kwargs): function
/third_party/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): function
/third_party/boost/tools/build/src/engine/
Dfunction.cpp3627 JAM_FUNCTION * new_func = (JAM_FUNCTION *)BJAM_MALLOC( sizeof( JAM_FUNCTION ) ); in function_bind_variables() local