Home
last modified time | relevance | path

Searched defs:HasField (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc80 bool HasField(const Type& type, const string& name) { in HasField() function in google::protobuf::util::__anonb745a2840111::DescriptorPoolTypeResolverTest
84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anonb745a2840111::DescriptorPoolTypeResolverTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py234 def HasField(self, field_name): member in Message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py826 def HasField(self, field_name): function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.cc748 bool GeneratedMessageReflection::HasField(const Message& message, in HasField() function in google::protobuf::internal::GeneratedMessageReflection
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc1410 PyObject* HasField(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function