Home
last modified time | relevance | path

Searched defs:KvpValue (Results 1 – 4 of 4) sorted by relevance

/dports/databases/qof/qof-0.8.8/qof/
H A Dkvpframe.h78 typedef struct _KvpValue KvpValue; typedef
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test-core/
H A Dtest-engine-stuff.h41 typedef struct KvpValueImpl KvpValue; typedef
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofbook.h54 typedef struct KvpValueImpl KvpValue; typedef
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-kvp-frame.cpp202 auto counter = [] (char const *, KvpValue*, unsigned & count) { ++count; }; in TEST() argument