Searched refs:tuples (Results 1 – 25 of 26) sorted by relevance
12
24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, in Replace() argument27 for (unsigned i = 0; i < tuples.size() - 1; ++i) { in Replace()28 if (!ArcTypesMatch(*tuples[i].second, *tuples[i+1].second, "Replace")) { in Replace()33 if (!ArcTypesMatch(*tuples[0].second, *ofst, "Replace")) return; in Replace()35 ReplaceArgs args(tuples, ofst, root, epsilon_on_replace); in Replace()
131 vector<pair<typename Arc::Label, const Fst<Arc> *> > tuples( in PdtReplace()133 for (size_t i = 0; i < tuples.size(); ++i) { in PdtReplace()134 tuples[i].first = args->arg1[i].first; in PdtReplace()135 tuples[i].second = (args->arg1[i].second)->GetFst<Arc>(); in PdtReplace()145 Replace(tuples, ofst, &parens, args->arg4); in PdtReplace()
904 const llong* tuples[] = { // lhs, rhs, ans938 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;940 const llong lhs = *tuples[i*TUPLE_WIDTH+0];941 const llong rhs = *tuples[i*TUPLE_WIDTH+1];942 const llong ans = *tuples[i*TUPLE_WIDTH+2];983 const llong* tuples[] = {1018 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;1020 const llong lhs = *tuples[i*TUPLE_WIDTH+0];1021 const llong rhs = *tuples[i*TUPLE_WIDTH+1];1022 const llong ans = *tuples[i*TUPLE_WIDTH+2];
1598 UnicodeString tuples[] = { in TestApostropheMode() local1608 int32_t tuples_count = UPRV_LENGTHOF(tuples); in TestApostropheMode()1611 UnicodeString& desired = tuples[i]; in TestApostropheMode()1612 UnicodeString& ado_pattern = tuples[i + 1]; in TestApostropheMode()1617 UnicodeString& adr_pattern = tuples[i + 2].isEmpty() ? ado_pattern : tuples[i + 2]; in TestApostropheMode()
4 ; !named should still point at the unmodified tuples (!3, !4, and !5) that
55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
37 head = WWW_AUTHENTICATE.tuples('Basic realm="%s"' % self.realm)
488 def tuples(self, *args, **kwargs): member in HTTPHeader539 collection.extend(self.tuples(*args, **kwargs))541 def tuples(self, *args, **kwargs): member in _MultiEntryHeader
89 tuples ``('blah.com', '/foo')``. This will match domain names; without
1740 String[] tuples = new String[] { in TestApostropheMode() local1750 for (int i = 0; i < tuples.length; i += 3) { in TestApostropheMode()1751 String desired = tuples[i]; in TestApostropheMode()1752 String ado_pattern = tuples[i + 1]; in TestApostropheMode()1755 String adr_pattern = tuples[i + 2]; in TestApostropheMode()
201 * SC(index, lg_delta, size, bin, lg_delta_lookup) tuples.
74 A list of ``(header_name, value)`` tuples for the request headers.
112 List of headers, as a list of tuples ``(header_name, value)``.
153 also accept tuples: if a tuple is returned, we use its values as positional
90 ; consider an option to the IR printer to emit MD tuples after the function
4 ; the memmove-like situation arising in tuples, where an early copy can clobber5 ; the value needed by a later one if the tuples overlap.
65 // Groupings using register classes and tuples
193 is a sequence of zero or more tuples:
326 tuples; all the keys are ordered, and all the values are ordered.
922 of two-tuples or dictionary-like object). Note: this does not
673 of tuples like the data returned in a stop reply packet. The currently valid674 tuples tp return are:
256 // RegisterTuples - Automatically generate super-registers by forming tuples of
2077 This table shows how texture image components are returned as (x,y,z,w) tuples
2420 [incoming] is a list of [(llvalue, llbasicblock)] tuples.
2919 to generic tuples). Their fields are labelled, and can be specified in any2932 tuples containing the debug info to be emitted along with the compile unit,