Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go150 type tokens32 struct { struct
154 func (t *tokens32) Trim(length uint32) { argument
158 func (t *tokens32) Print() { argument
164 func (t *tokens32) AST() *node32 { argument
189 func (t *tokens32) PrintSyntaxTree(buffer string) { argument
193 func (t *tokens32) PrettyPrintSyntaxTree(buffer string) { argument
197 func (t *tokens32) Add(rule pegRule, begin, end, index uint32) { argument
210 func (t *tokens32) Tokens() []token32 { argument
221 tokens32 anonMember
294 p.tokens32.PrettyPrintSyntaxTree(p.Buffer)
[all …]