Searched refs:kVerbose (Results 1 – 4 of 4) sorted by relevance
317 static const bool kVerbose = false; in TestRandomAccess() local321 if (kVerbose) fprintf(stderr, "---\n"); in TestRandomAccess()327 if (kVerbose) fprintf(stderr, "Next\n"); in TestRandomAccess()337 if (kVerbose) fprintf(stderr, "SeekToFirst\n"); in TestRandomAccess()348 if (kVerbose) in TestRandomAccess()
61 enum class PrintVerbosity { kVerbose, kSilent }; in NON_EXPORTED_BASE() enumerator127 PrintVerbosity verbose = PrintVerbosity::kVerbose) const { in NON_EXPORTED_BASE()
139 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose); in PrintNode()
135 if (verbose == PrintVerbosity::kVerbose) { in PrintParameter()