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

  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 174 // IsValue reports whether v is a valid Value parameter type.
175 func IsValue(v interface{}) bool {
186 // IsScanValue is equivalent to IsValue.
189 return IsValue(v)
197 // IsValue(arg). Otherwise, if the argument implements Valuer, its
234 if IsValue(v) {
243 if !IsValue(sv) {
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 174 // IsValue reports whether v is a valid Value parameter type.
175 func IsValue(v interface{}) bool {
186 // IsScanValue is equivalent to IsValue.
189 return IsValue(v)
197 // IsValue(arg). Otherwise, if the argument implements Valuer, its
234 if IsValue(v) {
243 if !IsValue(sv) {
  /external/v8/tools/clang/blink_gc_plugin/
CheckFinalizerVisitor.cpp 45 if (edge->ptr()->IsValue()) {
Edge.h 100 virtual bool IsValue() { return false; }
114 bool IsValue() override { return true; }
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 68 if !driver.IsValue(sv) {
87 if !driver.IsValue(nv.Value) {
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 68 if !driver.IsValue(sv) {
87 if !driver.IsValue(nv.Value) {
  /prebuilts/go/darwin-x86/src/go/types/
example_test.go 301 case tv.IsValue():
api.go 282 // IsValue reports whether the corresponding expression is a value.
285 func (tv TypeAndValue) IsValue() bool {
api_test.go 343 pred(tv.IsValue() && tv.Value != nil, "const")
344 pred(tv.IsValue() && tv.Value == nil, "value")
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 301 case tv.IsValue():
api.go 282 // IsValue reports whether the corresponding expression is a value.
285 func (tv TypeAndValue) IsValue() bool {
api_test.go 343 pred(tv.IsValue() && tv.Value != nil, "const")
344 pred(tv.IsValue() && tv.Value == nil, "value")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 413 if tv.IsValue() && tv.Value != nil && tv.Value.Kind() == constant.String {
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 413 if tv.IsValue() && tv.Value != nil && tv.Value.Kind() == constant.String {
  /external/v8/src/compiler/
ast-graph-builder.cc 34 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen.h 757 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 425 bool IsValue() const { return kind_ == Expression::kValue; }
    [all...]

Completed in 844 milliseconds