Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:getop

7309   switch (getop(instr)) {
7318 switch (getop(instruction)) {
7345 *instruction = getop(*instruction) | ofs << 8;
7536 uint8_t op = getop(instr);
8792 assert(getop(*d->last) == OP_CHECKDELIM);
8839 op = getop(instruction);
9089 if (getop(*p) == OP_CHECKDELIM) {
9091 assert(getop(*d->pc) == OP_TAG1 ||
9092 getop(*d->pc) == OP_TAG2 ||
9093 getop(*d->pc) == OP_TAGN ||
9094 getop(*d->pc) == OP_DISPATCH);