Searched refs:opsLookup (Results 1 – 1 of 1) sorted by relevance
29 Ops** opsLookup = fClientIDLookup.find(fClientID); in addOp() local31 if (!opsLookup) { in addOp()35 ops = *opsLookup; in addOp()102 Ops** opsLookup = fClientIDLookup.find(clientID); in getBoundsByClientID() local103 if (opsLookup) { in getBoundsByClientID()108 for (int i = 0; i < (*opsLookup)->size(); i++) { in getBoundsByClientID()109 const Op* op = (**opsLookup)[i]; in getBoundsByClientID()