Searched refs:DbstlDbt (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/stl/
H A Ddbstl_utility.h393 an DbstlDbt object A(use malloc to allocate the required number of bytes for
395 fields as necessary) and store A into a container, e.g. db_vector<DbstlDbt>,
397 The DbstlDbt class can help you avoid memory leaks,
398 so it is strongly recommended that you use DbstlDbt rather than Dbt class.
400 DbstlDbt derives from Dbt class, and it does an deep copy on copy construction
405 malloc to allocate memory in order to use DbstlDbt.
407 DbstlDbt simply inherits all methods from Dbt with no extra
411 In practice you rarely need to use DbstlDbt
414 e.g. a bitmap, do you need to use DbstlDbt.
416 Hence, DbstlDbt i
433 class DbstlDbt : public Dbt class in inherits:Dbt
452 DbstlDbt(void *data1, u_int32_t size1) : Dbt(data1, size1){} function in class:DbstlDbt
453 DbstlDbt() : Dbt(){} function in class:DbstlDbt
461 DbstlDbt(const DbstlDbt &d) : Dbt(d) function in class:DbstlDbt
[all...]
H A Ddbstl_dbt.h87 inline void set_dbt(const DbstlDbt&dbt2, bool onstack) argument
336 inline int get_data(DbstlDbt& data) const
363 inline const DbstlDbt& operator=(const DbstlDbt& t2)
512 inline DataItem(const DbstlDbt&dbt2, bool onstack) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/stl/
H A Ddbstl_utility.h393 an DbstlDbt object A(use malloc to allocate the required number of bytes for
395 fields as necessary) and store A into a container, e.g. db_vector<DbstlDbt>,
397 The DbstlDbt class can help you avoid memory leaks,
398 so it is strongly recommended that you use DbstlDbt rather than Dbt class.
400 DbstlDbt derives from Dbt class, and it does an deep copy on copy construction
405 malloc to allocate memory in order to use DbstlDbt.
407 DbstlDbt simply inherits all methods from Dbt with no extra
411 In practice you rarely need to use DbstlDbt
414 e.g. a bitmap, do you need to use DbstlDbt.
416 Hence, DbstlDbt i
433 class DbstlDbt : public Dbt class in inherits:Dbt
452 DbstlDbt(void *data1, u_int32_t size1) : Dbt(data1, size1){} function in class:DbstlDbt
453 DbstlDbt() : Dbt(){} function in class:DbstlDbt
461 DbstlDbt(const DbstlDbt &d) : Dbt(d) function in class:DbstlDbt
[all...]
H A Ddbstl_dbt.h87 inline void set_dbt(const DbstlDbt&dbt2, bool onstack) argument
336 inline int get_data(DbstlDbt& data) const
363 inline const DbstlDbt& operator=(const DbstlDbt& t2)
512 inline DataItem(const DbstlDbt&dbt2, bool onstack) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/stl/
H A Ddbstl_utility.h393 an DbstlDbt object A(use malloc to allocate the required number of bytes for
395 fields as necessary) and store A into a container, e.g. db_vector<DbstlDbt>,
397 The DbstlDbt class can help you avoid memory leaks,
398 so it is strongly recommended that you use DbstlDbt rather than Dbt class.
400 DbstlDbt derives from Dbt class, and it does an deep copy on copy construction
405 malloc to allocate memory in order to use DbstlDbt.
407 DbstlDbt simply inherits all methods from Dbt with no extra
411 In practice you rarely need to use DbstlDbt
414 e.g. a bitmap, do you need to use DbstlDbt.
416 Hence, DbstlDbt i
433 class DbstlDbt : public Dbt class in inherits:Dbt
452 DbstlDbt(void *data1, u_int32_t size1) : Dbt(data1, size1){} function in class:DbstlDbt
453 DbstlDbt() : Dbt(){} function in class:DbstlDbt
461 DbstlDbt(const DbstlDbt &d) : Dbt(d) function in class:DbstlDbt
[all...]
H A Ddbstl_dbt.h87 inline void set_dbt(const DbstlDbt&dbt2, bool onstack) argument
336 inline int get_data(DbstlDbt& data) const
363 inline const DbstlDbt& operator=(const DbstlDbt& t2)
512 inline DataItem(const DbstlDbt&dbt2, bool onstack) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test_stl/base/
H A Dtest_mt.h46 DbstlDbt dbt, dbt2;
67 typedef db_vector<DbstlDbt> container_t;
218 typedef db_map<ptint , DbstlDbt> container_t;
376 typedef db_multimap<ptint , DbstlDbt> container_t;
540 typedef db_set<DbstlDbt> container_t;
707 typedef db_multiset<DbstlDbt> container_t;
H A Dtest_assoc.h830 DbstlDbt dbt, dbtmsg;
838 db_map<int, DbstlDbt> msgmap(dbp3, penv);
857 db_map<int, DbstlDbt>::data_type_wrap msgref = msgmap[i];
865 for (db_map<int, DbstlDbt>::iterator msgitr = msgmap.begin(ReadModifyWriteOption::
867 db_map<int, DbstlDbt>::reference smsmsg = *msgitr;
1896 db_vector<DbstlDbt> strv(dbstrv, penv);
1898 vector<DbstlDbt> strvdbts;
1903 DbstlDbt dbt;
1918 db_vector<DbstlDbt>::value_type_wrap elemref = strv[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test_stl/base/
H A Dtest_mt.h46 DbstlDbt dbt, dbt2;
67 typedef db_vector<DbstlDbt> container_t;
218 typedef db_map<ptint , DbstlDbt> container_t;
376 typedef db_multimap<ptint , DbstlDbt> container_t;
540 typedef db_set<DbstlDbt> container_t;
707 typedef db_multiset<DbstlDbt> container_t;
H A Dtest_assoc.h830 DbstlDbt dbt, dbtmsg;
838 db_map<int, DbstlDbt> msgmap(dbp3, penv);
857 db_map<int, DbstlDbt>::data_type_wrap msgref = msgmap[i];
865 for (db_map<int, DbstlDbt>::iterator msgitr = msgmap.begin(ReadModifyWriteOption::
867 db_map<int, DbstlDbt>::reference smsmsg = *msgitr;
1896 db_vector<DbstlDbt> strv(dbstrv, penv);
1898 vector<DbstlDbt> strvdbts;
1903 DbstlDbt dbt;
1918 db_vector<DbstlDbt>::value_type_wrap elemref = strv[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test_stl/base/
H A Dtest_mt.h46 DbstlDbt dbt, dbt2;
67 typedef db_vector<DbstlDbt> container_t;
218 typedef db_map<ptint , DbstlDbt> container_t;
376 typedef db_multimap<ptint , DbstlDbt> container_t;
540 typedef db_set<DbstlDbt> container_t;
707 typedef db_multiset<DbstlDbt> container_t;
H A Dtest_assoc.h830 DbstlDbt dbt, dbtmsg;
838 db_map<int, DbstlDbt> msgmap(dbp3, penv);
857 db_map<int, DbstlDbt>::data_type_wrap msgref = msgmap[i];
865 for (db_map<int, DbstlDbt>::iterator msgitr = msgmap.begin(ReadModifyWriteOption::
867 db_map<int, DbstlDbt>::reference smsmsg = *msgitr;
1896 db_vector<DbstlDbt> strv(dbstrv, penv);
1898 vector<DbstlDbt> strvdbts;
1903 DbstlDbt dbt;
1918 db_vector<DbstlDbt>::value_type_wrap elemref = strv[i];

Completed in 196 milliseconds