Searched refs:DoAdd (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ |
D | tuple_unittest.cc | 14 void DoAdd(int a, int b, int c, int* res) { in DoAdd() function 20 void DoAdd(int a, int b, int c, int d, int* res) { in DoAdd() function 27 void DoAdd(int a, int b, int c, int d, int e, int* res) { in DoAdd() function 48 DispatchToFunction(&DoAdd, t4); in TEST() 52 DispatchToFunction(&DoAdd, std::make_tuple(9, 8, 7, &res)); in TEST() 57 DispatchToMethod(&addy, &Addy::DoAdd, t5); in TEST() 62 DispatchToMethod(&addz, &Addz::DoAdd, t6); in TEST()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 259 procedure DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TValue); 757 DoAdd(hc, not index, Key, Value); 848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV… procedure
|