HomeSort by relevance Sort by last modified time
    Searched refs:StringVal (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evcoll.h 100 LPCWSTR StringVal;
winevt.h 288 LPCWSTR StringVal;
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 53 // If the Value is of Kind String, use StringVal to obtain the unquoted string.
70 stringVal string
80 func (stringVal) Kind() Kind { return String }
91 func (x stringVal) String() string {
163 func (x stringVal) ExactString() string { return strconv.Quote(string(x)) }
183 func (stringVal) implementsValue() {}
284 func MakeString(s string) Value { return stringVal(s) }
379 // StringVal returns the Go string value of x, which must be a String or an Unknown.
381 func StringVal(x Value) string {
383 case stringVal
    [all...]
  /prebuilts/go/linux-x86/src/go/constant/
value.go 53 // If the Value is of Kind String, use StringVal to obtain the unquoted string.
70 stringVal string
80 func (stringVal) Kind() Kind { return String }
91 func (x stringVal) String() string {
163 func (x stringVal) ExactString() string { return strconv.Quote(string(x)) }
183 func (stringVal) implementsValue() {}
284 func MakeString(s string) Value { return stringVal(s) }
379 // StringVal returns the Go string value of x, which must be a String or an Unknown.
381 func StringVal(x Value) string {
383 case stringVal
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 330 if s, ok := stringVal(etypes[arg]); ok && isFormat(s) {
410 // stringVal returns the (unquoted) string value and true if
412 func stringVal(tv types.TypeAndValue) (string, bool) {
414 return constant.StringVal(tv.Value), true
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 142 return constant.StringVal(lit), true
  /prebuilts/go/darwin-x86/src/go/types/
builtins.go 147 val = constant.MakeInt64(int64(len(constant.StringVal(x.val))))
expr.go     [all...]
stmt.go 197 return constant.StringVal(val)
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 330 if s, ok := stringVal(etypes[arg]); ok && isFormat(s) {
410 // stringVal returns the (unquoted) string value and true if
412 func stringVal(tv types.TypeAndValue) (string, bool) {
414 return constant.StringVal(tv.Value), true
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 142 return constant.StringVal(lit), true
  /prebuilts/go/linux-x86/src/go/types/
builtins.go 147 val = constant.MakeInt64(int64(len(constant.StringVal(x.val))))
expr.go     [all...]
stmt.go 197 return constant.StringVal(val)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [all...]

Completed in 423 milliseconds