Home
last modified time | relevance | path

Searched refs:Prefixes (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp72 for (const char * const *APre = A.Prefixes, in operator <()
73 * const *BPre = B.Prefixes; in operator <()
141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable()
169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument
172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput()
173 E = Prefixes.end(); I != E; ++I) in isInput()
182 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption()
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
[all …]
DOption.cpp61 if (Info->Prefixes) { in print()
63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.data7 Prefixes of OCTET STRING, length=0
10 Prefixes of OCTET STRING, length=0 (0 length bytes)
13 Prefixes of OCTET STRING, length=1
16 Prefixes of OCTET STRING, length=2
19 Prefixes of BOOLEAN, length=0
22 Prefixes of BOOLEAN, length=1
25 Prefixes of BOOLEAN, length=2
28 Prefixes of INTEGER, length=1
31 Prefixes of INTEGER, length=2
34 Prefixes of INTEGER, length=5
[all …]
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes3.ts112 type Prefixes = "foo" | "bar"; alias
116 type PrefixData<P extends Prefixes> = `${P}:baz`;
118 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypes3.js110 type Prefixes = "foo" | "bar";
114 type PrefixData<P extends Prefixes> = `${P}:baz`;
116 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
330 type Prefixes = "foo" | "bar";
332 type PrefixData<P extends Prefixes> = `${P}:baz`;
333 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
DtemplateLiteralTypes3.symbols363 type Prefixes = "foo" | "bar";
364 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55))
369 type PrefixData<P extends Prefixes> = `${P}:baz`;
372 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55))
375 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
378 >Prefixes : Symbol(Prefixes, Decl(templateLiteralTypes3.ts, 104, 55))
DtemplateLiteralTypes3.errors.txt134 type Prefixes = "foo" | "bar";
138 type PrefixData<P extends Prefixes> = `${P}:baz`;
140 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
DtemplateLiteralTypes3.types368 type Prefixes = "foo" | "bar";
369 >Prefixes : "foo" | "bar"
374 type PrefixData<P extends Prefixes> = `${P}:baz`;
377 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h51 unsigned Prefixes; member
129 OS << "Prefix:" << Pref.Prefixes; in print()
167 return Pref.Prefixes; in getPrefix()
607 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix()
609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
/third_party/libphonenumber/resources/carrier/fa/
D98.txt15 # Prefixes from http://en.wikipedia.org/wiki/%2B98.
/third_party/libphonenumber/resources/carrier/en/
D224.txt15 # Prefixes from http://www.itu.int/oth/T020200005B/en
D222.txt15 # Prefixes from ITU: http://www.itu.int/oth/T0202000087/en
D385.txt16 # Prefixes 89, 90 and 97 are updated based on IR 21 docs.
D373.txt15 # Prefixes are from the National Regulatory Agency for Electronic Communications
D230.txt15 # Prefixes from http://www.itu.int/oth/T0202000088/en
D973.txt15 # Prefixes obtained here:
D98.txt15 # Prefixes from http://en.wikipedia.org/wiki/%2B98.
D505.txt15 # Prefixes originate from IR21 docs issued by local operators.
D507.txt15 # Prefixes are from La Autoridad Nacional de los Servicios Públicos (ASEP):
/third_party/libphonenumber/resources/geocoding/el/
D30.txt17 # Prefixes 302736 and 302893 were translated from the English equivalent
/third_party/libphonenumber/resources/geocoding/en/
D675.txt15 # Prefixes from National Numbering Plan for Papua New Guinea, found at
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h44 const char *const *Prefixes; member
DOption.h127 const char *Prefix = *Info->Prefixes; in getPrefix()
/third_party/libphonenumber/resources/geocoding/ru/
D7.txt23 # Prefixes found only in the ITU doc (used for en file) were translated using
/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp127 len += Prefixes[(unsigned)i].Len(); in GetPrefixesPath()
136 const UString &s = Prefixes[(unsigned)i]; in GetPrefixesPath()
158 Prefixes.ReserveDown(); in ReserveDown()
168 return Prefixes.Add(prefix); in AddPrefix()
175 Prefixes.DeleteBack(); in DeleteLastPrefix()

123