Home
last modified time | relevance | path

Searched defs:Truth (Results 1 – 25 of 25) sorted by relevance

/external/starlark-go/starlark/
Dinterp.go650 func (mandatory) Truth() Bool { return False } func
668 func (c *cell) Truth() Bool { panic("unreachable") } func
Dvalue.go101 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 …]
Deval_test.go175 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
Dbench_test.go79 func (benchmark) Truth() starlark.Bool { return true } func
Dint.go177 func (i Int) Truth() Bool { return i.Sign() != 0 } func
Dlibrary.go871 func (r rangeValue) Truth() Bool { return r.len > 0 } func
1484 func (bi bytesIterable) Truth() Bool { return True } func
/external/starlark-go/lib/proto/
Dproto.go703 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/
Dmodule.go26 func (m *Module) Truth() starlark.Bool { return true } func
Dstruct_test.go61 func (sym *symbol) Truth() starlark.Bool { return starlark.True } func
Dstruct.go159 func (s *Struct) Truth() starlark.Bool { return true } // even when empty func
/external/nanopb-c/tests/without_64bit/
Dalltypes.proto32 Truth = 42; enumerator
/external/nanopb-c/tests/field_size_16_proto3/
Dalltypes.proto37 Truth = 42; enumerator
/external/nanopb-c/tests/alltypes_proto3/
Dalltypes.proto37 Truth = 42; enumerator
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.proto35 Truth = 42; enumerator
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.proto35 Truth = 42; enumerator
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
Dalltypes.proto36 Truth = 42; enumerator
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto35 Truth = 42; enumerator
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/
Dalltypes.proto35 Truth = 42; enumerator
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/
Dalltypes.proto35 Truth = 42; enumerator
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto35 Truth = 42; enumerator
/external/nanopb-c/tests/alltypes/
Dalltypes.proto36 Truth = 42; enumerator
/external/clang/test/CodeGenCXX/
Dtemp-order.cpp23 bool Truth; member
/external/llvm-project/clang/test/CodeGenCXX/
Dtemp-order.cpp23 bool Truth; member
/external/googletest/googletest/test/
Dgtest_unittest.cc6488 TEST(StreamingAssertionsTest, Truth) { in TEST() argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc6345 TEST(StreamingAssertionsTest, Truth) { in TEST() argument