OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBC_CommonECI
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/
BC_CommonECI.cpp
26
CBC_CommonECI
::
CBC_CommonECI
(int32_t value) {
29
CBC_CommonECI
::~
CBC_CommonECI
() {}
30
int32_t
CBC_CommonECI
::GetValue() {
33
CBC_CommonECI
*
CBC_CommonECI
::GetEICByValue(int32_t value, int32_t& e) {
BC_CommonECI.h
9
class
CBC_CommonECI
{
11
CBC_CommonECI
(int32_t value);
12
virtual ~
CBC_CommonECI
();
15
static
CBC_CommonECI
* GetEICByValue(int32_t value, int32_t& e);
Completed in 3140 milliseconds