Home
last modified time | relevance | path

Searched refs:null_value (Results 1 – 25 of 53) sorted by relevance

123

/external/libchrome/base/json/
Djson_value_serializer_unittest.cc224 Value* null_value = nullptr; in TEST() local
225 ASSERT_TRUE(root_dict->Get("null", &null_value)); in TEST()
226 ASSERT_TRUE(null_value); in TEST()
227 ASSERT_TRUE(null_value->is_none()); in TEST()
417 Value* null_value = nullptr; in TEST_F() local
418 ASSERT_TRUE(root_dict->Get("null", &null_value)); in TEST_F()
419 ASSERT_TRUE(null_value); in TEST_F()
420 ASSERT_TRUE(null_value->is_none()); in TEST_F()
/external/v8/src/
Dprototype-inl.h85 object_ = ReadOnlyRoots(isolate_).null_value(); in Advance()
89 handle_ = isolate_->factory()->null_value(); in Advance()
114 handle_ = isolate_->factory()->null_value(); in AdvanceFollowingProxies()
Dmessages.cc328 if (!HasScript()) return isolate_->factory()->null_value(); in GetFileName()
340 return isolate_->factory()->null_value(); in GetFunctionName()
371 if (!HasScript()) return isolate_->factory()->null_value(); in GetScriptNameOrSourceUrl()
377 return isolate_->factory()->null_value(); in GetMethodName()
385 return isolate_->factory()->null_value(); in GetMethodName()
418 if (!result.is_null()) return isolate_->factory()->null_value(); in GetMethodName()
424 return isolate_->factory()->null_value(); in GetMethodName()
432 return isolate_->factory()->null_value(); in GetTypeName()
442 return isolate_->factory()->null_value(); in GetTypeName()
672 name = isolate_->factory()->null_value(); in GetFunctionName()
[all …]
Daccessors.cc537 Handle<Object> result = isolate->factory()->null_value(); in FunctionArgumentsGetter()
724 result = isolate->factory()->null_value(); in FunctionCallerGetter()
Droots.h27 V(Oddball, null_value, NullValue) \
/external/swiftshader/third_party/LLVM/unittests/Support/
DValueHandleTest.cpp101 Value *null_value = NULL; in TEST_F() local
102 EXPECT_EQ(null_value, WVH); in TEST_F()
103 EXPECT_EQ(null_value, WVH_Copy); in TEST_F()
104 EXPECT_EQ(null_value, WVH_Recreated); in TEST_F()
/external/llvm/unittests/IR/
DValueHandleTest.cpp97 Value *null_value = nullptr; in TEST_F() local
98 EXPECT_EQ(null_value, WVH); in TEST_F()
99 EXPECT_EQ(null_value, WVH_Copy); in TEST_F()
100 EXPECT_EQ(null_value, WVH_Recreated); in TEST_F()
/external/v8/src/compiler/
Djs-graph.cc79 DCHECK(ref.object<Object>().equals(isolate()->factory()->null_value())); in Constant()
180 DEFINE_GETTER(NullConstant, HeapConstant(factory()->null_value()))
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueHandleTest.cpp115 Value *null_value = nullptr; in TEST_F() local
116 EXPECT_EQ(null_value, WVH); in TEST_F()
117 EXPECT_EQ(null_value, WVH_Copy); in TEST_F()
118 EXPECT_EQ(null_value, WVH_Recreated); in TEST_F()
/external/libchrome/mojo/public/mojom/base/
Dvalues.mojom13 uint8 null_value;
/external/protobuf/src/google/protobuf/
Dstruct.pb.cc739 1, this->null_value(), output); in SerializeWithCachedSizes()
783 1, this->null_value(), target); in SerializeWithCachedSizesToArray()
833 ::google::protobuf::internal::WireFormatLite::EnumSize(this->null_value()); in ByteSize()
897 set_null_value(from.null_value()); in MergeFrom()
980 ::google::protobuf::NullValue Value::null_value() const { in null_value() function in google::protobuf::Value
Dstruct.pb.h233 ::google::protobuf::NullValue null_value() const;
448 inline ::google::protobuf::NullValue Value::null_value() const { in null_value() function
Dstruct.proto67 NullValue null_value = 1; field
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.h94 static uint8_t null_value(const base::Value& value) { return 0; }
/external/v8/src/heap/
Dsetup-heap-internal.cc155 map->set_prototype(roots.null_value()); in FinalizePartialMap()
156 map->set_constructor_or_backpointer(roots.null_value()); in FinalizePartialMap()
284 set_exception(roots.null_value()); in CreateInitialMaps()
643 Oddball::Initialize(isolate(), factory->null_value(), "null", in CreateInitialObjects()
/external/googletest/googletest/test/
Dgoogletest-output-test_.cc177 const char* null_value = nullptr; in TEST() local
178 SCOPED_TRACE(null_value); in TEST()
/external/v8/src/builtins/
Dbuiltins-callsite.cc29 return ReadOnlyRoots(isolate).null_value(); in PositiveNumberOrNull()
/external/v8/src/objects/
Dliteral-objects.cc238 current_pair->set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
245 current_pair->set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
/external/protobuf/python/google/protobuf/internal/
Djson_format_test.py395 message.repeated_value.add().null_value = 0
418 message.value.values.add().null_value = 0
/external/golang-protobuf/ptypes/struct/
Dstruct.proto67 NullValue null_value = 1; field
/external/v8/src/wasm/
Dwasm-objects-inl.h191 ACCESSORS(WasmInstanceObject, null_value, Oddball, kNullValueOffset) in PRIMITIVE_ACCESSORS()
Dwasm-objects.cc752 Object* null = ReadOnlyRoots(isolate).null_value(); in New()
818 array->set(table_index, ReadOnlyRoots(isolate).null_value()); in Set()
1285 instance->set_null_value(ReadOnlyRoots(isolate).null_value()); in New()
/external/v8/src/runtime/
Druntime-object.cc929 if (!obj->IsJSReceiver()) return ReadOnlyRoots(isolate).null_value(); in RUNTIME_FUNCTION()
959 isolate->factory()->null_value(), attrs)); in RUNTIME_FUNCTION()
1106 JSObject::DefineAccessor(object, name, isolate->factory()->null_value(), in RUNTIME_FUNCTION()
Druntime-debug.cc512 return isolate->factory()->null_value(); in GetJSPositionInfo()
560 if (line_position < 0 || column < 0) return isolate->factory()->null_value(); in ScriptLocationFromLine()
/external/protobuf/conformance/
Dconformance_test.cc1692 value: {null_value: NULL_VALUE}
1754 "optional_value: { null_value: NULL_VALUE}");

123