/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 57 GOOGLE_LOG(FATAL) << "CloseHandle: " in CloseHandleOrDie() 83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 86 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 92 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 97 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 111 GOOGLE_LOG(FATAL) << "GetStdHandle: " in Start() 179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: " in Communicate() 182 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: " in Communicate() 228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: " in Communicate() 231 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: " in Communicate() [all …]
|
D | code_generator.cc | 54 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion."; in OpenForInsert() 60 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles"; in ListParsedFiles()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 91 GOOGLE_LOG(INFO ) << "A message."; in TEST() 92 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 93 GOOGLE_LOG(ERROR ) << "An error."; in TEST() 107 GOOGLE_LOG(INFO ) << "A message."; in TEST() 108 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 109 GOOGLE_LOG(ERROR ) << "An error."; in TEST() 123 GOOGLE_LOG(ERROR) << "An error."; in TEST() 124 GOOGLE_LOG(WARNING) << "A warning."; in TEST() 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; in TEST() 144 GOOGLE_LOG(INFO) << "Not visible."; in TEST() [all …]
|
D | common.cc | 61 GOOGLE_LOG(FATAL) in VerifyVersion() 72 GOOGLE_LOG(FATAL) in VerifyVersion() 304 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result); in Lock() 311 GOOGLE_LOG(FATAL) << "pthread_mutex_unlock: " << strerror(result); in Unlock()
|
D | substitute.cc | 84 GOOGLE_LOG(DFATAL) in SubstituteAndAppend() 97 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
|
D | hash.h | 66 GOOGLE_LOG(FATAL) << "Should never be called."; in operator() 80 GOOGLE_LOG(FATAL) << "Should never be called.";
|
D | strutil_unittest.cc | 60 GOOGLE_LOG(WARNING) in TEST()
|
D | common.h | 684 #undef GOOGLE_LOG 706 #define GOOGLE_LOG(LEVEL) \ macro 711 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 728 GOOGLE_LOG(FATAL) << name; in CheckNotNull() 750 #define GOOGLE_DLOG GOOGLE_LOG
|
/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()
|
D | javamicro_helpers.cc | 242 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 262 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 349 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
D | javamicro_message.cc | 168 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in GenerateStaticVariableInitializers() 180 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in Generate() 235 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in GenerateMessageSerializationMethods()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 305 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 325 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 354 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldTypeName() 442 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 474 GOOGLE_LOG(FATAL) << "Can't get here."; in IsDefaultValueJavaDefault() 598 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 629 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 661 GOOGLE_LOG(FATAL) << "Can't get here."; in FixedSize()
|
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 | 153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize() 280 GOOGLE_LOG(FATAL) << "File is already registered: " << file; in RegisterFile() 295 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() 315 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype() 332 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't " in GetPrototype()
|
D | descriptor_database.cc | 57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name(); in AddFile() 94 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name; in AddSymbol() 109 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing " in AddSymbol() 122 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing " in AddSymbol() 160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: " in AddExtension() 315 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to " in Add()
|
D | generated_message_reflection.cc | 86 GOOGLE_LOG(FATAL) in ReportReflectionUsageError() 112 GOOGLE_LOG(FATAL) in ReportReflectionUsageTypeError() 125 GOOGLE_LOG(FATAL) in ReportReflectionUsageEnumTypeError() 371 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 406 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 458 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type(); in SwapOneofField() 492 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field2->cpp_type(); in SwapOneofField() 524 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type(); in SwapOneofField() 673 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldSize() 1001 GOOGLE_LOG(FATAL) << "Can't get here."; in DEFINE_PRIMITIVE_ACCESSORS() [all …]
|
D | text_format.cc | 145 GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. " in CheckFieldIndex() 148 GOOGLE_LOG(DFATAL) << "Index must be -1 for singular fields." in CheckFieldIndex() 274 GOOGLE_LOG(ERROR) << "Error parsing text-format " in ReportError() 279 GOOGLE_LOG(ERROR) << "Error parsing text-format " in ReportError() 291 GOOGLE_LOG(WARNING) << "Warning parsing text-format " in ReportWarning() 296 GOOGLE_LOG(WARNING) << "Warning parsing text-format " in ReportWarning() 716 GOOGLE_LOG(FATAL) << "Reached an unintended state: CPPTYPE_MESSAGE"; in ConsumeFieldValue() 1052 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
/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() 176 GOOGLE_LOG(FATAL) << "Can't get here."; in IsVariableLenType() 518 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateHashCodeCode() 665 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateEqualsCode() 710 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateHashCodeCode()
|
D | javanano_helpers.cc | 325 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 345 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 365 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 385 GOOGLE_LOG(FATAL) << "Can't get here."; in EmptyArrayName() 464 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 84 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 97 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
D | zero_copy_stream_impl.cc | 117 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileInputStream() 215 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileOutputStream() 377 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
|
D | zero_copy_stream.cc | 49 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. " in WriteAliasedRaw()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 225 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 255 GOOGLE_LOG(FATAL) << "Can't get here."; in DeclaredTypeMethodName() 341 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 487 GOOGLE_LOG(FATAL) << "Can't get here."; in IsStringOrMessage()
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.cc | 88 GOOGLE_LOG(ERROR) << "fopen(" << name << ", \"wb\"): " << strerror(errno); in WriteStringToFile() 93 GOOGLE_LOG(ERROR) << "fwrite(" << name << "): " << strerror(errno); in WriteStringToFile()
|