Home
last modified time | relevance | path

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

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Dvalue.go86 type valueFlatString struct { struct
87 valueBase
89 value []rune
92 func (s *valueFlatString) index(i *interpreter, trace traceElement, index int) (value, error) {
99 func (s *valueFlatString) getRunes() []rune {
103 func (s *valueFlatString) getGoString() string {
107 func (s *valueFlatString) length() int {
111 func (s *valueFlatString) getType() *valueType {