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

Method clear_bool_value

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

Source from the content-addressed store, hash-verified

695 _oneof_case_[0] = kBoolValue;
696}
697inline void Value::clear_bool_value() {
698 if (has_bool_value()) {
699 kind_.bool_value_ = false;
700 clear_has_kind();
701 }
702}
703inline bool Value::bool_value() const {
704 // @@protoc_insertion_point(field_get:google.protobuf.Value.bool_value)
705 if (has_bool_value()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected