Searched refs:TELLER (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h15 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2104
H A DTpcbExample.cpp257 hrec.tid = randomId(TELLER, accounts, branches, tellers);
387 teller = randomId(TELLER, accounts, branches, tellers);
496 case TELLER:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c41 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2101
463 hrec.tid = random_id(TELLER, accounts, branches, tellers);
499 case TELLER:
622 teller = random_id(TELLER, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp23 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2102
419 hrec.tid = random_id(TELLER, accounts, branches, tellers);
452 case TELLER:
555 teller = random_id(TELLER, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java70 public static final int TELLER = 2; field in class:TpcbExample
289 hrec.set_tid(random_id(TELLER));
315 case TELLER:
461 teller = TpcbExample.this.random_id(TpcbExample.TELLER);

Completed in 95 milliseconds