Home
last modified time | relevance | path

Searched refs:GOOGLE_LOG (Results 1 – 25 of 92) sorted by relevance

1234

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc59 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 …]
Dcode_generator.cc55 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/
Dcommon_unittest.cc92 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 …]
Dlogging.h121 #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
Dcommon.cc71 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()
Dsubstitute.cc84 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
97 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
/external/protobuf/src/google/protobuf/
Dmessage.cc158 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 …]
Ddescriptor_database.cc57 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()
Dmessage_lite.cc74 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()
Dgenerated_message_reflection.cc90 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/
Dconformance_cpp.cc72 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()
Dconformance_test_runner.cc108 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/
Djavamicro_generator.cc144 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()
Djavamicro_primitive_field.cc71 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()
Djavamicro_helpers.cc242 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/
Ddescriptor_database.cc62 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/
Dtype_info_test_helper.cc72 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/
Djava_helpers.cc305 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()
Djava_context.cc150 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/
Dprinter.cc77 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()
Dzero_copy_stream_impl.cc118 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileInputStream()
216 GOOGLE_LOG(ERROR) << "close() failed: " << strerror(errno_); in ~CopyingFileOutputStream()
378 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_field_base.cc206 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/
Djavanano_primitive_field.cc73 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()
Djavanano_helpers.cc339 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/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_primitive_field.cc82 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveTypeName()
116 GOOGLE_LOG(FATAL) << "Can't get here."; in PrimitiveArrayTypeName()

1234