Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h51 void Extend(std::size_t size) { in Extend() function
90 this->Extend(size); in GetNextWriteBufferSection()
128 this->Extend(size); in GetNextWriteBufferSection()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_scalar_container.h111 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
Drepeated_composite_container.h129 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value);
Drepeated_composite_container.cc192 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function
228 return Extend(self, other); in MergeFrom()
556 { "extend", (PyCFunction) Extend, METH_O,
Drepeated_scalar_container.cc497 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Extend() function
756 { "extend", (PyCFunction)Extend, METH_O,
Dmessage.cc1161 if (ScopedPyObjectPtr(repeated_scalar_container::Extend( in CheckAndGetInteger()
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp44 Extend(size); in GetNextWriteBufferSection()