HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_LOG (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/protobuf/src/google/protobuf/stubs/
statusor.cc 39 GOOGLE_LOG(FATAL) << "Attempting to fetch value instead of handling error "
common_unittest.cc 92 GOOGLE_LOG(INFO ) << "A message.";
93 GOOGLE_LOG(WARNING) << "A warning.";
94 GOOGLE_LOG(ERROR ) << "An error.";
108 GOOGLE_LOG(INFO ) << "A message.";
109 GOOGLE_LOG(WARNING) << "A warning.";
110 GOOGLE_LOG(ERROR ) << "An error.";
124 GOOGLE_LOG(ERROR) << "An error.";
125 GOOGLE_LOG(WARNING) << "A warning.";
143 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1";
145 GOOGLE_LOG(INFO) << "Not visible."
    [all...]
logging.h 121 #undef GOOGLE_LOG
144 #define GOOGLE_LOG(LEVEL) \
149 !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
166 GOOGLE_LOG(FATAL) << name;
190 #define GOOGLE_DLOG GOOGLE_LOG
substitute.cc 84 GOOGLE_LOG(DFATAL)
97 GOOGLE_LOG(DFATAL)
common.cc 71 GOOGLE_LOG(FATAL)
82 GOOGLE_LOG(FATAL)
372 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result);
379 GOOGLE_LOG(FATAL) << "pthread_mutex_unlock: " << strerror(result);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.cc 50 GOOGLE_LOG(FATAL) << "This ZeroCopyOutputStream doesn't support aliasing. "
printer.cc 77 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname;
81 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: "
101 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname
135 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
148 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
297 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
  /external/protobuf/conformance/
conformance_cpp.cc 72 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno);
84 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno);
120 GOOGLE_LOG(FATAL) << "Request didn't have payload.";
126 GOOGLE_LOG(FATAL) << "Unspecified output format";
149 GOOGLE_LOG(FATAL) << "Unknown output format: "
169 GOOGLE_LOG(ERROR) << "Unexpected EOF on stdin. " << strerror(errno);
173 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed.";
conformance_test_runner.cc 108 GOOGLE_LOG(INFO) << "Trying to reap child, pid=" << child_pid_;
121 GOOGLE_LOG(INFO) << error_msg;
197 GOOGLE_LOG(FATAL) << current_test_name_
209 GOOGLE_LOG(ERROR) << current_test_name_
213 GOOGLE_LOG(ERROR) << current_test_name_
228 GOOGLE_LOG(FATAL) << current_test_name_
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 59 GOOGLE_LOG(FATAL) << "CloseHandle: "
85 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
88 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
99 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
113 GOOGLE_LOG(FATAL) << "GetStdHandle: "
181 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
184 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
230 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
233 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code:
    [all...]
code_generator.cc 55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
61 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
  /external/protobuf/python/google/protobuf/pyext/
descriptor_database.cc 62 GOOGLE_LOG(ERROR) << "DescriptorDatabase method raised an error";
86 GOOGLE_LOG(ERROR)
94 GOOGLE_LOG(ERROR)
101 GOOGLE_LOG(ERROR)
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.cc 72 GOOGLE_LOG(FATAL) << "Can not reach here.";
100 GOOGLE_LOG(FATAL) << "Can not reach here.";
114 GOOGLE_LOG(FATAL) << "Can not reach here.";
126 GOOGLE_LOG(FATAL) << "Can not reach here.";
  /external/protobuf/src/google/protobuf/
message.cc 158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
237 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
243 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
248 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
254 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
259 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API.";
265 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API.";
273 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API.";
333 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
348 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name()
    [all...]
descriptor_database.cc 57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name();
94 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name;
109 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
122 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: "
314 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "
message_lite.cc 74 GOOGLE_LOG(FATAL) << "This shouldn't be called if all the sizes are equal.";
120 GOOGLE_LOG(ERROR) << InitializationErrorMessage("parse", *message);
245 GOOGLE_LOG(ERROR) << "Error computing ByteSize (possible overflow?).";
295 GOOGLE_LOG(ERROR) << "Error computing ByteSize (possible overflow?).";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 81 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
82 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
83 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
84 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
101 // GOOGLE_LOG(WARNING) << "first=" << options[i].first
144 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization();
145 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files();
146 GOOGLE_LOG(WARNING) << "java_use_vector()=" << params.java_use_vector();
148 GOOGLE_LOG(WARNING) << "----------";
152 GOOGLE_LOG(WARNING) << "cn.filename=" << it->first << " package=" << it->second
    [all...]
javamicro_primitive_field.cc 71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
174 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.cc 150 GOOGLE_LOG(WARNING) << "field \"" << field->full_name() << "\" is conflicting "
175 GOOGLE_LOG(FATAL) << "Can not find FieldGeneratorInfo for field: "
186 GOOGLE_LOG(FATAL) << "Can not find OneofGeneratorInfo for oneof: "
java_helpers.cc 305 GOOGLE_LOG(FATAL) << "Can't get here.";
325 GOOGLE_LOG(FATAL) << "Can't get here.";
345 GOOGLE_LOG(FATAL) << "Can't get here.";
374 GOOGLE_LOG(FATAL) << "Can't get here.";
462 GOOGLE_LOG(FATAL) << "Can't get here.";
494 GOOGLE_LOG(FATAL) << "Can't get here.";
618 GOOGLE_LOG(FATAL) << "Can't get here.";
649 GOOGLE_LOG(FATAL) << "Can't get here.";
681 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_primitive_field.cc 82 GOOGLE_LOG(FATAL) << "Can't get here.";
116 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 54 GOOGLE_LOG(FATAL)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 206 GOOGLE_LOG(FATAL)<< "Unknown field type.";
248 GOOGLE_LOG(FATAL)<< "Unknown field type.";
278 GOOGLE_LOG(FATAL)<< "Unknown field type.";
373 GOOGLE_LOG(FATAL)<< "Unknown field type.";
421 GOOGLE_LOG(FATAL)<< "Unknown field type.";
csharp_enum.cc 78 GOOGLE_LOG(WARNING) << "Duplicate enum value " << name << " (originally " << original_name
  /external/protobuf/src/google/protobuf/testing/
file.cc 88 GOOGLE_LOG(ERROR) << "fopen(" << name << ", \"wb\"): " << strerror(errno);
93 GOOGLE_LOG(ERROR) << "fwrite(" << name << "): " << strerror(errno);

Completed in 783 milliseconds

1 2 3 4