Home
last modified time | relevance | path

Searched refs:set_null_value (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dstruct.pb.h428 void set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value);
767 inline void Value::set_null_value(PROTOBUF_NAMESPACE_ID::NullValue value) { in set_null_value() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc1647 (*struct_type.mutable_object()->mutable_fields())["key"].set_null_value( in TEST_P()
1767 value.mutable_value()->set_null_value(google::protobuf::NULL_VALUE); in TEST_P()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc288 set_null_value(Oddball::cast(obj)); in CreateInitialMaps()