Home
last modified time | relevance | path

Searched refs:isUnion (Results 1 – 25 of 1368) sorted by relevance

12345678910>>...55

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/generate/templates/java/swift/
H A DWriteType.mustache75 }}{{^field:isNested?}}{{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName}}.write0(oprot)…
81 …t.writeI32({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName}} == null ? 0 : {{^struct…
87 …aType}}java.nio.ByteBuffer.wrap{{/type:javaType}}({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{f…
97 …}}{{^type:isBinaryString?}}oprot.writeString({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:…
104 }}{{^field:isNested?}}oprot.writeBool({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName…
110 }}{{^field:isNested?}}oprot.writeByte({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName…
116 }}{{^field:isNested?}}oprot.writeI16({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName}…
122 }}{{^field:isNested?}}oprot.writeI32({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName}…
128 }}{{^field:isNested?}}oprot.writeI64({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaName}…
134 }}{{^field:isNested?}}oprot.writeFloat({{^struct:isUnion?}}this.{{/struct:isUnion?}}{{field:javaNam…
[all …]
H A DWriteResponseType.mustache79 {{^struct:isUnion?}}{{/struct:isUnion?}}_iter0.write0(oprot);{{/function:isNested?}}{{!
87 oprot.writeI32({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0 == null ? 0 : {{^struct:isUnion?}}{{/…
95 …javaType}}java.nio.ByteBuffer.wrap{{/type:javaType}}({{^struct:isUnion?}}{{/struct:isUnion?}}_iter…
103 oprot.writeString({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
111 oprot.writeBool({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
119 oprot.writeByte({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
127 oprot.writeI16({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
135 oprot.writeI32({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
143 oprot.writeI64({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
151 oprot.writeFloat({{^struct:isUnion?}}{{/struct:isUnion?}}_iter0);{{/function:isNested?}}{{!
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/pyi/gen-py/simple/example/
H A DSharedService.pyi184 def isUnion(self) -> bool: ...
199 def isUnion(self) -> bool: ...
217 def isUnion(self) -> bool: ...
232 def isUnion(self) -> bool: ...
249 def isUnion(self) -> bool: ...
264 def isUnion(self) -> bool: ...
284 def isUnion(self) -> bool: ...
299 def isUnion(self) -> bool: ...
317 def isUnion(self) -> bool: ...
332 def isUnion(self) -> bool: ...
[all …]
/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DDefaultProcessor.php53 protected function isUnion($tokens) { function in PHPSQLParser\\processors\\DefaultProcessor
54 return UnionProcessor::isUnion($tokens);
76 if (!empty($queries) && !$this->isUnion($queries)) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/
H A DDefaultProcessor.php53 protected function isUnion($tokens) { function in PHPSQLParser\\processors\\DefaultProcessor
54 return UnionProcessor::isUnion($tokens);
76 if (!empty($queries) && !$this->isUnion($queries)) {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/pyi/gen-py/simple/example_asyncio/
H A DSharedService.pyi188 def isUnion(self) -> bool: ...
203 def isUnion(self) -> bool: ...
221 def isUnion(self) -> bool: ...
236 def isUnion(self) -> bool: ...
253 def isUnion(self) -> bool: ...
268 def isUnion(self) -> bool: ...
288 def isUnion(self) -> bool: ...
303 def isUnion(self) -> bool: ...
321 def isUnion(self) -> bool: ...
336 def isUnion(self) -> bool: ...
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/adapter/gen-py/thrift/annotation/scope/
H A Dttypes.pyi33 def isUnion(self) -> bool: ...
57 def isUnion(self) -> bool: ...
81 def isUnion(self) -> bool: ...
105 def isUnion(self) -> bool: ...
129 def isUnion(self) -> bool: ...
153 def isUnion(self) -> bool: ...
177 def isUnion(self) -> bool: ...
201 def isUnion(self) -> bool: ...
225 def isUnion(self) -> bool: ...
249 def isUnion(self) -> bool: ...
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-py/module/
H A Dttypes.pyi38 def isUnion(self) -> bool: ...
63 def isUnion(self) -> bool: ...
88 def isUnion(self) -> bool: ...
113 def isUnion(self) -> bool: ...
138 def isUnion(self) -> bool: ...
163 def isUnion(self) -> bool: ...
188 def isUnion(self) -> bool: ...
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/cgram/types/
H A DStructLayout.java85 if (t.isUnion()) { in layout()
98 if (t.isUnion()) { in layout()
134 if (t.isUnion()) { in layout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/lang/clang-mesa/clang-13.0.1.src/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
88 self.isUnion = isUnion
99 return '%s { %s }'%(('struct','union')[self.isUnion],
115 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
372 isUnion,I = False,N
374 isUnion,I = (I&1),I>>1
376 return RecordType(N, isUnion, fields)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/utils/ABITest/
H A DTypeGen.py85 def __init__(self, index, isUnion, fields):
87 self.isUnion = isUnion
98 return '%s { %s }'%(('struct','union')[self.isUnion],
113 return 'typedef %s %s { %s } %s;'%(('struct','union')[self.isUnion],
370 isUnion,I = False,N
372 isUnion,I = (I&1),I>>1
374 return RecordType(N, isUnion, fields)

12345678910>>...55