Home
last modified time | relevance | path

Searched refs:has_bool_value (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dstruct.pb.h261 bool has_bool_value() const;
575 inline bool Value::has_bool_value() const { in has_bool_value() function
582 if (has_bool_value()) { in clear_bool_value()
589 if (has_bool_value()) { in bool_value()
595 if (!has_bool_value()) { in set_bool_value()
Dstruct.pb.cc758 if (has_bool_value()) { in SerializeWithCachedSizes()
803 if (has_bool_value()) { in SerializeWithCachedSizesToArray()
1107 bool Value::has_bool_value() const { in has_bool_value() function in google::protobuf::Value
1114 if (has_bool_value()) { in clear_bool_value()
1121 if (has_bool_value()) { in bool_value()
1127 if (!has_bool_value()) { in set_bool_value()