Home
last modified time | relevance | path

Searched refs:LOG_STRING (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/stringlib/
Dfastsearch.h172 # define LOG_STRING(s, n) printf("\"%.*s\"", n, s)
175 # define LOG_STRING(s, n) macro
281 LOG("split: "); LOG_STRING(needle, cut); in STRINGLIB()
282 LOG(" + "); LOG_STRING(needle + cut, len_needle - cut); in STRINGLIB()
364 LOG("> "); LOG_STRING(haystack, len_haystack); in STRINGLIB()
366 LOG_STRING(needle, len_needle); in STRINGLIB()
420 LOG("> "); LOG_STRING(haystack, len_haystack); in STRINGLIB()
422 LOG_STRING(needle, len_needle); in STRINGLIB()
514 #undef LOG_STRING
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc311 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false) macro
334 LOG_STRING(ERROR, errors) << "String cannot end with \\"; in UnescapeCEscapeSequences()
361 LOG_STRING(ERROR, errors) << "String cannot end with \\x"; in UnescapeCEscapeSequences()
363 LOG_STRING(ERROR, errors) << in UnescapeCEscapeSequences()
373 LOG_STRING(ERROR, errors) << "Value of " << in UnescapeCEscapeSequences()
387 LOG_STRING(ERROR, errors) in UnescapeCEscapeSequences()
406 LOG_STRING(ERROR, errors) in UnescapeCEscapeSequences()
415 LOG_STRING(ERROR, errors) in UnescapeCEscapeSequences()
426 LOG_STRING(ERROR, errors) << "Unknown escape sequence: \\" << *p; in UnescapeCEscapeSequences()