Searched defs:value_container (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h733 // Inserts all the values from map_container into value_container, which must
736 // Note: any initial contents of the value_container are not cleared.
739 ValueContainer* value_container) {
740 GOOGLE_CHECK(value_container != NULL);
743 value_container->push_back(it->second);
756 vector<ValueType>* value_container) {
757 GOOGLE_CHECK(value_container != NULL);
759 if (value_container->empty()) {
760 value_container->reserve(map_container.size());
764 value_container
738 AppendValuesFromMap(const MapContainer& map_container, ValueContainer* value_container) argument
755 AppendValuesFromMap(const MapContainer& map_container, vector<ValueType>* value_container) argument
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log.cc41 const Container* value_container);
79 const Container* value_container);
121 const Container* value_container) {
126 cells_[column_name] = value_container;
197 const Container* value_container) {
202 return current_row_->InsertCell(column_name, value_container);
393 const Container* value_container) {
398 return tables_[table_name]->InsertCell(column_name, value_container);
120 InsertCell(const std::string& column_name, const Container* value_container) argument
196 InsertCell(const std::string& column_name, const Container* value_container) argument
391 InsertCell(const std::string& table_name, const std::string& column_name, const Container* value_container) argument

Completed in 69 milliseconds