Home
last modified time | relevance | path

Searched refs:AllAreInitialized (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h102 template <class Type> bool AllAreInitialized(const Type& t) { in AllAreInitialized() function
Ddescriptor.pb.cc966 if (!::google::protobuf::internal::AllAreInitialized(this->file())) return false; in IsInitialized()
1651 if (!::google::protobuf::internal::AllAreInitialized(this->message_type())) return false; in IsInitialized()
1652 if (!::google::protobuf::internal::AllAreInitialized(this->enum_type())) return false; in IsInitialized()
1653 if (!::google::protobuf::internal::AllAreInitialized(this->service())) return false; in IsInitialized()
1654 if (!::google::protobuf::internal::AllAreInitialized(this->extension())) return false; in IsInitialized()
2458 if (!::google::protobuf::internal::AllAreInitialized(this->field())) return false; in IsInitialized()
2459 if (!::google::protobuf::internal::AllAreInitialized(this->extension())) return false; in IsInitialized()
2460 if (!::google::protobuf::internal::AllAreInitialized(this->nested_type())) return false; in IsInitialized()
2461 if (!::google::protobuf::internal::AllAreInitialized(this->enum_type())) return false; in IsInitialized()
3758 if (!::google::protobuf::internal::AllAreInitialized(this->value())) return false; in IsInitialized()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc473 if (!::google::protobuf::internal::AllAreInitialized(this->proto_file())) return false; in IsInitialized()