/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 59 GOOGLE_LOG(FATAL) << "CloseHandle: " in CloseHandleOrDie() 85 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 88 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start() 94 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 99 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start() 113 GOOGLE_LOG(FATAL) << "GetStdHandle: " in Start() 181 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: " in Communicate() 184 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: " in Communicate() 230 GOOGLE_LOG(FATAL) << "WaitForSingleObject: " in Communicate() 233 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: " in Communicate() [all …]
|
D | code_generator.cc | 55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion."; in OpenForInsert() 61 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 | 121 #undef GOOGLE_LOG 144 #define GOOGLE_LOG(LEVEL) \ macro 149 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL) 166 GOOGLE_LOG(FATAL) << name; in CheckNotNull() 190 #define GOOGLE_DLOG GOOGLE_LOG
|
D | common.cc | 71 GOOGLE_LOG(FATAL) in VerifyVersion() 82 GOOGLE_LOG(FATAL) in VerifyVersion() 372 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result); in Lock() 379 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()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize() 237 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in GetEnumValue() 243 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in SetEnumValue() 248 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in GetRepeatedEnumValue() 254 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in SetRepeatedEnumValue() 259 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in AddEnumValue() 265 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API."; in MapBegin() 273 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API."; in MapEnd() 333 GOOGLE_LOG(FATAL) << "File is already registered: " << file; in RegisterFile() 348 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType() [all …]
|
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 | message_lite.cc | 74 GOOGLE_LOG(FATAL) << "This shouldn't be called if all the sizes are equal."; in ByteSizeConsistencyError() 120 GOOGLE_LOG(ERROR) << InitializationErrorMessage("parse", *message); in InlineMergeFromCodedStream() 245 GOOGLE_LOG(ERROR) << "Error computing ByteSize (possible overflow?)."; in SerializePartialToCodedStream() 295 GOOGLE_LOG(ERROR) << "Error computing ByteSize (possible overflow?)."; in AppendPartialToString()
|
D | generated_message_reflection.cc | 90 GOOGLE_LOG(FATAL) in ReportReflectionUsageError() 116 GOOGLE_LOG(FATAL) in ReportReflectionUsageTypeError() 129 GOOGLE_LOG(FATAL) in ReportReflectionUsageEnumTypeError() 439 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 508 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 560 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type(); in SwapOneofField() 594 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field2->cpp_type(); in SwapOneofField() 626 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type(); in SwapOneofField() 796 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldSize() 1157 GOOGLE_LOG(FATAL) << "Can't get here."; in DEFINE_PRIMITIVE_ACCESSORS() [all …]
|
/external/protobuf/conformance/ |
D | conformance_cpp.cc | 72 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno); in CheckedRead() 84 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno); in CheckedWrite() 120 GOOGLE_LOG(FATAL) << "Request didn't have payload."; in DoTest() 126 GOOGLE_LOG(FATAL) << "Unspecified output format"; in DoTest() 149 GOOGLE_LOG(FATAL) << "Unknown output format: " in DoTest() 169 GOOGLE_LOG(ERROR) << "Unexpected EOF on stdin. " << strerror(errno); in DoTestIo() 173 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed."; in DoTestIo()
|
D | conformance_test_runner.cc | 108 GOOGLE_LOG(INFO) << "Trying to reap child, pid=" << child_pid_; in RunTest() 121 GOOGLE_LOG(INFO) << error_msg; in RunTest() 197 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedWrite() 209 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead() 213 GOOGLE_LOG(ERROR) << current_test_name_ in TryRead() 228 GOOGLE_LOG(FATAL) << current_test_name_ in CheckedRead()
|
/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()
|
/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()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.cc | 72 GOOGLE_LOG(FATAL) << "Can not reach here."; in ResetTypeInfo() 100 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewProtoSource() 114 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewProtoWriter() 126 GOOGLE_LOG(FATAL) << "Can not reach here."; in NewDefaultValueWriter()
|
/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 PrimitiveTypeName() 345 GOOGLE_LOG(FATAL) << "Can't get here."; in BoxedPrimitiveTypeName() 374 GOOGLE_LOG(FATAL) << "Can't get here."; in FieldTypeName() 462 GOOGLE_LOG(FATAL) << "Can't get here."; in DefaultValue() 494 GOOGLE_LOG(FATAL) << "Can't get here."; in IsDefaultValueJavaDefault() 618 GOOGLE_LOG(FATAL) << "Can't get here."; in IsReferenceType() 649 GOOGLE_LOG(FATAL) << "Can't get here."; in GetCapitalizedType() 681 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/io/ |
D | printer.cc | 77 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname; in GetSubstitutionRange() 81 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: " in GetSubstitutionRange() 101 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate() 135 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print() 148 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print() 297 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 206 GOOGLE_LOG(FATAL)<< "Unknown field type."; in type_name() 248 GOOGLE_LOG(FATAL)<< "Unknown field type."; in has_default_value() 278 GOOGLE_LOG(FATAL)<< "Unknown field type."; in is_nullable_type() 373 GOOGLE_LOG(FATAL)<< "Unknown field type."; in default_value() 421 GOOGLE_LOG(FATAL)<< "Unknown field type."; in capitalized_type_name()
|
/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() 550 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateHashCodeCode() 697 GOOGLE_LOG(ERROR) << "unknown java type for primitive field"; in GenerateEqualsCode() 742 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/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/objectivec/ |
D | objectivec_primitive_field.cc | 82 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName() 116 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveArrayTypeName()
|