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

1 2

  /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...]
message.h 211 // Verifies that IsInitialized() returns true. GOOGLE_CHECK-fails otherwise, with
216 // This is much, much slower than IsInitialized() as it is implemented
218 // have already determined that an error exists by calling IsInitialized().
289 virtual bool IsInitialized() const;
    [all...]
  /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...]
  /hardware/ril/mock-ril/src/generated/cpp/
ctrl.pb.h 123 bool IsInitialized() const;
212 bool IsInitialized() const;
301 bool IsInitialized() const;
394 bool IsInitialized() const;
491 bool IsInitialized() const;
580 bool IsInitialized() const;
ril.pb.h 318 bool IsInitialized() const;
471 bool IsInitialized() const;
605 bool IsInitialized() const;
722 bool IsInitialized() const;
915 bool IsInitialized() const;
    [all...]
ctrl.pb.cpp 460 bool CtrlReqRadioState::IsInitialized() const {
674 bool CtrlRspRadioState::IsInitialized() const {
900 bool CtrlReqSetMTCall::IsInitialized() const {
    [all...]
msgheader.pb.h 72 bool IsInitialized() const;
ril.pb.cpp     [all...]
msgheader.pb.cpp 398 bool MsgHeader::IsInitialized() const {
  /development/simulator/app/
DeviceManager.h 45 bool IsInitialized(void) const;
  /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/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...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.h 72 bool IsInitialized() const;
msgheader.pb.cpp 398 bool MsgHeader::IsInitialized() const {

Completed in 291 milliseconds

1 2