Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_util.h102 template <class Type> bool AllAreInitialized(const Type& t) { in AllAreInitialized() function
Dmap_field_lite.h266 bool AllAreInitialized(const Map<Key, T>& t) { in AllAreInitialized() function
Ddescriptor.pb.cc1126 if (!::google::protobuf::internal::AllAreInitialized(this->file())) return false; in IsInitialized()
1926 if (!::google::protobuf::internal::AllAreInitialized(this->message_type())) return false; in IsInitialized()
1927 if (!::google::protobuf::internal::AllAreInitialized(this->enum_type())) return false; in IsInitialized()
1928 if (!::google::protobuf::internal::AllAreInitialized(this->service())) return false; in IsInitialized()
1929 if (!::google::protobuf::internal::AllAreInitialized(this->extension())) return false; in IsInitialized()
3678 if (!::google::protobuf::internal::AllAreInitialized(this->field())) return false; in IsInitialized()
3679 if (!::google::protobuf::internal::AllAreInitialized(this->extension())) return false; in IsInitialized()
3680 if (!::google::protobuf::internal::AllAreInitialized(this->nested_type())) return false; in IsInitialized()
3681 if (!::google::protobuf::internal::AllAreInitialized(this->enum_type())) return false; in IsInitialized()
3682 if (!::google::protobuf::internal::AllAreInitialized(this->oneof_decl())) return false; in IsInitialized()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.cc496 if (!::google::protobuf::internal::AllAreInitialized(this->proto_file())) return false; in IsInitialized()