Home
last modified time | relevance | path

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

/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dparser.peg.go108 type tokens32 struct { struct
109 tree []token32
112 func (t *tokens32) Trim(length uint32) {
116 func (t *tokens32) Print() {
122 func (t *tokens32) AST() *node32 {
147 func (t *tokens32) PrintSyntaxTree(buffer string) {
151 func (t *tokens32) PrettyPrintSyntaxTree(buffer string) {
155 func (t *tokens32) Add(rule pegRule, begin, end, index uint32) {
168 func (t *tokens32) Tokens() []token32 {
179 tokens32 anonMember
/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.peg.go150 type tokens32 struct { struct
151 tree []token32
154 func (t *tokens32) Trim(length uint32) {
158 func (t *tokens32) Print() {
164 func (t *tokens32) AST() *node32 {
189 func (t *tokens32) PrintSyntaxTree(buffer string) {
193 func (t *tokens32) PrettyPrintSyntaxTree(buffer string) {
197 func (t *tokens32) Add(rule pegRule, begin, end, index uint32) {
210 func (t *tokens32) Tokens() []token32 {
221 tokens32 anonMember