/external/starlark-go/starlark/ |
D | interp.go | 650 func (mandatory) Truth() Bool { return False } func 668 func (c *cell) Truth() Bool { panic("unreachable") } func
|
D | value.go | 101 Truth() Bool methodSpec 354 func (NoneType) Truth() Bool { return False } func 374 func (b Bool) Truth() Bool { return b } func 424 func (f Float) Truth() Bool { return f != 0.0 } func 527 func (s String) Truth() Bool { return len(s) > 0 } func 577 func (si stringElems) Truth() Bool { return True } func 626 func (si stringCodepoints) Truth() Bool { return True } func 692 func (fn *Function) Truth() Bool { return true } func 742 func (b *Builtin) Truth() Bool { return true } func 794 func (d *Dict) Truth() Bool { return d.Len() > 0 } func [all …]
|
D | eval_test.go | 175 func (t fib) Truth() starlark.Bool { return true } func 225 func (hf *hasfields) Truth() starlark.Bool { return true } func 812 func (b *badType) Truth() starlark.Bool { return true } func
|
D | bench_test.go | 79 func (benchmark) Truth() starlark.Bool { return true } func
|
D | int.go | 177 func (i Int) Truth() Bool { return i.Sign() != 0 } func
|
D | library.go | 871 func (r rangeValue) Truth() Bool { return r.len > 0 } func 1484 func (bi bytesIterable) Truth() Bool { return True } func
|
/external/starlark-go/lib/proto/ |
D | proto.go | 703 func (m *Message) Truth() starlark.Bool { return true } func 911 func (rf *RepeatedField) Truth() starlark.Bool { return rf.list.Len() > 0 } func 958 func (f FileDescriptor) Truth() starlark.Bool { return true } func 1012 func (d MessageDescriptor) Truth() starlark.Bool { return true } func 1068 func (d FieldDescriptor) Truth() starlark.Bool { return true } func 1108 func (e EnumDescriptor) Truth() starlark.Bool { return true } func 1202 func (e EnumValueDescriptor) Truth() starlark.Bool { return true } func
|
/external/starlark-go/starlarkstruct/ |
D | module.go | 26 func (m *Module) Truth() starlark.Bool { return true } func
|
D | struct_test.go | 61 func (sym *symbol) Truth() starlark.Bool { return starlark.True } func
|
D | struct.go | 159 func (s *Struct) Truth() starlark.Bool { return true } // even when empty func
|
/external/nanopb-c/tests/without_64bit/ |
D | alltypes.proto | 32 Truth = 42; enumerator
|
/external/nanopb-c/tests/field_size_16_proto3/ |
D | alltypes.proto | 37 Truth = 42; enumerator
|
/external/nanopb-c/tests/alltypes_proto3/ |
D | alltypes.proto | 37 Truth = 42; enumerator
|
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 35 Truth = 42; enumerator
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.proto | 35 Truth = 42; enumerator
|
/external/grpc-grpc/third_party/nanopb/tests/alltypes/ |
D | alltypes.proto | 36 Truth = 42; enumerator
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 35 Truth = 42; enumerator
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/ |
D | alltypes.proto | 35 Truth = 42; enumerator
|
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/ |
D | alltypes.proto | 35 Truth = 42; enumerator
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 35 Truth = 42; enumerator
|
/external/nanopb-c/tests/alltypes/ |
D | alltypes.proto | 36 Truth = 42; enumerator
|
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 23 bool Truth; member
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 23 bool Truth; member
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 6488 TEST(StreamingAssertionsTest, Truth) { in TEST() argument
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_unittest.cc | 6345 TEST(StreamingAssertionsTest, Truth) { in TEST() argument
|