Searched refs:value_storage (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/base/ |
D | environment.cc | 188 std::string value_storage; // Holds concatenated null-terminated strings. in AlterEnvironment() local 200 result_indices.push_back(value_storage.size()); in AlterEnvironment() 201 value_storage.append(env[i], line_length); in AlterEnvironment() 209 result_indices.push_back(value_storage.size()); in AlterEnvironment() 210 value_storage.append(i->first); in AlterEnvironment() 211 value_storage.push_back('='); in AlterEnvironment() 212 value_storage.append(i->second); in AlterEnvironment() 213 value_storage.push_back(0); in AlterEnvironment() 219 (value_storage.size() + sizeof(char*) - 1) / sizeof(char*); // Buffer. in AlterEnvironment() 225 if (!value_storage.empty()) in AlterEnvironment() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 329 char value_storage[NATIVE_SLOT_MAX_SIZE]; member 340 native_slot_mark(frame->handlerdata->value_field_type, &frame->value_storage); in MapParseFrame_mark() 358 native_slot_init(handlerdata->value_field_type, &frame->value_storage); in map_push_frame() 399 &frame->value_storage); in endmap_handler() 648 offsetof(map_parse_frame_t, value_storage), in add_handlers_for_mapentry()
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 467 char value_storage[NATIVE_SLOT_MAX_SIZE]; member 605 map_slot_init(&frame->data->value_storage, mapdata->value_field_type, in startmapentry_handler() 625 map_slot_value(map->value_type, &frame->data->value_storage, &v); in endmap_handler() 630 map_slot_uninit(&frame->data->value_storage, mapdata->value_field_type); in endmap_handler() 931 value_storage)); in add_handlers_for_mapentry()
|