github.com/aws/aws-sdk-go/internal/ini.Token.Raw (method)
11 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
expression.go#L23: return string(children[0].Root.Raw())
ini_lexer.go#L158: func (tok Token) Raw() []rune {
ini_parser.go#L225: k.Root.raw = append(k.Root.raw, tok.Raw()...)
ini_parser.go#L240: rhs.Root.raw = append(rhs.Root.raw, tok.Raw()...)
ini_parser.go#L250: if !runeCompare(tok.Raw(), openBrace) {
ini_parser.go#L264: if !runeCompare(tok.Raw(), closeBrace) {
ini_parser.go#L284: k.Root.raw = append(k.Root.raw, tok.Raw()...)
literal_tokens.go#L199: r := tok.Raw()
literal_tokens.go#L205: v.raw = append(v.raw, tok.Raw()...)
visitor.go#L58: v, err := newValue(rhs.Root.ValueType, rhs.Root.base, rhs.Root.Raw())
visitor.go#L84: name := string(child.Root.Raw())
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |