/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 54 GOOGLE_LOG(FATAL) << "CloseHandle: " in CloseHandleOrDie() 80 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 89 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 94 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 108 GOOGLE_LOG(FATAL) << "GetStdHandle: " in Start() 176 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: " in Communicate() 179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: " in Communicate() 225 GOOGLE_LOG(FATAL) << "WaitForSingleObject: " in Communicate() 228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: " in Communicate() [all …]
|
D | code_generator.cc | 49 GOOGLE_LOG(FATAL) << "This OutputDirectory does not support insertion."; in OpenForInsert()
|
/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() 300 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result); in Lock() 307 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 | 67 GOOGLE_LOG(WARNING) in TEST()
|
D | common.h | 653 #undef GOOGLE_LOG 673 #define GOOGLE_LOG(LEVEL) \ macro 678 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 703 #define GOOGLE_DLOG GOOGLE_LOG
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_generator.cc | 145 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization(); in Generate() 146 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files(); in Generate() 147 GOOGLE_LOG(WARNING) << "java_use_vector()=" << params.java_use_vector(); in Generate() 149 GOOGLE_LOG(WARNING) << "----------"; in Generate() 153 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " package=" << it->second; in Generate() 158 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " classname=" << it->second; in Generate() 160 GOOGLE_LOG(WARNING) << "=========="; in Generate()
|
D | javamicro_message.cc | 168 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in GenerateStaticVariableInitializers() 178 GOOGLE_LOG(INFO) << "is_own_file=" << is_own_file; in Generate() 179 …GOOGLE_LOG(INFO) << "containing_type()=" << ((descriptor_->containing_type() == NULL) ? "NULL" : "… in Generate() 180 GOOGLE_LOG(INFO) << "java_multiple_files()=" << params_.java_multiple_files(); in Generate() 181 …GOOGLE_LOG(INFO) << "has_java_outer_classname()=" << params_.has_java_outer_classname(file_->name(… in Generate() 186 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in Generate() 237 GOOGLE_LOG(FATAL) << "Extensions not supported in MICRO_RUNTIME\n"; in GenerateMessageSerializationMethods()
|
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 | 223 GOOGLE_LOG(FATAL) << "Expected package name to start an enum"; in ClassName() 300 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 320 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 387 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 151 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize() 241 GOOGLE_LOG(FATAL) << "File is already registered: " << file; in RegisterFile() 256 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() 275 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype() 292 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() 314 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() 368 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in Swap() 400 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in Swap() 454 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldSize() 759 GOOGLE_LOG(FATAL) << "Can't get here."; in DEFINE_PRIMITIVE_ACCESSORS() 778 GOOGLE_LOG(FATAL) << "Can't get here."; in GetStringReference() 820 GOOGLE_LOG(FATAL) << "Can't get here."; in GetRepeatedString() 838 GOOGLE_LOG(FATAL) << "Can't get here."; in GetRepeatedStringReference()
|
D | text_format.cc | 169 GOOGLE_LOG(ERROR) << "Error parsing text-format " in ReportError() 174 GOOGLE_LOG(ERROR) << "Error parsing text-format " in ReportError() 186 GOOGLE_LOG(WARNING) << "Warning parsing text-format " in ReportWarning() 191 GOOGLE_LOG(WARNING) << "Warning parsing text-format " in ReportWarning() 437 GOOGLE_LOG(FATAL) << "Reached an unintended state: CPPTYPE_MESSAGE"; in ConsumeFieldValue() 681 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
D | message_lite.cc | 69 GOOGLE_LOG(FATAL) << "This shouldn't be called if all the sizes are equal."; in ByteSizeConsistencyError() 123 GOOGLE_LOG(ERROR) << InitializationErrorMessage("parse", *message); in InlineMergeFromCodedStream()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 85 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 98 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
D | zero_copy_stream_impl.cc | 116 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileInputStream() 214 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileOutputStream() 376 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
|
D | coded_stream.cc | 147 GOOGLE_LOG(ERROR) << "A protocol message was rejected because it was too " in PrintTotalBytesLimitError() 478 GOOGLE_LOG(WARNING) << "Reading dangerously large protocol message. If the " in Refresh() 727 GOOGLE_LOG(FATAL) << "Can't get here."; in WriteVarint64ToArrayInline()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_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()
|
D | java_helpers.cc | 228 GOOGLE_LOG(FATAL) << "Can't get here."; in GetJavaType() 248 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 334 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
D | java_field.cc | 55 GOOGLE_LOG(FATAL) << "GenerateParsingCodeFromPacked() " in GenerateParsingCodeFromPacked()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 209 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 239 GOOGLE_LOG(FATAL) << "Can't get here."; in DeclaredTypeMethodName() 302 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue()
|
D | cpp_field.cc | 78 GOOGLE_LOG(FATAL) << "GenerateMergeFromCodedStreamWithPacking() " in GenerateMergeFromCodedStreamWithPacking()
|