Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc61 namespace repeated_composite_container { namespace
576 (destructor)repeated_composite_container::Dealloc, // tp_dealloc
583 &repeated_composite_container::SqMethods, // tp_as_sequence
584 &repeated_composite_container::MpMethods, // tp_as_mapping
595 (richcmpfunc)repeated_composite_container::RichCompare, // tp_richcompare
599 repeated_composite_container::Methods, // tp_methods
Drepeated_composite_container.h107 namespace repeated_composite_container {
Dextension_dict.cc69 if (repeated_composite_container::Release( in ReleaseExtension()
139 PyObject* py_container = repeated_composite_container::NewContainer( in subscript()
Dmessage.cc1031 repeated_composite_container::ReleaseLastTo( in CheckAndGetInteger()
1118 repeated_composite_container::Add(rc_container, NULL, kwargs)); in CheckAndGetInteger()
1522 repeated_composite_container::SetOwner(container, new_owner_); in CheckAndGetInteger()
1596 return repeated_composite_container::Release(container); in CheckAndGetInteger()
2687 py_container = repeated_composite_container::NewContainer( in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am647 python/google/protobuf/pyext/repeated_composite_container.cc \
648 python/google/protobuf/pyext/repeated_composite_container.h \