Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dstruct.pb.h269 bool has_struct_value() const;
604 inline bool Value::has_struct_value() const { in has_struct_value() function
611 if (has_struct_value()) { in clear_struct_value()
618 return has_struct_value() in struct_value()
623 if (!has_struct_value()) { in mutable_struct_value()
633 if (has_struct_value()) { in release_struct_value()
Dstruct.pb.cc763 if (has_struct_value()) { in SerializeWithCachedSizes()
808 if (has_struct_value()) { in SerializeWithCachedSizesToArray()
1136 bool Value::has_struct_value() const { in has_struct_value() function in google::protobuf::Value
1143 if (has_struct_value()) { in clear_struct_value()
1150 return has_struct_value() in struct_value()
1155 if (!has_struct_value()) { in mutable_struct_value()
1165 if (has_struct_value()) { in release_struct_value()