MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / clear_null_value

Method clear_null_value

libapp2sys/prebuilt/include/google/protobuf/struct.pb.h:530–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 _oneof_case_[0] = kNullValue;
529}
530inline void Value::clear_null_value() {
531 if (has_null_value()) {
532 kind_.null_value_ = 0;
533 clear_has_kind();
534 }
535}
536inline ::google::protobuf::NullValue Value::null_value() const {
537 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value)
538 if (has_null_value()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected