Searched defs:DiffContext (Results 1 – 2 of 2) sorted by relevance
58 struct DiffContext { struct59 DiffContext(Value *L, Value *R) in DiffContext() function70 SmallVector<DiffContext, 5> contexts; argument
30 class DiffContext : public IAaptContext { class32 DiffContext() : name_mangler_({}), symbol_table_(&name_mangler_) { in DiffContext() function in aapt::DiffContext