HomeSort by relevance Sort by last modified time
    Searched defs:NullString (Results 1 - 5 of 5) 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/
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...]
  /prebuilts/go/linux-x86/src/database/sql/
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...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 286 milliseconds