Home
last modified time | relevance | path

Searched refs:ExampleObject (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/docs/reference/gio/gdbus-object-manager-example/
Dgdbus-object-manager-example-sections.tx100 <FILE>ExampleObject</FILE>
101 <TITLE>ExampleObject</TITLE>
102 ExampleObject
/third_party/python/Modules/
D_testmultiphase.c24 } ExampleObject; typedef
37 Example_traverse(ExampleObject *self, visitproc visit, void *arg) in Example_traverse()
44 Example_finalize(ExampleObject *self) in Example_finalize()
50 Example_demo(ExampleObject *self, PyObject *args) in Example_demo()
71 Example_getattro(ExampleObject *self, PyObject *name) in Example_getattro()
87 Example_setattr(ExampleObject *self, const char *name, PyObject *v) in Example_setattr()
117 sizeof(ExampleObject),
/third_party/glib/gio/tests/
Dgdbus-example-objectmanager-client.c16 ExampleObject *object = EXAMPLE_OBJECT (l->data); in print_objects()
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart3093 /// class ExampleObject extends ExampleSuperclass {