Searched refs:is_in_oneof (Results 1 – 1 of 1) sorted by relevance
1425 bool is_in_oneof; in CheckAndGetInteger() local1427 FindFieldWithOneofs(message, string(field_name, size), &is_in_oneof); in CheckAndGetInteger()1429 if (!is_in_oneof) { in CheckAndGetInteger()1437 if (!CheckHasPresence(field_descriptor, is_in_oneof)) { in CheckAndGetInteger()1654 bool is_in_oneof; in CheckAndGetInteger() local1656 FindFieldWithOneofs(message, string(field_name, size), &is_in_oneof); in CheckAndGetInteger()1658 if (!is_in_oneof) { in CheckAndGetInteger()1665 } else if (is_in_oneof) { in CheckAndGetInteger()