Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
fd769d56
Commit
fd769d56
authored
Dec 10, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, regenerate bootstraps.
parent
fa34f823
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
lexer.capnp.h
c++/src/capnp/compiler/lexer.capnp.h
+4
-4
schema.capnp.h
c++/src/capnp/schema.capnp.h
+2
-2
No files found.
c++/src/capnp/compiler/lexer.capnp.h
View file @
fd769d56
...
...
@@ -205,7 +205,7 @@ public:
inline
bool
hasParenthesizedList
();
inline
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Builder
getParenthesizedList
();
inline
void
setParenthesizedList
(
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Reader
value
);
inline
void
setParenthesizedList
(
std
::
initializer_list
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
);
inline
void
setParenthesizedList
(
::
kj
::
ArrayPtr
<
const
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
);
inline
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Builder
initParenthesizedList
(
unsigned
int
size
);
inline
void
adoptParenthesizedList
(
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>&&
value
);
inline
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>
disownParenthesizedList
();
...
...
@@ -214,7 +214,7 @@ public:
inline
bool
hasBracketedList
();
inline
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Builder
getBracketedList
();
inline
void
setBracketedList
(
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Reader
value
);
inline
void
setBracketedList
(
std
::
initializer_list
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
);
inline
void
setBracketedList
(
::
kj
::
ArrayPtr
<
const
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
);
inline
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>::
Builder
initBracketedList
(
unsigned
int
size
);
inline
void
adoptBracketedList
(
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>&&
value
);
inline
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>
disownBracketedList
();
...
...
@@ -772,7 +772,7 @@ inline void Token::Builder::setParenthesizedList( ::capnp::List< ::capnp::List<
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>::
set
(
_builder
.
getPointerField
(
0
*
::
capnp
::
POINTERS
),
value
);
}
inline
void
Token
::
Builder
::
setParenthesizedList
(
std
::
initializer_list
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
)
{
inline
void
Token
::
Builder
::
setParenthesizedList
(
::
kj
::
ArrayPtr
<
const
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
)
{
_builder
.
setDataField
<
Token
::
Which
>
(
0
*
::
capnp
::
ELEMENTS
,
Token
::
PARENTHESIZED_LIST
);
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>::
set
(
...
...
@@ -830,7 +830,7 @@ inline void Token::Builder::setBracketedList( ::capnp::List< ::capnp::List< ::ca
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>::
set
(
_builder
.
getPointerField
(
0
*
::
capnp
::
POINTERS
),
value
);
}
inline
void
Token
::
Builder
::
setBracketedList
(
std
::
initializer_list
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
)
{
inline
void
Token
::
Builder
::
setBracketedList
(
::
kj
::
ArrayPtr
<
const
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>::
Reader
>
value
)
{
_builder
.
setDataField
<
Token
::
Which
>
(
0
*
::
capnp
::
ELEMENTS
,
Token
::
BRACKETED_LIST
);
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
capnp
::
List
<
::
capnp
::
compiler
::
Token
>>>::
set
(
...
...
c++/src/capnp/schema.capnp.h
View file @
fd769d56
...
...
@@ -879,7 +879,7 @@ public:
inline
bool
hasExtends
();
inline
::
capnp
::
List
<
::
uint64_t
>::
Builder
getExtends
();
inline
void
setExtends
(
::
capnp
::
List
<
::
uint64_t
>::
Reader
value
);
inline
void
setExtends
(
std
::
initializer_list
<
::
uint64_t
>
value
);
inline
void
setExtends
(
::
kj
::
ArrayPtr
<
const
::
uint64_t
>
value
);
inline
::
capnp
::
List
<
::
uint64_t
>::
Builder
initExtends
(
unsigned
int
size
);
inline
void
adoptExtends
(
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
uint64_t
>>&&
value
);
inline
::
capnp
::
Orphan
<
::
capnp
::
List
<
::
uint64_t
>>
disownExtends
();
...
...
@@ -3309,7 +3309,7 @@ inline void Node::Interface::Builder::setExtends( ::capnp::List< ::uint64_t>::Re
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
uint64_t
>>::
set
(
_builder
.
getPointerField
(
4
*
::
capnp
::
POINTERS
),
value
);
}
inline
void
Node
::
Interface
::
Builder
::
setExtends
(
std
::
initializer_list
<
::
uint64_t
>
value
)
{
inline
void
Node
::
Interface
::
Builder
::
setExtends
(
::
kj
::
ArrayPtr
<
const
::
uint64_t
>
value
)
{
::
capnp
::
_
::
PointerHelpers
<
::
capnp
::
List
<
::
uint64_t
>>::
set
(
_builder
.
getPointerField
(
4
*
::
capnp
::
POINTERS
),
value
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment