class SourceLocation

Defined at line 15 of file ../../third_party/cobalt/src/lib/util/source_location.h

SourceLocation is used to track where the method is called to support logging status from

util::StatusBuilder

Public Methods

void SourceLocation ()

Defined at line 24 of file ../../third_party/cobalt/src/lib/util/source_location.h

SourceLocation current (PrivateTag tag, std::uint32_t line, const char * file_name)

Defined at line 26 of file ../../third_party/cobalt/src/lib/util/source_location.h

std::uint32_t line ()

Defined at line 32 of file ../../third_party/cobalt/src/lib/util/source_location.h

const char * file_name ()

Defined at line 33 of file ../../third_party/cobalt/src/lib/util/source_location.h