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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 54 private static final CacheValue NULL_VALUE = new NullValue();
103 private static final class NullValue<V> extends CacheValue<V> {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheValue.java 52 private static final CacheValue NULL_VALUE = new NullValue();
101 private static final class NullValue<V> extends CacheValue<V> {
  /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 725 Constant *NullValue = Constant::getNullValue(Int64PtrTy);
727 EdgeTable[i] = NullValue;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 262 | NullValue
    [all...]
llvm_ocaml.c 475 NullValue=0,
506 CAMLreturn(Val_int(NullValue));
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 469 std::string NullValue;
471 NullValue = "nil";
473 NullValue = "nullptr";
475 NullValue = "NULL";
477 NullValue = "(void*) 0";
484 << 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/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-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 

Completed in 438 milliseconds