Searched defs:IsInitialized (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dmessage.py120 def IsInitialized(self): member in class:Message
H A Dreflection.py793 if not self.IsInitialized():
854 """Adds the IsInitialized and FindInitializationError methods to the
860 def IsInitialized(self, errors=None): function in function:_AddIsInitializedMethod
885 if not element.IsInitialized():
889 elif value._is_present_in_parent and not value.IsInitialized():
896 cls.IsInitialized = IsInitialized
/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc135 bool ReflectionOps::IsInitialized(const Message& message) { function in class:google::protobuf::internal::ReflectionOps
159 .IsInitialized()) {
164 if (!reflection->GetMessage(message, field).IsInitialized()) {
H A Dmessage.cc90 bool Message::IsInitialized() const { function in class:google::protobuf::Message
91 return ReflectionOps::IsInitialized(*this);
105 GOOGLE_CHECK(IsInitialized())
H A Dextension_set.cc682 bool ExtensionSet::IsInitialized() const { function in class:google::protobuf::internal::ExtensionSet
691 if (!extension.repeated_message_value->Get(i).IsInitialized()) {
697 if (!extension.message_value->IsInitialized()) return false;
H A Ddescriptor.pb.cc828 bool FileDescriptorSet::IsInitialized() const { function in class:google::protobuf::FileDescriptorSet
831 if (!this->file(i).IsInitialized()) return false;
1359 bool FileDescriptorProto::IsInitialized() const { function in class:google::protobuf::FileDescriptorProto
1362 if (!this->message_type(i).IsInitialized()) return false;
1365 if (!this->enum_type(i).IsInitialized()) return false;
1368 if (!this->service(i).IsInitialized()) return false;
1371 if (!this->extension(i).IsInitialized()) return false;
1374 if (!this->options().IsInitialized()) return false;
1627 bool DescriptorProto_ExtensionRange::IsInitialized() const { function in class:google::protobuf::DescriptorProto_ExtensionRange
2092 bool DescriptorProto::IsInitialized() cons function in class:google::protobuf::DescriptorProto
2758 bool FieldDescriptorProto::IsInitialized() const { function in class:google::protobuf::FieldDescriptorProto
3076 bool EnumDescriptorProto::IsInitialized() const { function in class:google::protobuf::EnumDescriptorProto
3392 bool EnumValueDescriptorProto::IsInitialized() const { function in class:google::protobuf::EnumValueDescriptorProto
3705 bool ServiceDescriptorProto::IsInitialized() const { function in class:google::protobuf::ServiceDescriptorProto
4096 bool MethodDescriptorProto::IsInitialized() const { function in class:google::protobuf::MethodDescriptorProto
4656 bool FileOptions::IsInitialized() const { function in class:google::protobuf::FileOptions
4966 bool MessageOptions::IsInitialized() const { function in class:google::protobuf::MessageOptions
5396 bool FieldOptions::IsInitialized() const { function in class:google::protobuf::FieldOptions
5624 bool EnumOptions::IsInitialized() const { function in class:google::protobuf::EnumOptions
5848 bool EnumValueOptions::IsInitialized() const { function in class:google::protobuf::EnumValueOptions
6072 bool ServiceOptions::IsInitialized() const { function in class:google::protobuf::ServiceOptions
6296 bool MethodOptions::IsInitialized() const { function in class:google::protobuf::MethodOptions
6563 bool UninterpretedOption_NamePart::IsInitialized() const { function in class:google::protobuf::UninterpretedOption_NamePart
6993 bool UninterpretedOption::IsInitialized() const { function in class:google::protobuf::UninterpretedOption
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc444 bool CodeGeneratorRequest::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorRequest
447 if (!this->proto_file(i).IsInitialized()) return false;
788 bool CodeGeneratorResponse_File::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
1054 bool CodeGeneratorResponse::IsInitialized() const { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc219 bool LocationBarView::IsInitialized() const { function in class:LocationBarView
/external/v8/src/
H A Disolate.h457 bool IsInitialized() { return state_ == INITIALIZED; } function in class:v8::internal::Isolate

Completed in 178 milliseconds