/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum.cc | 92 const string constant_name = local 97 "name", constant_name); 99 printer->Print("$name$,\n", "name", constant_name);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
module.c | 255 char* constant_name;
member in struct:_IntConstantPair 404 for (i = 0; _int_constants[i].constant_name != 0; i++) {
409 PyDict_SetItemString(dict, _int_constants[i].constant_name, tmp_obj);
|
/external/python/cpython2/Modules/_sqlite/ |
module.c | 255 char* constant_name; member in struct:_IntConstantPair 404 for (i = 0; _int_constants[i].constant_name != 0; i++) { 409 PyDict_SetItemString(dict, _int_constants[i].constant_name, tmp_obj);
|
/external/python/cpython3/Modules/_sqlite/ |
module.c | 268 const char *constant_name; member in struct:_IntConstantPair 447 for (i = 0; _int_constants[i].constant_name != NULL; i++) { 452 PyDict_SetItemString(dict, _int_constants[i].constant_name, tmp_obj);
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.cc | 510 string constant_name = extension_field.name() + "_FIELD_NUMBER"; local 511 UpperString(&constant_name); 512 printer_->Print("$constant_name$ = $number$\n", 513 "constant_name", constant_name, [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | 110 string constant_name = field_descriptor->name() + "_FIELD_NUMBER"; local 111 UpperString(&constant_name); 113 constant_name.c_str(), constant_name.size())); [all...] |