Home
last modified time | relevance | path

Searched refs:is_in_oneof (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1425 bool is_in_oneof; in CheckAndGetInteger() local
1427 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() local
1656 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()