HomeSort by relevance Sort by last modified time
    Searched refs:NullValue (Results 1 - 25 of 32) sorted by null

1 2

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 43 new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Google.Protobuf.WellKnownTypes.NullValue), }, new pbr::GeneratedClrTypeInfo[] {
45 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Value), global::Google.Protobuf.WellKnownTypes.Value.Parser, new[]{ "NullValue", "NumberValue", "StringValue", "BoolValue", "StructValue", "ListValue" }, new[]{ "Kind" }, null, null),
54 /// `NullValue` is a singleton enumeration to represent the null value for the
57 /// The JSON representation for `NullValue` is JSON `null`.
59 public enum NullValue {
63 [pbr::OriginalName("NULL_VALUE")] NullValue = 0,
206 case KindOneofCase.NullValue:
207 NullValue = other.NullValue;
237 public global::Google.Protobuf.WellKnownTypes.NullValue NullValue
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 56 private static final CacheValue NULL_VALUE = new NullValue();
105 private static final class NullValue<V> extends CacheValue<V> {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 54 private static final CacheValue NULL_VALUE = new NullValue();
103 private static final class NullValue<V> extends CacheValue<V> {
  /external/protobuf/src/google/protobuf/
struct.pb.h 47 enum NullValue {
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
58 inline const ::std::string& NullValue_Name(NullValue value) {
63 const ::std::string& name, NullValue* value) {
64 return ::google::protobuf::internal::ParseNamedEnum<NullValue>(
227 // optional .google.protobuf.NullValue null_value = 1;
233 ::google::protobuf::NullValue null_value() const;
234 void set_null_value(::google::protobuf::NullValue value);
435 // optional .google.protobuf.NullValue null_value = 1
    [all...]
struct.pb.cc 162 "_value\030\001 \001(\0162\032.google.protobuf.NullValue"
622 // optional .google.protobuf.NullValue null_value = 1;
629 set_null_value(static_cast< ::google::protobuf::NullValue >(value));
736 // optional .google.protobuf.NullValue null_value = 1;
780 // optional .google.protobuf.NullValue null_value = 1;
830 // optional .google.protobuf.NullValue null_value = 1;
967 // optional .google.protobuf.NullValue null_value = 1;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 47 enum NullValue {
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
58 inline const ::std::string& NullValue_Name(NullValue value) {
63 const ::std::string& name, NullValue* value) {
64 return ::google::protobuf::internal::ParseNamedEnum<NullValue>(
227 // optional .google.protobuf.NullValue null_value = 1;
233 ::google::protobuf::NullValue null_value() const;
234 void set_null_value(::google::protobuf::NullValue value);
435 // optional .google.protobuf.NullValue null_value = 1
    [all...]
  /external/protobuf/conformance/
Makefile.am 48 com/google/protobuf/NullValue.java \
112 lite/com/google/protobuf/NullValue.java \
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 734 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
736 EdgeTable[i] = NullValue;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 538 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
540 EdgeTable[i] = NullValue;
  /external/v8/src/heap/
heap.h 39 V(Oddball, null_value, NullValue) \
264 V(NullValue) \
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 520 NullValue=0,
551 CAMLreturn(Val_int(NullValue));
    [all...]
llvm.ml 262 | NullValue
    [all...]
llvm.mli 331 | NullValue
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 411 NullValue=0,
440 CAMLreturn(Val_int(NullValue));
    [all...]
llvm.ml 209 | NullValue
    [all...]
llvm.mli 261 | NullValue
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 845 TEST_P(ProtoStreamObjectWriterTest, NullValue) {
    [all...]
  /external/v8/src/
code-stub-assembler.h 43 V(NullValue, Null) \
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /external/clang/lib/Sema/
SemaExpr.cpp 481 std::string NullValue;
483 NullValue = "nil";
485 NullValue = "nullptr";
487 NullValue = "NULL";
489 NullValue = "(void*) 0";
496 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 

Completed in 1084 milliseconds

1 2