Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/sound/
Dalsasoundsystem.h58 bool IsInitialized() { return initialized_; } in IsInitialized() function
/external/pdfium/core/fxcrt/
Dcfx_blockbuffer.h24 bool IsInitialized() { return m_BufferSize / GetAllocStep() >= 1; } in IsInitialized() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.h79 bool IsInitialized() const { return is_initialized_; } in IsInitialized() function
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.h83 bool IsInitialized() const { return is_initialized_; } in IsInitialized() function
/external/protobuf/src/google/protobuf/
Dwrappers.pb.cc515 bool DoubleValue::IsInitialized() const { in IsInitialized() function in google::protobuf::DoubleValue
773 bool FloatValue::IsInitialized() const { in IsInitialized() function in google::protobuf::FloatValue
1033 bool Int64Value::IsInitialized() const { in IsInitialized() function in google::protobuf::Int64Value
1293 bool UInt64Value::IsInitialized() const { in IsInitialized() function in google::protobuf::UInt64Value
1553 bool Int32Value::IsInitialized() const { in IsInitialized() function in google::protobuf::Int32Value
1813 bool UInt32Value::IsInitialized() const { in IsInitialized() function in google::protobuf::UInt32Value
2071 bool BoolValue::IsInitialized() const { in IsInitialized() function in google::protobuf::BoolValue
2346 bool StringValue::IsInitialized() const { in IsInitialized() function in google::protobuf::StringValue
2661 bool BytesValue::IsInitialized() const { in IsInitialized() function in google::protobuf::BytesValue
Dreflection_ops.cc141 bool ReflectionOps::IsInitialized(const Message& message) { in IsInitialized() function in google::protobuf::internal::ReflectionOps
Dmap_entry.h177 bool IsInitialized() const { in IsInitialized() function
Dstruct.pb.cc446 bool Struct::IsInitialized() const { in IsInitialized() function in google::protobuf::Struct
940 bool Value::IsInitialized() const { in IsInitialized() function in google::protobuf::Value
1437 bool ListValue::IsInitialized() const { in IsInitialized() function in google::protobuf::ListValue
Dempty.pb.cc275 bool Empty::IsInitialized() const { in IsInitialized() function in google::protobuf::Empty
Dduration.pb.cc363 bool Duration::IsInitialized() const { in IsInitialized() function in google::protobuf::Duration
Dsource_context.pb.cc320 bool SourceContext::IsInitialized() const { in IsInitialized() function in google::protobuf::SourceContext
Ddescriptor.pb.cc1098 bool FileDescriptorSet::IsInitialized() const { in IsInitialized() function in google::protobuf::FileDescriptorSet
1894 bool FileDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::FileDescriptorProto
2699 bool DescriptorProto_ExtensionRange::IsInitialized() const { in IsInitialized() function in google::protobuf::DescriptorProto_ExtensionRange
2998 bool DescriptorProto_ReservedRange::IsInitialized() const { in IsInitialized() function in google::protobuf::DescriptorProto_ReservedRange
3634 bool DescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::DescriptorProto
4891 bool FieldDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::FieldDescriptorProto
5576 bool OneofDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::OneofDescriptorProto
5979 bool EnumDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::EnumDescriptorProto
6459 bool EnumValueDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::EnumValueDescriptorProto
6935 bool ServiceDescriptorProto::IsInitialized() const { in IsInitialized() function in google::protobuf::ServiceDescriptorProto
[all …]
Dfield_mask.pb.cc317 bool FieldMask::IsInitialized() const { in IsInitialized() function in google::protobuf::FieldMask
Dtimestamp.pb.cc377 bool Timestamp::IsInitialized() const { in IsInitialized() function in google::protobuf::Timestamp
Dapi.pb.cc653 bool Api::IsInitialized() const { in IsInitialized() function in google::protobuf::Api
1402 bool Method::IsInitialized() const { in IsInitialized() function in google::protobuf::Method
1901 bool Mixin::IsInitialized() const { in IsInitialized() function in google::protobuf::Mixin
Dtype.pb.cc706 bool Type::IsInitialized() const { in IsInitialized() function in google::protobuf::Type
1648 bool Field::IsInitialized() const { in IsInitialized() function in google::protobuf::Field
2332 bool Enum::IsInitialized() const { in IsInitialized() function in google::protobuf::Enum
2807 bool EnumValue::IsInitialized() const { in IsInitialized() function in google::protobuf::EnumValue
3175 bool Option::IsInitialized() const { in IsInitialized() function in google::protobuf::Option
Dmap_entry_lite.h201 bool IsInitialized() const { return ValueTypeHandler::IsInitialized(value_); } in IsInitialized() function
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dsplit_collection_operators.cc102 bool SplitCollectionOperator::IsInitialized(int32 node_id) const { in IsInitialized() function in tensorflow::tensorforest::SplitCollectionOperator
Dgrow_stats.h80 virtual bool IsInitialized() const { in IsInitialized() function
181 bool IsInitialized() const override { in IsInitialized() function
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp79 mutable bool IsInitialized; member in __anon7641ed110111::ObjCSuperCallChecker
/external/protobuf/python/google/protobuf/
Dmessage.py133 def IsInitialized(self): member in Message
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc497 bool CodeGeneratorRequest::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorRequest
1014 bool CodeGeneratorResponse_File::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorResponse_File
1314 bool CodeGeneratorResponse::IsInitialized() const { in IsInitialized() function in google::protobuf::compiler::CodeGeneratorResponse
/external/webrtc/webrtc/base/
Dmessagequeue.cc45 bool MessageQueueManager::IsInitialized() { in IsInitialized() function in rtc::MessageQueueManager
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h112 bool IsInitialized() const { return HasFlag(XFA_NodeFlag_Initialized); } in IsInitialized() function
/external/libtextclassifier/annotator/
Dannotator.h218 bool IsInitialized() { return initialized_; } in IsInitialized() function

12