Searched refs:opsLookup (Results 1 – 2 of 2) sorted by relevance
30 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp() local32 if (!opsLookup) { in addOp()36 ops = *opsLookup; in addOp()103 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID() local104 if (opsLookup) { in getBoundsByClientID()109 for (int i = 0; i < (*opsLookup)->count(); i++) { in getBoundsByClientID()110 const Op* op = (**opsLookup)[i]; in getBoundsByClientID()