Searched refs:category_ (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp11 inline void setCategory(std::string &category) {category_ = category;}
18 inline std::string& getCategory() {return(category_);}
28 category_ = "";
55 category_ = buf + bufLen_;
56 bufLen_ += category_.size() + 1;
89 packString(databuf_, category_);
108 std::cout << " Category: " << category_ << std::endl;
127 std::string category_, name_, vendor_, sku_; member in class:InventoryData
/macosx-10.10/adv_cmds-158/locale/
H A Dlocale.cc48 keyword(int category_, string kword, string value, vtype t) argument
50 switch(category_) {
75 lc << "LC_" << category_; local

Completed in 116 milliseconds