HomeSort by relevance Sort by last modified time
    Searched defs:NullValue (Results 1 - 23 of 23) sorted by null

  /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/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/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...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 538 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
540 EdgeTable[i] = NullValue;
  /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/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 734 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
736 EdgeTable[i] = NullValue;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 262 | NullValue
    [all...]
llvm_ocaml.c 520 NullValue=0,
551 CAMLreturn(Val_int(NullValue));
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 411 NullValue=0,
440 CAMLreturn(Val_int(NullValue));
    [all...]
  /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.19.0/
google-http-client-1.19.0.jar 
  /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-beta-2/
protobuf-java-3.0.0-beta-2.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.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 986 milliseconds