Searched defs:DoAdd (Results 1 – 3 of 3) 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
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV… procedure
|
/external/v8/src/runtime/ |
D | runtime-atomics.cc | 200 inline Object* DoAdd(Isolate* isolate, void* buffer, size_t index, in DoAdd() function
|