/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 79 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname; in GetSubstitutionRange() 83 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: " in GetSubstitutionRange() 104 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate() 141 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 155 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 189 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent() 299 GOOGLE_LOG(FATAL) << " Unused arguments. " << save; in FormatInternal() 302 GOOGLE_LOG(FATAL) << " Annotation range is not-closed, expect $}$. " << save; in FormatInternal() 313 GOOGLE_LOG(FATAL) << " Unclosed variable name."; in WriteVariable() 327 GOOGLE_LOG(FATAL) << "Annotation ${" << idx + 1 << "$ is out of bounds."; in WriteVariable() [all …]
|
D | zero_copy_stream_impl.cc | 109 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileInputStream() 195 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileOutputStream() 334 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
|
/external/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()
|
/external/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()
|
/external/protobuf/conformance/ |
D | conformance_cpp.cc | 109 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno); in CheckedRead() 121 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno); in CheckedWrite() 130 GOOGLE_LOG(FATAL) << "No such message type: " << request.message_type(); in DoTest() 177 GOOGLE_LOG(FATAL) << "Request didn't have payload."; in DoTest() 181 GOOGLE_LOG(FATAL) << "unknown payload type: " in DoTest() 194 GOOGLE_LOG(FATAL) << "Unspecified output format"; in DoTest() 225 GOOGLE_LOG(FATAL) << "Unknown output format: " in DoTest() 245 GOOGLE_LOG(ERROR) << "Unexpected EOF on stdin. " << strerror(errno); in DoTestIo() 249 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed."; in DoTestIo()
|
D | conformance_test_runner.cc | 164 GOOGLE_LOG(INFO) << "Trying to reap child, pid=" << child_pid_; in RunTest() 177 GOOGLE_LOG(INFO) << error_msg; in RunTest() 305 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedWrite() 317 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead() 321 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead() 336 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedRead()
|
D | conformance_test.cc | 95 GOOGLE_LOG(FATAL) << "Unspecified input format"; in ConformanceRequestSetting() 129 GOOGLE_LOG(FATAL) << "Unknown value: " << level; in ConformanceLevelToString() 143 GOOGLE_LOG(FATAL) << "Unspecified output format"; in InputFormatString() 158 GOOGLE_LOG(FATAL) << "Unspecified output format"; in OutputFormatString() 290 GOOGLE_LOG(FATAL) << "Duplicated test name: " << test_name; in RunTest() 359 GOOGLE_LOG(FATAL) << "unknown wire type: " in WireFormatToString()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_generator.cc | 144 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization(); in Generate() 145 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files(); in Generate() 146 GOOGLE_LOG(WARNING) << "java_use_vector()=" << params.java_use_vector(); in Generate() 148 GOOGLE_LOG(WARNING) << "----------"; in Generate() 152 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " package=" << it->second; in Generate() 157 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " classname=" << it->second; in Generate() 159 GOOGLE_LOG(WARNING) << "=========="; in Generate()
|
D | javamicro_primitive_field.cc | 71 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 91 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 120 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 152 GOOGLE_LOG(FATAL) << "Can't get here."; in FixedSize() 174 GOOGLE_LOG(FATAL) << "Can't get here."; in IsVariableLenType() 337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed"; in RepeatedPrimitiveFieldGenerator()
|
/external/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()
|
/external/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()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 363 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 392 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 425 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 488 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldTypeName() 576 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 608 GOOGLE_LOG(FATAL) << "Can't get here."; in IsDefaultValueJavaDefault() 722 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 770 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 820 GOOGLE_LOG(FATAL) << "Can't get here."; in FixedSize() 956 GOOGLE_LOG(FATAL) << field->full_name() << " can't be packed."; in GetExperimentalJavaFieldTypeForPacked()
|
D | java_context.cc | 150 GOOGLE_LOG(WARNING) << "field \"" << field->full_name() << "\" is conflicting " in InitializeFieldGeneratorInfoForFields() 175 GOOGLE_LOG(FATAL) << "Can not find FieldGeneratorInfo for field: " in GetFieldGeneratorInfo() 186 GOOGLE_LOG(FATAL) << "Can not find OneofGeneratorInfo for oneof: " in GetOneofGeneratorInfo()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 236 GOOGLE_LOG(FATAL) << "Error in descriptors, primitve field with field type " in SetField() 285 GOOGLE_LOG(FATAL) << "Type is not packable " << field->type(); in ParsePackedField() 357 GOOGLE_LOG(FATAL) << "No other type than string supported"; in ParseLenDelim() 369 GOOGLE_LOG(FATAL) << "Wrong type for length delim " << field->type(); in ParseLenDelim() 547 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize() 593 GOOGLE_LOG(FATAL) << "File is already registered: " << table->filename; in RegisterFile() 608 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() 628 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype() 646 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't " in GetPrototype() 708 GOOGLE_LOG(FATAL) << "Should not reach here."; in RepeatedFieldAccessor()
|
D | map_field.h | 362 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" \ 388 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" 449 GOOGLE_LOG(FATAL) << "Unsupported: type mismatch"; 456 GOOGLE_LOG(FATAL) << "Unsupported"; 477 GOOGLE_LOG(FATAL) << "Unsupported: type mismatch"; 484 GOOGLE_LOG(FATAL) << "Unsupported"; 499 GOOGLE_LOG(FATAL) << "Can't get here."; 510 GOOGLE_LOG(FATAL) << "Unsupported"; 672 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" 790 GOOGLE_LOG(FATAL) << "Unsupported"; [all …]
|
D | descriptor_database.cc | 82 GOOGLE_LOG(ERROR) << "File not found in database (unexpected): " << f; in ForAllFileProtos() 118 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name(); in AddFile() 156 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name; in AddSymbol() 173 GOOGLE_LOG(ERROR) << "Symbol name \"" << name in AddSymbol() 188 GOOGLE_LOG(ERROR) << "Symbol name \"" << name in AddSymbol() 230 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: " in AddExtension() 397 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to " in Add()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 73 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 93 GOOGLE_LOG(FATAL) << "Can't get here."; in IsArrayType() 122 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 154 GOOGLE_LOG(FATAL) << "Can't get here."; in FixedSize() 497 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateHashCodeCode() 644 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateEqualsCode() 689 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateHashCodeCode()
|
D | javanano_helpers.cc | 339 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 359 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 379 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 399 GOOGLE_LOG(FATAL) << "Can't get here."; in EmptyArrayName() 478 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | csharp_generator.cc | 198 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCSharpMethodType() 213 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCSharpServerMethodType() 260 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodReturnTypeClient() 274 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodRequestParamServer() 288 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodReturnTypeServer() 302 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodResponseStreamMaybe() 636 GOOGLE_LOG(FATAL) << "Can't get here."; in GenerateClientStub()
|
/external/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()
|
/external/grpc-grpc/src/compiler/ |
D | csharp_generator.cc | 198 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCSharpMethodType() 245 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodReturnTypeClient() 259 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodRequestParamServer() 273 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodReturnTypeServer() 287 GOOGLE_LOG(FATAL) << "Can't get here."; in GetMethodResponseStreamMaybe() 554 GOOGLE_LOG(FATAL) << "Can't get here."; in GenerateClientStub()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 249 GOOGLE_LOG(FATAL)<< "Unknown field type."; in type_name() 291 GOOGLE_LOG(FATAL)<< "Unknown field type."; in has_default_value() 389 GOOGLE_LOG(FATAL)<< "Unknown field type."; in default_value() 437 GOOGLE_LOG(FATAL)<< "Unknown field type."; in capitalized_type_name()
|