Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 25 of 72) sorted by relevance

123

/third_party/boost/libs/phoenix/test/bll_compatibility/
Dcast_test.cpp30 virtual const char* class_name() const { return "const base"; } in class_name() function in base
31 virtual const char* class_name() { return "base"; } in class_name() function in base
38 virtual const char* class_name() const { return "const derived"; } in class_name() function in derived
39 virtual const char* class_name() { return "derived"; } in class_name() function in derived
/third_party/boost/libs/lambda/test/
Dcast_test.cpp30 virtual std::string class_name() const { return "const base"; } in class_name() function in base
31 virtual std::string class_name() { return "base"; } in class_name() function in base
38 virtual std::string class_name() const { return "const derived"; } in class_name() function in derived
39 virtual std::string class_name() { return "derived"; } in class_name() function in derived
/third_party/flatbuffers/samples/
DSampleBinary.php21 function __autoload($class_name) {
/third_party/boost/tools/build/example/customization/
Dcodegen.cpp22 string class_name = av[1]; in main() local
/third_party/skia/modules/androidkit/src/
DAndroidKit.cpp11 #define REGISTER_NATIVES(class_name) \ argument
/third_party/gettext/gettext-tools/src/
Dwrite-csharp.c130 char *class_name = XNMALLOC (12 + 6 * (str_limit - str) + 1, char); in construct_class_name() local
500 write_csharp_code (FILE *stream, const char *culture_name, const char *class_name, message_list_ty … in write_csharp_code()
632 char *class_name; in msgdomain_write_csharp() local
Dread-java.c92 const char *class_name = "gnu.gettext.DumpResource"; in msgdomain_read_java() local
Durlget.c276 const char *class_name = "gnu.gettext.GetURL"; in fetch() local
/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.h21 std::string class_name; member
Dcallback_cache.cc48 const std::string& class_name, in GetCallbackHandle()
151 const std::string& class_name, in LookupDartClosure()
/third_party/protobuf/php/ext/google/protobuf/
Dmake-preload.php51 $class_name = toClassName($filename); variable
/third_party/mindspore/mindspore/ops/operations/
Ddebug_ops.py26 def _check_mode(class_name): argument
33 def _check_summary_param(name, value, class_name): argument
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-additional-sel.h58 CRString *class_name ; member
/third_party/alsa-utils/topology/
Dpre-processor.h43 char *class_name; member
Dpre-process-object.c459 const char *class_name, const char *id) in tplg_object_lookup_in_config()
1035 const char *class_type, *class_name; in tplg_object_get_map() local
1135 const char *obj_id, *class_name, *class_type; in tplg_object_update() local
1583 const char *id, *class_type, *class_name; in tplg_pre_process_objects() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_map_field.cc130 string class_name("GPB"); in MapFieldGenerator() local
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
Dlookup_dep.py139 def _entries_for(self, class_name) -> List[ClassEntry]: argument
/third_party/python/Lib/
Denum.py483 def _create_(cls, class_name, names, *, module=None, qualname=None, type=None, start=1): argument
570 def _check_for_existing_members(class_name, bases): argument
580 def _get_mixins_(class_name, bases): argument
/third_party/mindspore/mindspore/parallel/nn/
Dlayers.py68 def _valid_type_checks(types, class_name): argument
79 def _valid_value_checks(types, class_name): argument
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c419 reg_msg_window_class (const char *class_name, HINSTANCE inst) in reg_msg_window_class()
433 unreg_msg_window_class (ATOM class_id, const char *class_name, HINSTANCE inst) in unreg_msg_window_class()
/third_party/boost/boost/python/suite/indexing/
Dmap_indexing_suite.hpp75 object class_name(cl.attr("__name__")); in extension_def() local
/third_party/toybox/toys/pending/
Dtr.c111 static int find_class(char *class_name) in find_class()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c286 lit_magic_string_id_t class_name = ecma_object_get_class_name (arg_object_p); in ecma_raise_standard_error_with_format() local
/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp318 auto class_name = get_return_type(dummy<Signature>()); in get_constructor() local
364 auto class_name = get_name<Class>(); in get_destructor() local
/third_party/ffmpeg/libavutil/
Dlog.h72 const char* class_name; member

123