Searched refs:Extend (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | payload.h | 51 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/ |
D | repeated_scalar_container.h | 111 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value);
|
D | repeated_composite_container.h | 129 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value);
|
D | repeated_composite_container.cc | 192 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function 228 return Extend(self, other); in MergeFrom() 556 { "extend", (PyCFunction) Extend, METH_O,
|
D | repeated_scalar_container.cc | 497 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Extend() function 756 { "extend", (PyCFunction)Extend, METH_O,
|
D | message.cc | 1161 if (ScopedPyObjectPtr(repeated_scalar_container::Extend( in CheckAndGetInteger()
|
/frameworks/native/libs/vr/libpdx/ |
D | encoder_performance_test.cpp | 44 Extend(size); in GetNextWriteBufferSection()
|