OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semanticList
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Recognizer/src/
RecognizerResultImpl.c
225
ArrayList*
semanticList
;
236
CHKLOG(rc, impl->results->get(impl->results, 0, (void **)&
semanticList
));
237
if (
semanticList
== NULL)
240
CHKLOG(rc,
semanticList
->getSize(
semanticList
, &num_semanticResults));
246
CHKLOG(rc,
semanticList
->get(
semanticList
, 0, (void **)&semanticResult));
247
CHKLOG(rc,
semanticList
->remove(
semanticList
, semanticResult));
252
CHKLOG(rc, impl->results->remove(impl->results,
semanticList
));
[
all
...]
RecognizerImpl.c
[
all
...]
Completed in 510 milliseconds