Searched defs:begin (Results 1 – 11 of 11) sorted by relevance
26 val begin = detailsFor<BeginSliceEvent>("tracing_mark_write: B|5000|hello world") in testBegin() constant
36 T* begin() const { return begin_; } in begin() function
133 Iterator begin() const { return Iterator(begin_); } in begin() function
103 T* begin() { return values_.get(); } in begin() function
239 const dex::u2* begin = ir_code->instructions.begin(); in DisassembleBytecode() local276 const dex::u2* begin = ir_method->code->instructions.begin(); in FixupSwitches() local
579 dex::u2* const begin = bytecode_.ptr<dex::u2>(0); in FixupSwitchOffsets() local
289 private static ByteBuffer slice(ByteBuffer buffer, int begin, int end) { in slice()
129 var begin: Int in findDocumentation() variable
464 val begin = suffix.indexOf('(') in <lambda>() constant
679 var begin = 0 in createList() variable
956 def __init__(self, begin, end): argument1959 def RemoveMultiLineCommentsFromRange(lines, begin, end): argument