HomeSort by relevance Sort by last modified time
    Searched defs:IsInitialized (Results 1 - 14 of 14) sorted by null

  /ndk/tests/device/test-cxx-init-array/jni/
global_ctor.h 12 bool IsInitialized() const
  /development/host/windows/usb/api/
adb_api_instance.h 95 bool IsInitialized() const {
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 135 bool ReflectionOps::IsInitialized(const Message& message) {
159 .IsInitialized()) {
164 if (!reflection->GetMessage(message, field).IsInitialized()) {
message.cc 90 bool Message::IsInitialized() const {
91 return ReflectionOps::IsInitialized(*this);
105 GOOGLE_CHECK(IsInitialized())
extension_set.cc 682 bool ExtensionSet::IsInitialized() const {
691 if (!extension.repeated_message_value->Get(i).IsInitialized()) {
697 if (!extension.message_value->IsInitialized()) return false;
    [all...]
descriptor.pb.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 70 ObjCSuperCallChecker() : IsInitialized(false) {}
81 mutable bool IsInitialized;
165 IsInitialized = true;
174 if (!IsInitialized)
  /external/protobuf/python/google/protobuf/
message.py 120 def IsInitialized(self):
reflection.py 793 if not self.IsInitialized():
854 """Adds the IsInitialized and FindInitializationError methods to the
860 def IsInitialized(self, errors=None):
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 77 bool GLEnv::IsInitialized() const {
112 if (IsInitialized())
125 if (IsInitialized()) {
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 444 bool CodeGeneratorRequest::IsInitialized() const {
447 if (!this->proto_file(i).IsInitialized()) return false;
788 bool CodeGeneratorResponse_File::IsInitialized() const {
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 219 bool LocationBarView::IsInitialized() const {
    [all...]
  /external/v8/src/
isolate.h 457 bool IsInitialized() { return state_ == INITIALIZED; }
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]

Completed in 507 milliseconds