Home
last modified time | relevance | path

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

1234567

/external/rust/android-crates-io/crates/der/src/asn1/
Dnull.rs10 pub struct Null; struct
14 impl<'a> DecodeValue<'a> for Null { implementation
24 impl EncodeValue for Null { implementation
34 impl FixedTag for Null { implementation
38 impl OrdIsValueOrd for Null {} implementation
/external/guice/lib/build/jdiff/
DNull.java5 public class Null { class
6 public Null() {} in Null() method in Null
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Darena_promise.h66 struct Null { struct
78 const Vtable<T> Null<T>::vtable = {PollOnce, Destroy}; argument
/external/grpc-grpc/src/core/lib/promise/
Darena_promise.h70 struct Null { struct
82 const Vtable<T> Null<T>::vtable = {PollOnce, Destroy}; argument
/external/mockito/src/main/java/org/mockito/internal/matchers/
DNull.java11 public class Null implements ArgumentMatcher<Object>, Serializable { class
15 private Null() {} in Null() method in Null
/external/easymock/src/org/easymock/internal/matchers/
DNull.java22 public class Null implements IArgumentMatcher, Serializable { class
28 private Null() { in Null() method in Null
/external/harfbuzz_ng/src/OT/Layout/Common/
DRangeRecord.hh90 struct Null<OT::Layout::Common::RangeRecord<Spec>> { struct
92 … return *reinterpret_cast<const OT::Layout::Common::RangeRecord<Spec> *> (_hb_Null_OT_RangeRecord); in get_null() argument
/external/llvm/lib/Fuzzer/test/
DNullDerefOnEmptyTest.cpp10 static volatile int *Null = 0; variable
DNullDerefTest.cpp11 static volatile int *Null = 0; variable
/external/rust/android-crates-io/crates/winnow/examples/json/
Djson.rs5 Null, enumerator
/external/harfbuzz_ng/src/
Dhb-null.hh111 struct Null { struct
122 static const Type & get_null () { return Null<Type>::get_null (); } in get_null() argument
124 #define Null(Type) NullHelper<Type>::get_null () macro
/external/executorch/backends/apple/coreml/runtime/kvstore/
Dtypes.hpp18 struct Null {}; struct
90 Null, enumerator
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs49 internal static JsonToken Null { get { return _null; } } property in Google.Protobuf.JsonToken
75 Null, enumerator
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs49 internal static JsonToken Null { get { return _null; } } property in Google.Protobuf.JsonToken
75 Null, enumerator
/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs49 internal static JsonToken Null { get { return _null; } } property in Google.Protobuf.JsonToken
75 Null, enumerator
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_destroy_test.cpp24 TEST(BinaryDestroy, Null) { in TEST() argument
/external/angle/third_party/spirv-tools/src/test/
Dbinary_destroy_test.cpp24 TEST(BinaryDestroy, Null) { in TEST() argument
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_destroy_test.cpp24 TEST(BinaryDestroy, Null) { in TEST() argument
/external/llvm/unittests/ADT/
DPostOrderIteratorTest.cpp22 void *Null = nullptr; in TEST() local
/external/libchrome/base/
Dunguessable_token.cc22 const UnguessableToken& UnguessableToken::Null() { in Null() function in base::UnguessableToken
/external/libchrome/mojo/public/cpp/base/
Dref_counted_memory_unittest.cc27 TEST(RefCountedMemoryTest, Null) { in TEST() argument
/external/perfetto/protos/perfetto/trace_summary/
Dv2_metric.proto234 message Null {} message
/external/cronet/tot/base/
Dunguessable_token.cc31 const UnguessableToken& UnguessableToken::Null() { in Null() function in base::UnguessableToken
/external/cronet/stable/base/
Dunguessable_token.cc31 const UnguessableToken& UnguessableToken::Null() { in Null() function in base::UnguessableToken
/external/rust/android-crates-io/crates/config/src/file/format/
Djson5.rs10 Null, enumerator

1234567