Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc488 char *key_str_data; in ForEachCompositeField() local
489 if (PyString_AsStringAndSize(key, &key_str_data, &key_str_size) != 0) in ForEachCompositeField()
491 const string key_str(key_str_data, key_str_size); in ForEachCompositeField()