Home
last modified time | relevance | path

Searched defs:is_repeat (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1749 bool is_repeat = ShouldRepeat(field, wiretype); in GenerateParseLoop() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h822 bool is_repeat() { return type == NT_REPEAT; } in is_repeat() function