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

1 2 3 4 5 6

  /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_unittest.cc 336 TEST(ReflectionOpsTest, IsInitialized) {
339 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
341 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
343 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
345 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
353 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
357 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
363 EXPECT_TRUE(ReflectionOps::IsInitialized(message));
367 EXPECT_FALSE(ReflectionOps::IsInitialized(message));
373 EXPECT_TRUE(ReflectionOps::IsInitialized(message))
    [all...]
reflection_ops.h 62 static bool IsInitialized(const Message& message);
generated_message_util.h 97 // True if IsInitialized() is true for all elements of t. Type is expected
100 // IsInitialized() methods. We want the C++ compiler to inline this or not
104 if (!t.Get(i).IsInitialized()) return false;
message_lite.cc 122 if (!message->IsInitialized()) {
229 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
273 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
301 GOOGLE_DCHECK(IsInitialized()) << InitializationErrorMessage("serialize", *this);
message_lite.h 99 virtual bool IsInitialized() const = 0;
165 // followed by IsInitialized().
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
generated_message_util.h 97 // True if IsInitialized() is true for all elements of t. Type is expected
100 // IsInitialized() methods. We want the C++ compiler to inline this or not
104 if (!t.Get(i).IsInitialized()) return false;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
reflection_ops.h 62 static bool IsInitialized(const Message& message);
message_lite.h 99 virtual bool IsInitialized() const = 0;
164 // followed by IsInitialized().
  /external/v8/src/crankshaft/
unique.h 72 DCHECK(IsInitialized() && other.IsInitialized());
78 DCHECK(IsInitialized() && other.IsInitialized());
83 DCHECK(unique.IsInitialized());
88 DCHECK(IsInitialized());
93 DCHECK(IsInitialized());
98 DCHECK(IsInitialized());
115 inline bool IsInitialized() const {
167 DCHECK(uniq.IsInitialized());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 68 ObjCSuperCallChecker() : IsInitialized(false) {}
79 mutable bool IsInitialized;
163 IsInitialized = true;
172 if (!IsInitialized)
  /external/webrtc/webrtc/base/
macifaddrs_converter.cc 180 bool IsInitialized() const;
197 bool IPv6AttributesGetter::IsInitialized() const {
202 if (!IsInitialized()) {
211 if (!IsInitialized()) {
messagequeue_unittest.cc 129 if (MessageQueueManager::IsInitialized()) {
139 EXPECT_FALSE(MessageQueueManager::IsInitialized());
  /system/bt/test/suite/adapter/
bluetooth_test.cpp 51 ASSERT_TRUE(bluetooth::hal::BluetoothInterface::IsInitialized());
66 ASSERT_FALSE(bt_hal_interface->IsInitialized());
  /system/bt/service/
daemon.cpp 76 if (hal::BluetoothGattInterface::IsInitialized())
78 if (hal::BluetoothInterface::IsInitialized())
  /external/webrtc/webrtc/sound/
alsasoundsystem.h 58 bool IsInitialized() { return initialized_; }

Completed in 1078 milliseconds

1 2 3 4 5 6