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

  /external/oj-libjdwp/src/share/back/
SDE.c 104 private char* NullString = null;
464 * NullString
647 storeFile(1, jplsFilename, NullString);
  /prebuilts/go/darwin-x86/src/database/sql/
convert_test.go 288 var ns NullString
312 {driver.DefaultParameterConverter, NullString{"hi", true}, "hi", ""},
313 {driver.DefaultParameterConverter, NullString{"", false}, nil, ""},
sql_test.go     [all...]
convert.go 61 // itself to a driver type. For example, a NullString
sql.go 148 // NullString represents a string that may be null.
149 // NullString implements the Scanner interface so
152 // var s NullString
161 type NullString struct {
167 func (ns *NullString) Scan(value interface{}) error {
177 func (ns NullString) Value() (driver.Value, error) {
186 // it can be used as a scan destination, similar to NullString.
212 // it can be used as a scan destination, similar to NullString.
238 // it can be used as a scan destination, similar to NullString.
    [all...]
fakedb_test.go 1133 case "nullstring":
1165 case "nullstring":
1166 return reflect.TypeOf(NullString{})
  /prebuilts/go/linux-x86/src/database/sql/
convert_test.go 288 var ns NullString
312 {driver.DefaultParameterConverter, NullString{"hi", true}, "hi", ""},
313 {driver.DefaultParameterConverter, NullString{"", false}, nil, ""},
sql_test.go     [all...]
convert.go 61 // itself to a driver type. For example, a NullString
sql.go 148 // NullString represents a string that may be null.
149 // NullString implements the Scanner interface so
152 // var s NullString
161 type NullString struct {
167 func (ns *NullString) Scan(value interface{}) error {
177 func (ns NullString) Value() (driver.Value, error) {
186 // it can be used as a scan destination, similar to NullString.
212 // it can be used as a scan destination, similar to NullString.
238 // it can be used as a scan destination, similar to NullString.
    [all...]
fakedb_test.go 1133 case "nullstring":
1165 case "nullstring":
1166 return reflect.TypeOf(NullString{})
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 392 milliseconds