Searched refs:has_null_value (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dstruct.pb.h229 bool has_null_value() const;
436 inline bool Value::has_null_value() const { function in class:google::protobuf::Value
443 if (has_null_value()) {
450 if (has_null_value()) {
456 if (!has_null_value()) {
H A Dstruct.pb.cc737 if (has_null_value()) {
781 if (has_null_value()) {
968 bool Value::has_null_value() const { function in class:google::protobuf::Value
975 if (has_null_value()) {
982 if (has_null_value()) {
988 if (!has_null_value()) {

Completed in 158 milliseconds