Home
last modified time | relevance | path

Searched defs:NullValue (Results 1 – 18 of 18) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs59 public enum NullValue { enum
63 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
237 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
314 NullValue = 1, enumerator
/external/golang-protobuf/ptypes/struct/
Dstruct.proto85 enum NullValue { enum
Dstruct.pb.go36 type NullValue int32 type
112NullValue NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,enum=google.protobuf.Nu… member
/external/protobuf/src/google/protobuf/
Dstruct.proto85 enum NullValue { enum
Dstruct.pb.h47 enum NullValue { enum
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCacheValue.java103 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCacheValue.java105 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp538 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml209 | NullValue Constructor
Dllvm.mli261 | NullValue Constructor
Dllvm_ocaml.c411 NullValue=0, enumerator
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp734 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml262 | NullValue Constructor
Dllvm.mli331 | NullValue Constructor
Dllvm_ocaml.c520 NullValue=0, enumerator
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc845 TEST_P(ProtoStreamObjectWriterTest, NullValue) { in TEST_P() argument
/external/clang/lib/Sema/
DSemaExpr.cpp481 std::string NullValue; in DiagnoseSentinelCalls() local