Home
last modified time | relevance | path

Searched refs:parent_method (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/p5-Inline-CPP/Inline-CPP-0.80/t/classes/
H A D10auto_inherit.t13 can_ok 'Inline::Test::Parent', 'parent_method';
14 is $parent_object->parent_method(), 'RETVAL FROM parent_method()', 'Proper object method associatio…
21 can_ok 'Inline::Test::Child1', 'parent_method';
22 is $child1_object->parent_method(), 'RETVAL FROM parent_method()', 'Proper Inline::Test::Child1 obj…
29 can_ok 'Inline::Test::Child2', 'parent_method';
30 is $child2_object->parent_method(), 'RETVAL FROM parent_method()', 'Proper Inline::Test::Child2 obj…
39 can_ok 'Inline::Test::Grandchild', 'parent_method';
40 is $grandchild_object->parent_method(), 'RETVAL FROM parent_method()', 'Proper Inline::Test::Grandc…
50 SV* parent_method() { return(newSVpv("RETVAL FROM parent_method()", 27)); }
/dports/devel/pydbus-common/dbus-python-1.2.18/dbus/
H A Dservice.py197 parent_method = None
232 parent_method = cls.__dict__[method_name]
244 parent_method = cls.__dict__[method_name]
674 if parent_method._dbus_async_callbacks:
680 if parent_method._dbus_sender_keyword:
682 if parent_method._dbus_path_keyword:
684 if parent_method._dbus_rel_path_keyword:
707 if parent_method._dbus_destination_keyword:
709 if parent_method._dbus_message_keyword:
711 if parent_method._dbus_connection_keyword:
[all …]
/dports/devel/py-dbus/dbus-python-1.2.18/dbus/
H A Dservice.py197 parent_method = None
232 parent_method = cls.__dict__[method_name]
244 parent_method = cls.__dict__[method_name]
674 if parent_method._dbus_async_callbacks:
680 if parent_method._dbus_sender_keyword:
682 if parent_method._dbus_path_keyword:
684 if parent_method._dbus_rel_path_keyword:
707 if parent_method._dbus_destination_keyword:
709 if parent_method._dbus_message_keyword:
711 if parent_method._dbus_connection_keyword:
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D812-role-compatibility.t8 sub parent_method { 'parent_method' }
32 can_ok $o, qw(parent_method child_method);
33 is $o->parent_method, 'parent_method';
/dports/devel/p5-Test-MockObject/Test-MockObject-1.20200122/lib/Test/MockObject/
H A DExtends.pm118 my $parent_method = $self->SUPER::can( $method );
119 return $parent_method if $parent_method;
149 if (my $parent_method = $parent->can( $method ))
151 return $self->$parent_method( @_ );
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/lib/Data/ObjectDriver/
H A DBaseObject.pm77 my $parent_method = $config->{parent_method};
145 if (!defined $parent_method) {
146 $parent_method = lc($class);
147 $parent_method =~ s/^.*:://;
149 $parent_method .= '_objs';
153 *{"${parentclass}::$parent_method"} = sub {
170 *{"${parentclass}::$parent_method"} = sub {
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/tutorials/phpDocumentor/
H A Dtags.uses.pkg62 function parent_method()
111 function parent_method()
122 * @usedby main_class::parent_method() sets a temporary variable
128 * @usedby main_class::parent_method() this is compared to {@link TEST_CONST}
134 * @usedby main_class::parent_method() compared to {@link subclass::$foo}, we
H A Dtags.see.pkg71 * example of linking to same class, outputs <u>main_class::parent_method()</u>
72 * @see parent_method
83 function parent_method()
100 * @see parent_method()
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/controllers/
H A Ddecoratedcontroller.py36 parent_method = getattr(pcls, name, None)
37 if parent_method and hasattr(parent_method, 'decoration'):
38 value.decoration.merge(parent_method.decoration)
/dports/devel/p5-Data-ObjectDriver/Data-ObjectDriver-0.21/t/
H A D07-has-a.t32 parent_method => 'ingredients',
65 is $r->recipe_id, $recipe->recipe_id, "recipe id back using 'parent_method'";
H A D07-has-a-cached.t35 parent_method => 'ingredients',
60 is $r->recipe_id, $recipe->recipe_id, "recipe id back using 'parent_method'";
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dcordz_test.cc153 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
177 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST_P()
189 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
201 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
233 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
245 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
450 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/
H A Dcordz_test.cc153 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
177 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST_P()
189 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
201 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
233 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
245 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
450 EXPECT_THAT(stats.parent_method, Eq(Method::kAppendString)); in TEST()
/dports/devel/arcanist/arcanist-b2e715f/src/__tests__/
H A DPhutilLibraryTestCase.php165 ReflectionMethod $parent_method, argument
176 $parent_modifiers = $parent_method->getModifiers();
/dports/devel/arcanist-lib/arcanist-b2e715f/src/__tests__/
H A DPhutilLibraryTestCase.php165 ReflectionMethod $parent_method, argument
176 $parent_modifiers = $parent_method->getModifiers();
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/020_attributes/
H A D011_more_attr_delegation.t213 sub parent_method { "p" }
231 is( $p->parent_method, "p", "parent method" );
/dports/devel/p5-Class-Unload/Class-Unload-0.11/t/lib/MyClass/
H A DParent.pm4 sub parent_method { return 'parent_method'; } subroutine
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/lang/clang-mesa/clang-13.0.1.src/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Index/Inputs/
H A Dhidden-redecls.h2 - (void)parent_method;

123