OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatchInfo
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/VEX/priv/
ir_match.h
73
MatchInfo
;
81
Bool matchIRExpr (
MatchInfo
* mi, IRExpr* p/*attern*/, IRExpr* e/*xpr*/ );
/external/icu4c/i18n/
tznames.cpp
324
struct
MatchInfo
: UMemory {
330
MatchInfo
(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
346
delete static_cast<
MatchInfo
*>(obj);
369
MatchInfo
*
matchInfo
= new
MatchInfo
(nameType, matchLength, &tzID, NULL);
370
if (
matchInfo
== NULL) {
374
matches(status)->addElement(
matchInfo
, status);
376
delete
matchInfo
;
386
MatchInfo
* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID)
[
all
...]
/external/llvm/utils/FileCheck/
FileCheck.cpp
433
SmallVector<StringRef, 4>
MatchInfo
;
434
if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &
MatchInfo
))
438
assert(!
MatchInfo
.empty() && "Didn't get any match");
439
StringRef FullMatch =
MatchInfo
[0];
445
assert(I->second <
MatchInfo
.size() && "Internal paren error");
446
VariableTable[I->first] =
MatchInfo
[I->second];
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c
21
** Characters that may appear in the second argument to
matchinfo
().
32
** The default value for the second argument to
matchinfo
().
83
** accumulating the data returned by the
matchinfo
() function.
85
typedef struct
MatchInfo
MatchInfo
;
86
struct
MatchInfo
{
796
** fts3ExprIterate() callback used to collect the "global"
matchinfo
stats
800
** FTS3_MATCHINFO_HITS
matchinfo
array. The global stats are those elements
801
** of the
matchinfo
array that are constant for all rows returned by the
804
** Argument pCtx is actually a pointer to a struct of type
MatchInfo
. Thi
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 1092 milliseconds