Home
last modified time | relevance | path

Searched refs:DFATAL (Results 1 – 23 of 23) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc80 GOOGLE_LOG(DFATAL) << " Undefined variable in annotation: " << varname; in GetSubstitutionRange()
84 GOOGLE_LOG(DFATAL) << " Variable used for annotation used multiple times: " in GetSubstitutionRange()
105 GOOGLE_LOG(DFATAL) << " Annotation has negative length from " << begin_varname in Annotate()
142 GOOGLE_LOG(DFATAL) << " Unclosed variable name."; in Print()
156 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname; in Print()
190 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
Dtokenizer.cc921 GOOGLE_LOG_IF(DFATAL, end - start != text.size() || *start == '-') in ParseFloat()
1041 GOOGLE_LOG(DFATAL) << " Tokenizer::ParseStringAppend() passed text that could not" in ParseStringAppend()
Dzero_copy_stream_impl.cc336 GOOGLE_LOG(DFATAL) << "Can't BackUp() after failed Next()."; in BackUp()
Dgzip_stream.cc296 GOOGLE_LOG(DFATAL) << "Deflate left bytes unconsumed"; in Next()
/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc86 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
99 GOOGLE_LOG(DFATAL) in SubstituteAndAppend()
Dbytestream.cc46 GOOGLE_LOG(DFATAL) << "ByteSource::CopyTo() overran input."; in CopyTo()
/third_party/protobuf/src/google/protobuf/
Dmessage.cc222 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name(); in RegisterType()
242 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't " in GetPrototype()
260 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't " in GetPrototype()
Ddynamic_message.h224 GOOGLE_LOG(DFATAL) << "Invalid key for map field."; in operator()
Ddynamic_message.cc196 GOOGLE_LOG(DFATAL) << "Can't get here."; in FieldSpaceUsed()
234 GOOGLE_LOG(DFATAL) << "Can't get here."; in OneofFieldSpaceUsed()
Dtext_format.cc147 GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. " in CheckFieldIndex()
150 GOOGLE_LOG(DFATAL) << "Index must be -1 for singular fields." in CheckFieldIndex()
1247 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent()."; in Outdent()
2095 GOOGLE_LOG(DFATAL) << "Invalid key for map field."; in operator ()()
Dextension_set.cc261 GOOGLE_LOG(DFATAL) << "Don't lookup extension types if they aren't present (1). "; in ExtensionType()
265 GOOGLE_LOG(DFATAL) << "Don't lookup extension types if they aren't present (2). "; in ExtensionType()
Dwire_format.cc1178 GOOGLE_LOG(DFATAL) << "Invalid key for map field."; in operator ()()
Ddescriptor.cc2021 GOOGLE_LOG(DFATAL) << "Messages can't have default values!"; in DefaultValueAsString()
4040 GOOGLE_LOG(DFATAL) << "\"" << full_name in AddSymbol()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dlogger.h37 DFATAL = LOG_FATAL, enumerator
Dshortnumberinfo.cc52 LOG(DFATAL) << "Could not parse compiled-in metadata."; in ShortNumberInfo()
Dphonenumbermatcher.cc370 LOG(DFATAL) << "Could not parse compiled-in metadata."; in AlternateFormats()
Dphonenumberutil.cc840 LOG(DFATAL) << "Could not parse compiled-in metadata."; in PhoneNumberUtil()
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h122 GOOGLE_LOG_IF(DFATAL, type_ != TYPE_STRING) << "Not a string type."; in str()
Dprotostream_objectwriter.cc281 GOOGLE_LOG(DFATAL) << "Mismatched EndList found, should not be possible"; in EndList()
1138 GOOGLE_LOG(DFATAL) << "Map does not have a value field."; in RenderDataPiece()
Dprotostream_objectsource.cc133 GOOGLE_LOG_IF(DFATAL, stream == nullptr) << "Input stream is nullptr."; in ProtoStreamObjectSource()
153 GOOGLE_LOG_IF(DFATAL, stream == nullptr) << "Input stream is nullptr."; in ProtoStreamObjectSource()
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc353 GOOGLE_LOG(DFATAL) << "Messages can't have default values!"; in DefaultValueAsString()
Dmessage_differencer.cc510 GOOGLE_LOG(DFATAL) << "Comparison between two messages with different " in CompareWithFields()
556 GOOGLE_LOG(DFATAL) << "Comparison between two messages with different " in Compare()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc767 GOOGLE_LOG(DFATAL)<< "Could not find presence index for field " << descriptor->name(); in GetPresenceIndex()