Home
last modified time | relevance | path

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

12

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs60 public enum NullValue { enum
64 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
272 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
354 NullValue = 1, enumerator
/external/rust/crates/protobuf/src/well_known_types/
Dstruct_pb.rs216 pub fn get_null_value(&self) -> NullValue { in get_null_value()
234 pub fn set_null_value(&mut self, v: NullValue) { in set_null_value()
836 pub enum NullValue { enum
840 impl crate::ProtobufEnum for NullValue { implementation
845 fn from_i32(value: i32) -> ::std::option::Option<NullValue> { in from_i32()
867 impl ::std::marker::Copy for NullValue { implementation
870 impl ::std::default::Default for NullValue { implementation
876 impl crate::reflect::ProtobufValue for NullValue { implementation
/external/protobuf/php/src/Google/Protobuf/
DNullValue.php16 class NullValue class
/external/golang-protobuf/ptypes/struct/
Dstruct.proto84 enum NullValue { enum
Dstruct.pb.go27 type NullValue int32 type
156NullValue NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,proto3,enum=google.prot… member
/external/protobuf/src/google/protobuf/
Dstruct.proto84 enum NullValue { enum
Dstruct.pb.h83 enum NullValue : int { 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.java106 private static final class NullValue<V> extends CacheValue<V> { class in CacheValue
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/external/webrtc/modules/audio_processing/aec3/
Decho_remover_metrics_unittest.cc26 TEST(UpdateDbMetricDeathTest, NullValue) { in TEST() argument
/external/protobuf/php/tests/
Dwell_known_test.php26 use Google\Protobuf\NullValue; alias
/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc17 TEST(ValuesStructTraitsTest, NullValue) { in TEST() argument
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php50 use Google\Protobuf\NullValue; alias
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp549 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_x86_64
DMachO_arm64.cpp660 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp660 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_x86_64
DMachO_arm64.cpp681 uint64_t NullValue = 0; member in llvm::jitlink::MachOJITLinker_arm64
/external/skia/src/utils/
DSkJSON.cpp53 NullValue::NullValue() { in NullValue() function in skjson::NullValue
/external/skqp/src/utils/
DSkJSON.cpp54 NullValue::NullValue() { in NullValue() function in skjson::NullValue
/external/protobuf/php/ext/google/protobuf/
Dmessage.c1239 PHP_METHOD(NullValue, name) { argument
1256 PHP_METHOD(NullValue, value) { argument
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp734 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml262 | NullValue Constructor
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml295 | NullValue Constructor

12