Searched refs:containers (Results 1 – 8 of 8) sorted by relevance
390 int32_t getSecureContainerList(const String16& id, String16*& containers) in getSecureContainerList() argument405 containers = new String16[numStrings]; in getSecureContainerList()407 containers[i] = reply.readString16(); in getSecureContainerList()
63 String16*& containers) = 0;
69 from google.protobuf.internal import containers382 return containers.MessageMap(388 return containers.ScalarMap(418 return containers.RepeatedCompositeFieldContainer(424 return containers.RepeatedScalarFieldContainer(
160 * Track Media Extractor (pulling video/audio streams out of containers) usage
2949 ScopedPyObjectPtr containers(PyImport_ImportModule( in CheckAndGetInteger() local2951 if (containers == NULL) { in CheckAndGetInteger()2956 PyObject_GetAttrString(containers.get(), "MutableMapping")); in CheckAndGetInteger()
581 array/map containers will throw exceptions eagerly when values of the1015 * Support iterators in extend and __setslice__ for containers.
579 python/google/protobuf/internal/containers.py \
6014 * Track Media Extractor (pulling video/audio streams out of containers) usage