Searched defs:Here (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Dtest_assembler.h422 // provides a single start label, for use with the Here and Mark
436 Label Here() const { return start_ + Size(); } function in class:google_breakpad::test_assembler::Section
438 // Set *LABEL to Here, and return a reference to this section.
439 Section &Mark(Label *label) { *label = Here(); return *this; }

Completed in 171 milliseconds