Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/boost/type_erasure/
Dfree.hpp109 #define BOOST_TYPE_ERASURE_FREE_II(qual_name, concept_name, function_name, N) \ argument
155 #define BOOST_TYPE_ERASURE_FREE_I(namespace_name, concept_name, function_name, N)\ argument
199 #define BOOST_TYPE_ERASURE_FREE(concept_name, function_name) argument
203 #define BOOST_TYPE_ERASURE_FREE(qualified_name, function_name, N) \ argument
332 #define BOOST_TYPE_ERASURE_FREE_I(concept_name, function_name) \ argument
408 #define BOOST_TYPE_ERASURE_FREE_II(qual_name, concept_name, function_name) \ argument
470 #define BOOST_TYPE_ERASURE_FREE_I(namespace_name, concept_name, function_name) \ argument
473 #define BOOST_TYPE_ERASURE_FREE(qualified_name, function_name, ...) \ argument
/third_party/boost/boost/accumulators/numeric/detail/
Dfunction_n.hpp45 #define function_name \ macro
54 struct function_name struct
63 struct result {};
/third_party/boost/libs/range/test/
Dalgorithm.cpp375 #define BOOST_RANGE_RETURNS_TEST( function_name, cont ) \ in simple_compile_test() argument
396 #define BOOST_RANGE_RETURNS_TEST1( function_name, cont, arg1 ) \ in simple_compile_test() argument
445 #define BOOST_RANGE_RETURNS_TEST2( function_name, arg1, arg2 ) \ in simple_compile_test() argument
/third_party/boost/libs/math/test/
Dtest_long_double_support.cpp61 void do_test_std_function(const A& data, const char* type_name, const char* function_name, const ch… in do_test_std_function()
91 void do_test_std_function_2(const A& data, const char* type_name, const char* function_name, const … in do_test_std_function_2()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dnatives.cc47 const char* function_name = nullptr; in NativeLookup() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp68 identifier function_name; member
128 identifier function_name; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py764 def get_function_mangled_name(function_name, parameters): argument
771 def get_function_human_readable_name(function_name, parameters): argument
778 def get_unique_identifier_name(function_name, parameters): argument
815 def gen_function_variants(function_name, function_props): argument
/third_party/boost/boost/assert/
Dsource_location.hpp42 BOOST_CONSTEXPR char const * function_name() const BOOST_NOEXCEPT in function_name() function
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp84 identifier function_name; member
144 identifier function_name; member
/third_party/boost/tools/build/src/engine/modules/
Dsequence.cpp61 OBJECT * function_name = list_front( function ); in sequence_transform() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.c108 #define GST_PHOTOGRAPHY_FUNC_TEMPLATE(function_name, param_type) \ argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp95 identifier function_name; member
158 identifier function_name; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp134 identifier function_name; member
194 identifier function_name; member
/third_party/python/Objects/
Dbytes_methods.c454 parse_args_finds_byte(const char *function_name, PyObject *args, in parse_args_finds_byte()
509 const char *function_name, PyObject *args, int dir) in find_internal()
772 const char *function_name, PyObject *args, in _Py_bytes_tailmatch()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/
Dfuchsia.cc59 const char* function_name = nullptr; in NativeLookup() local
/third_party/boost/boost/type_erasure/detail/
Dmember11.hpp110 #define BOOST_TYPE_ERASURE_MEMBER_I(concept_name, function_name) \ argument
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dbuiltin_libraries.cc45 const char* function_name = nullptr; in BuiltinNativeLookup() local
/third_party/cef/libcef/browser/devtools/
Ddevtools_file_manager.cc185 const std::string& function_name, in CallClientFunction()
Ddevtools_frontend.cc574 void CefDevToolsFrontend::CallClientFunction(const std::string& function_name,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1476 def get_function_mangled_name(function_name, parameters): argument
1483 def get_function_human_readable_name(function_name, parameters): argument
1490 def get_unique_identifier_name(function_name, parameters): argument
/third_party/e2fsprogs/ext2ed/
Dmain.c538 void internal_error (char *description,char *source_name,char *function_name) in internal_error()
/third_party/boost/libs/math/doc/graphs/
Dplot_1d_errors.cpp39 void plot_errors_1d(F f, Real start, Real end, unsigned points, const char* function_name, Real max… in plot_errors_1d()
/third_party/gettext/gettext-tools/src/
Dx-tcl.c902 char *function_name = string_of_word (&inner); in read_command() local
Dx-sh.c1337 char *function_name = string_of_word (&inner); in read_command() local
/third_party/python/Modules/
Dposixmodule.c1048 const char *function_name; member
1065 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1068 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ argument
1298 argument_unavailable_error(const char *function_name, const char *argument_name) in argument_unavailable_error()
1322 fd_specified(const char *function_name, int fd) in fd_specified()
1332 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified()
1342 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1358 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1370 fd_and_follow_symlinks_invalid(const char *function_name, int fd, in fd_and_follow_symlinks_invalid()
1383 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
[all …]

12