Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
1651 bool is_in_oneof; in CheckAndGetInteger() local
1653 FindFieldWithOneofs(message, string(field_name, size), &is_in_oneof); in CheckAndGetInteger()
1655 if (!is_in_oneof) { in CheckAndGetInteger()
1662 } else if (is_in_oneof) { in CheckAndGetInteger()