Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dpython_protobuf.cc45 const Message* (*GetCProtoInsidePyProtoPtr)(PyObject* msg) = variable
51 return GetCProtoInsidePyProtoPtr(msg); in GetCProtoInsidePyProto()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2816 const Message* (*GetCProtoInsidePyProtoPtr)(PyObject* msg); variable
3089 GetCProtoInsidePyProtoPtr = GetCProtoInsidePyProtoImpl; in InitProto2MessageModule()