xo-gc: cosmetic: rename xo::mm::role -> xo::mm::Role
This commit is contained in:
parent
b794f225b2
commit
d7c2ae295a
11 changed files with 40 additions and 39 deletions
|
|
@ -51,7 +51,7 @@
|
|||
noexcept: false,
|
||||
attributes: [],
|
||||
},
|
||||
// Generation generation_of(role r, const void * addr) const noexcept;
|
||||
// Generation generation_of(Role r, const void * addr) const noexcept;
|
||||
{
|
||||
name: "generation_of",
|
||||
doc: [
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
],
|
||||
return_type: "Generation",
|
||||
args: [
|
||||
{type: "role", name: "r"},
|
||||
{type: "Role", name: "r"},
|
||||
{type: "const void *", name: "addr"},
|
||||
],
|
||||
const: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue