/third_party/protobuf/src/google/protobuf/io/ |
D | printer.cc | 80 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname; in GetSubstitutionRange() 84 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: " in GetSubstitutionRange() 105 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate() 142 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 156 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 190 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent() 300 GOOGLE_LOG(FATAL) << " Unused arguments. " << save; in FormatInternal() 303 GOOGLE_LOG(FATAL) << " Annotation range is not-closed, expect $}$. " << save; in FormatInternal() 314 GOOGLE_LOG(FATAL) << " Unclosed variable name."; in WriteVariable() 328 GOOGLE_LOG(FATAL) << "Annotation ${" << idx + 1 << "$ is out of bounds."; in WriteVariable() [all …]
|
D | zero_copy_stream_impl.cc | 111 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileInputStream() 197 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileOutputStream() 336 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
|
D | zero_copy_stream.cc | 47 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. " in WriteAliasedRaw()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 69 GOOGLE_LOG(FATAL) << "CloseHandle: " in CloseHandleOrDie() 97 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 100 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 106 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 111 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 125 GOOGLE_LOG(FATAL) << "GetStdHandle: " << Win32ErrorMessage(GetLastError()); in Start() 194 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: " in Communicate() 197 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: " in Communicate() 241 GOOGLE_LOG(FATAL) << "WaitForSingleObject: " in Communicate() 244 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: " in Communicate() [all …]
|
D | code_generator.cc | 84 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion."; in OpenForInsert() 90 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles"; in ListParsedFiles()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 92 GOOGLE_LOG(INFO ) << "A message."; in TEST() 93 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 94 GOOGLE_LOG(ERROR ) << "An error."; in TEST() 108 GOOGLE_LOG(INFO ) << "A message."; in TEST() 109 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 110 GOOGLE_LOG(ERROR ) << "An error."; in TEST() 124 GOOGLE_LOG(ERROR) << "An error."; in TEST() 125 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 143 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; in TEST() 145 GOOGLE_LOG(INFO) << "Not visible."; in TEST() [all …]
|
D | logging.h | 123 #undef GOOGLE_LOG 146 #define GOOGLE_LOG(LEVEL) \ macro 151 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 168 GOOGLE_LOG(FATAL) << name; in CheckNotNull() 192 #define GOOGLE_DLOG GOOGLE_LOG
|
D | substitute.cc | 86 GOOGLE_LOG(DFATAL) in SubstituteAndAppend() 99 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
|
D | common.cc | 76 GOOGLE_LOG(FATAL) in VerifyVersion() 87 GOOGLE_LOG(FATAL) in VerifyVersion()
|
/third_party/protobuf/conformance/ |
D | conformance_cpp.cc | 86 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno); in CheckedRead() 98 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno); in CheckedWrite() 107 GOOGLE_LOG(FATAL) << "No such message type: " << request.message_type(); in DoTest() 154 GOOGLE_LOG(FATAL) << "Request didn't have payload."; in DoTest() 158 GOOGLE_LOG(FATAL) << "unknown payload type: " << request.payload_case(); in DoTest() 170 GOOGLE_LOG(FATAL) << "Unspecified output format"; in DoTest() 202 GOOGLE_LOG(FATAL) << "Unknown output format: " in DoTest() 222 GOOGLE_LOG(ERROR) << "Unexpected EOF on stdin. " << strerror(errno); in DoTestIo() 226 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed."; in DoTestIo()
|
D | conformance_test_runner.cc | 163 GOOGLE_LOG(INFO) << "Trying to reap child, pid=" << child_pid_; in RunTest() 176 GOOGLE_LOG(INFO) << error_msg; in RunTest() 311 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedWrite() 322 GOOGLE_LOG(ERROR) << current_test_name_ << ": unexpected EOF from test program"; in TryRead() 325 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead() 339 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedRead()
|
D | conformance_test.cc | 112 GOOGLE_LOG(FATAL) << "Unspecified input format"; in ConformanceRequestSetting() 144 GOOGLE_LOG(FATAL) << "Unknown value: " << level; in ConformanceLevelToString() 158 GOOGLE_LOG(FATAL) << "Unspecified output format"; in InputFormatString() 173 GOOGLE_LOG(FATAL) << "Unspecified output format"; in OutputFormatString() 314 GOOGLE_LOG(FATAL) << "Duplicated test name: " << test_name; in RunTest() 383 GOOGLE_LOG(FATAL) << "unknown wire type: " << wire_format; in WireFormatToString()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 62 GOOGLE_LOG(ERROR) << "DescriptorDatabase method raised an error"; in GetFileDescriptorProto() 86 GOOGLE_LOG(ERROR) in GetFileDescriptorProto() 94 GOOGLE_LOG(ERROR) in GetFileDescriptorProto() 101 GOOGLE_LOG(ERROR) in GetFileDescriptorProto() 172 GOOGLE_LOG(ERROR) in FindAllExtensionNumbers()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.cc | 69 GOOGLE_LOG(FATAL) << "Can not reach here."; in ResetTypeInfo() 97 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewProtoSource() 111 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewProtoWriter() 123 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewDefaultValueWriter()
|
/third_party/protobuf/src/google/protobuf/ |
D | message.cc | 156 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize() 207 GOOGLE_LOG(FATAL) << "File is already registered: " << table->filename; in RegisterFile() 222 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() 242 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype() 260 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't " in GetPrototype() 322 GOOGLE_LOG(FATAL) << "Should not reach here."; in RepeatedFieldAccessor()
|
D | map_field.h | 64 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" \ 91 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" in type() 152 GOOGLE_LOG(FATAL) << "Unsupported: type mismatch"; 159 GOOGLE_LOG(FATAL) << "Unsupported"; 180 GOOGLE_LOG(FATAL) << "Unsupported: type mismatch"; 187 GOOGLE_LOG(FATAL) << "Unsupported"; 202 GOOGLE_LOG(FATAL) << "Can't get here."; 213 GOOGLE_LOG(FATAL) << "Unsupported"; in CopyFrom() 691 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" 809 GOOGLE_LOG(FATAL) << "Unsupported"; [all …]
|
D | descriptor_database.cc | 82 GOOGLE_LOG(ERROR) << "File not found in database (unexpected): " << f; in ForAllFileProtos() 121 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name(); in AddFile() 205 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name; in AddSymbol() 221 GOOGLE_LOG(ERROR) << "Symbol name \"" << name in AddSymbol() 236 GOOGLE_LOG(ERROR) << "Symbol name \"" << name in AddSymbol() 278 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: " in AddExtension() 562 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to " in Add() 634 GOOGLE_LOG(ERROR) << "Invalid package name: " << file.package(); in AddFile() 644 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name(); in AddFile() 671 GOOGLE_LOG(ERROR) << "Symbol name \"" << symbol_name in CheckForMutualSubsymbols() [all …]
|
D | message_lite.cc | 92 GOOGLE_LOG(FATAL) << "This shouldn't be called if all the sizes are equal."; in ByteSizeConsistencyError() 133 GOOGLE_LOG(ERROR) << InitializationErrorMessage("parse", *this); in LogInitializationErrorMessage() 380 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToCodedStream() 410 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToZeroCopyStream() 457 GOOGLE_LOG(ERROR) << GetTypeName() in AppendPartialToString() 487 GOOGLE_LOG(ERROR) << GetTypeName() in SerializePartialToArray()
|
D | dynamic_message.h | 175 GOOGLE_LOG(ERROR) << (comparator(result[j], result[j - 1]) in Sort() 224 GOOGLE_LOG(DFATAL) << "Invalid key for map field."; in operator()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 361 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 390 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 423 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 487 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldTypeName() 575 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 607 GOOGLE_LOG(FATAL) << "Can't get here."; in IsDefaultValueJavaDefault() 721 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 769 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 819 GOOGLE_LOG(FATAL) << "Can't get here."; in FixedSize() 955 GOOGLE_LOG(FATAL) << field->full_name() << " can't be packed."; in GetExperimentalJavaFieldTypeForPacked()
|
D | java_context.cc | 149 GOOGLE_LOG(WARNING) << "field \"" << field->full_name() << "\" is conflicting " in InitializeFieldGeneratorInfoForFields() 174 GOOGLE_LOG(FATAL) << "Can not find FieldGeneratorInfo for field: " in GetFieldGeneratorInfo() 185 GOOGLE_LOG(FATAL) << "Can not find OneofGeneratorInfo for oneof: " in GetOneofGeneratorInfo()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 261 GOOGLE_LOG(FATAL)<< "Unknown field type."; in type_name() 303 GOOGLE_LOG(FATAL)<< "Unknown field type."; in has_default_value() 403 GOOGLE_LOG(FATAL)<< "Unknown field type."; in default_value() 451 GOOGLE_LOG(FATAL)<< "Unknown field type."; in capitalized_type_name()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_primitive_field.cc | 80 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 114 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveArrayTypeName()
|
/third_party/protobuf/src/google/protobuf/testing/ |
D | file.cc | 96 GOOGLE_LOG(ERROR) << "fopen(" << name << ", \"wb\"): " << strerror(errno); in WriteStringToFile() 101 GOOGLE_LOG(ERROR) << "fwrite(" << name << "): " << strerror(errno); in WriteStringToFile()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 491 GOOGLE_LOG(FATAL) << "Can't get here."; in EstimateAlignmentSize() 553 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 585 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 633 GOOGLE_LOG(FATAL) << "Can't get here."; in DeclaredTypeMethodName() 731 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 981 GOOGLE_LOG(FATAL) << "Can't get here."; in IsStringOrMessage() 1628 GOOGLE_LOG(FATAL) << "Illegal combination for length delimited wiretype " in GenerateLengthDelim() 1739 GOOGLE_LOG(FATAL) << "Can't have end group field\n"; in GenerateFieldBody() 1997 GOOGLE_LOG(WARNING) << "Proto states optimize_for = CODE_SIZE, but we " in GetOptimizeFor() 2006 GOOGLE_LOG(FATAL) << "Unknown optimization enforcement requested."; in GetOptimizeFor()
|