HomeSort by relevance Sort by last modified time
    Searched refs:IsInitialized (Results 1 - 25 of 44) sorted by null

1 2

  /ndk/tests/device/test-cxx-init-array/jni/
global_ctor.h 12 bool IsInitialized() const
test.cpp 8 if (Obj.IsInitialized())
  /development/host/windows/usb/api/
adb_api_instance.h 95 bool IsInitialized() const {
  /external/protobuf/src/google/protobuf/
reflection_ops.h 61 static bool IsInitialized(const Message& message);
reflection_ops_unittest.cc 289 TEST(ReflectionOpsTest, IsInitialized) {
292 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
294 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
296 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
298 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
306 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
310 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
316 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
320 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
326 EXPECT_TRUE(ReflectionOps::IsInitialized(message))
    [all...]
message_lite.cc 122 if (!message->IsInitialized()) {
229 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
273 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
300 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
message_lite.h 93 virtual bool IsInitialized() const = 0;
158 // followed by IsInitialized().
extension_set_unittest.cc 294 TEST(ExtensionSetTest, IsInitialized) {
295 // Test that IsInitialized() returns false if required fields in nested
299 EXPECT_TRUE(message.IsInitialized());
302 EXPECT_FALSE(message.IsInitialized());
305 EXPECT_FALSE(message.IsInitialized());
307 EXPECT_FALSE(message.IsInitialized());
309 EXPECT_TRUE(message.IsInitialized());
312 EXPECT_FALSE(message.IsInitialized());
315 EXPECT_FALSE(message.IsInitialized());
317 EXPECT_FALSE(message.IsInitialized());
    [all...]
message.cc 90 bool Message::IsInitialized() const {
91 return ReflectionOps::IsInitialized(*this);
105 GOOGLE_CHECK(IsInitialized())
reflection_ops.cc 135 bool ReflectionOps::IsInitialized(const Message& message) {
159 .IsInitialized()) {
164 if (!reflection->GetMessage(message, field).IsInitialized()) {
descriptor.pb.cc     [all...]
descriptor.pb.h 185 bool IsInitialized() const;
279 bool IsInitialized() const;
461 bool IsInitialized() const;
558 bool IsInitialized() const;
726 bool IsInitialized() const;
    [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.h 221 bool IsInitialized() const;
gl_env.cpp 77 bool GLEnv::IsInitialized() const {
112 if (IsInitialized())
125 if (IsInitialized()) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 526 // Test that IsInitialized() returns false if required fields are missing.
529 EXPECT_FALSE(message.IsInitialized());
531 EXPECT_FALSE(message.IsInitialized());
533 EXPECT_FALSE(message.IsInitialized());
535 EXPECT_TRUE(message.IsInitialized());
539 // Test that IsInitialized() returns false if required fields in nested
543 EXPECT_TRUE(message.IsInitialized());
546 EXPECT_FALSE(message.IsInitialized());
551 EXPECT_TRUE(message.IsInitialized());
554 EXPECT_FALSE(message.IsInitialized());
    [all...]
  /external/v8/src/
v8.cc 84 if (isolate->IsInitialized()) return true;
platform-cygwin.cc 686 if (!sampler->isolate()->IsInitialized()) return;
694 if (!sampler->isolate()->IsInitialized()) return;
platform-macos.cc 805 if (!sampler->isolate()->IsInitialized()) return;
813 if (!sampler->isolate()->IsInitialized()) return;
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 77 bool IsInitialized() const;
200 bool IsInitialized() const;
317 bool IsInitialized() const;
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/safe_browsing/
client_side_detection_host.cc 334 verdict->IsInitialized()) {
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.h 121 bool IsInitialized() const;

Completed in 473 milliseconds

1 2