Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf/src/well_known_types/
Dstruct_.rs204 pub fn null_value(&self) -> NullValue { in null_value()
223 pub fn set_null_value(&mut self, v: NullValue) { in set_null_value()
631 NullValue(crate::EnumOrUnknown<super::NullValue>), enumerator
794 pub enum NullValue { enum
799 impl crate::Enum for NullValue { implementation
806 fn from_i32(value: i32) -> ::std::option::Option<NullValue> { in from_i32()
818 impl crate::EnumFull for NullValue { implementation
830 impl ::std::default::Default for NullValue { implementation
836 impl NullValue { implementation
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs60 public enum NullValue { enum
64 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
340 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
427 NullValue = 1, enumerator
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs60 public enum NullValue { enum
64 [pbr::OriginalName("NULL_VALUE")] NullValue = 0, enumerator
340 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in Google.Protobuf.WellKnownTypes.Value
427 NullValue = 1, enumerator
/external/rust/crates/protobuf/2.27.1/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/cronet/third_party/protobuf/php/src/Google/Protobuf/
DNullValue.php16 class NullValue class
/external/cronet/third_party/protobuf/src/google/protobuf/
Dstruct.proto84 enum NullValue { enum
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Dstruct.proto84 enum NullValue { enum
/external/protobuf/src/google/protobuf/
Dstruct.proto84 enum NullValue { enum
/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/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/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/external/cronet/third_party/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/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs220 public void NullValue() in NullValue() method in Google.Protobuf.JsonTokenizerTest
/external/protobuf/php/tests/
DWellKnownTest.php27 use Google\Protobuf\NullValue; alias
/external/webrtc/modules/audio_processing/aec3/
Decho_remover_metrics_unittest.cc26 TEST(UpdateDbMetricDeathTest, NullValue) { in TEST() argument
/external/cronet/third_party/protobuf/php/tests/
DWellKnownTest.php27 use Google\Protobuf\NullValue; alias
/external/golang-protobuf/types/known/structpb/
Dstruct.pb.go136 type NullValue int32 type
529NullValue NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,proto3,enum=google.prot… member
/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/cronet/third_party/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/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs3208 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in UnitTest.Issues.TestProtos.NullValueOutsideStruct
3221 NullValue = 2, enumerator
3450 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue { property in UnitTest.Issues.TestProtos.NullValueNotInOneof

12