Home
last modified time | relevance | path

Searched defs:IsInitialized (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/webrtc/sound/
Dalsasoundsystem.h58 bool IsInitialized() { return initialized_; } in IsInitialized() function
Dpulseaudiosoundsystem.cc1082 inline bool PulseAudioSoundSystem::IsInitialized() { in IsInitialized() function in rtc::PulseAudioSoundSystem
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc964 bool FileDescriptorSet::IsInitialized() const { in IsInitialized() function in google::protobuf::FileDescriptorSet
1649 bool FileDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::FileDescriptorProto
1939 bool DescriptorProto_ExtensionRange::IsInitialized() const { in IsInitialized() function in google::protobuf::DescriptorProto_ExtensionRange
2456 bool DescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::DescriptorProto
3176 bool FieldDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::FieldDescriptorProto
3430 bool OneofDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::OneofDescriptorProto
3756 bool EnumDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::EnumDescriptorProto
4088 bool EnumValueDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::EnumValueDescriptorProto
4419 bool ServiceDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::ServiceDescriptorProto
4829 bool MethodDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::MethodDescriptorProto
[all …]
Dreflection_ops.cc141 bool ReflectionOps::IsInitialized(const Message& message) { in IsInitialized() function in google::protobuf::internal::ReflectionOps
Dmessage.cc92 bool Message::IsInitialized() const { in IsInitialized() function in google::protobuf::Message
Dreflection_ops_unittest.cc336 TEST(ReflectionOpsTest, IsInitialized) { in TEST() argument
Dextension_set_unittest.cc490 TEST(ExtensionSetTest, IsInitialized) { in TEST() argument
Dextension_set.cc940 bool ExtensionSet::IsInitialized() const { in IsInitialized() function in google::protobuf::internal::ExtensionSet
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc471 bool CodeGeneratorRequest::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorRequest
835 bool CodeGeneratorResponse_File::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorResponse_File
1118 bool CodeGeneratorResponse::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorResponse
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp79 mutable bool IsInitialized; member in __anonef85a6540111::ObjCSuperCallChecker
/external/nanopb-c/generator/google/protobuf/
Dmessage.py134 def IsInitialized(self): member in Message
/external/protobuf/python/google/protobuf/
Dmessage.py134 def IsInitialized(self): member in Message
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dkv_pb.py100 def IsInitialized(self, debug_strs=None): member in KeyValue
276 def IsInitialized(self, debug_strs=None): member in KeyValues
/external/webrtc/webrtc/base/
Dmessagequeue.cc45 bool MessageQueueManager::IsInitialized() { in IsInitialized() function in rtc::MessageQueueManager
Dmacifaddrs_converter.cc197 bool IPv6AttributesGetter::IsInitialized() const { in IsInitialized() function in rtc::__anonf5fa92ec0211::IPv6AttributesGetter
/external/v8/src/crankshaft/
Dunique.h115 inline bool IsInitialized() const { in IsInitialized() function
/external/v8/src/
Dinterface-descriptors.h104 bool IsInitialized() const { return register_param_count_ >= 0; } in IsInitialized() function
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp49 bool IsInitialized() { return resourcePtr_ != NULL; } in IsInitialized() function in CDwFontFileStream
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h237 FX_BOOL IsInitialized() { return m_iBufferSize / m_iAllocStep >= 1; } in IsInitialized() function
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py839 def IsInitialized(self, errors=None): function
/external/protobuf/python/google/protobuf/internal/
Dcpp_message.py551 def IsInitialized(self, errors=None): function
Dpython_message.py888 def IsInitialized(self, errors=None): function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc823 PyObject* IsInitialized(CMessage* self, PyObject* args) { in CheckAndGetInteger() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2420 llvm::Value *IsInitialized = in EmitGuardedInit() local