Home
last modified time | relevance | path

Searched defs:DoAdd (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dtuple_unittest.cc14 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/
DAntlr.Runtime.Tools.pas848 procedure TDictionary<TKey,TValue>.DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TV… procedure
/external/v8/src/runtime/
Druntime-atomics.cc200 inline Object* DoAdd(Isolate* isolate, void* buffer, size_t index, in DoAdd() function