Home
last modified time | relevance | path

Searched refs:getOptions (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp258 return bool(Record->getOptions() & in hasConstructor()
266 return bool(Record->getOptions() & in hasAssignmentOperator()
274 return bool(Record->getOptions() & in hasNestedTypes()
282 return bool(Record->getOptions() & codeview::ClassOptions::Intrinsic); in isIntrinsic()
289 return bool(Record->getOptions() & in hasCastOperator()
315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
322 return bool(Record->getOptions() & in hasOverloadedOperator()
330 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked()
337 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
DNativeTypePointer.cpp134 return (Record->getOptions() & PointerOptions::Const) != PointerOptions::None; in isConstType()
140 return (Record->getOptions() & PointerOptions::Restrict) != in isRestrictedType()
147 return (Record->getOptions() & PointerOptions::Volatile) != in isVolatileType()
154 return (Record->getOptions() & PointerOptions::Unaligned) != in isUnalignedType()
DNativeTypeFunctionSig.cpp176 return (MemberFunc.getOptions() & FunctionOptions::Constructor) != in hasConstructor()
186 return (MemberFunc.getOptions() & in isConstructorVirtualBase()
193 IsMemberFunction ? MemberFunc.getOptions() : Proc.getOptions(); in isCxxReturnUdt()
DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt()
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java97 assertEquals("UnittestProto", file.getOptions().getJavaOuterClassname()); in testFileDescriptor()
159 messageType.getOptions()); in testDescriptor()
217 primitiveField.getOptions()); in testFieldDescriptor()
236 cordField.getOptions().getCtype()); in testFieldDescriptor()
248 extension.getOptions()); in testFieldDescriptor()
301 enumType.getOptions()); in testEnumDescriptor()
359 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions()
361 descriptor.getOptions().getExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions()
367 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions()
369 field.getOptions().getExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions()
[all …]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java101 assertEquals("UnittestProto", file.getOptions().getJavaOuterClassname()); in testFileDescriptor()
156 assertEquals(DescriptorProtos.MessageOptions.getDefaultInstance(), messageType.getOptions()); in testDescriptor()
206 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), primitiveField.getOptions()); in testFieldDescriptor()
223 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, cordField.getOptions().getCtype()); in testFieldDescriptor()
232 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), extension.getOptions()); in testFieldDescriptor()
287 assertEquals(DescriptorProtos.EnumOptions.getDefaultInstance(), enumType.getOptions()); in testEnumDescriptor()
345 assertTrue(descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions()
348 descriptor.getOptions().getExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions()
353 assertTrue(field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions()
356 field.getOptions().getExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions()
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java121 public FileOptions getOptions() { in getOptions() method in Descriptors.FileDescriptor
122 return proto.getOptions(); in getOptions()
691 public MessageOptions getOptions() { in getOptions() method in Descriptors.Descriptor
692 return proto.getOptions(); in getOptions()
1048 if (getContainingType().getOptions().getMapEntry()) { in needsUtf8Check()
1055 return getFile().getOptions().getJavaStringCheckUtf8(); in needsUtf8Check()
1061 && getMessageType().getOptions().getMapEntry(); in isMapField()
1095 return getOptions().getPacked(); in isPacked()
1097 return !getOptions().hasPacked() || getOptions().getPacked(); in isPacked()
1125 public FieldOptions getOptions() { in getOptions() method in Descriptors.FieldDescriptor
[all …]
DDynamicMessage.java246 if (type.getOptions().getMessageSetWireFormat()) { in writeTo()
260 if (type.getOptions().getMessageSetWireFormat()) { in getSerializedSize()
332 if (type.getOptions().getMapEntry()) {
358 if (type.getOptions().getMapEntry()) {
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/common/
Dget-options.js4 const getOptions = (input, { copy, wrap }) => { function
20 module.exports = getOptions
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Dindex.js2 const getOptions = require('../common/get-options.js') constant
10 const options = getOptions(opts, {
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/
Dwith-temp-dir.js3 const getOptions = require('./common/get-options.js') constant
10 const options = getOptions(opts, {
/third_party/node/lib/internal/fs/
Ddir.js28 getOptions,
61 ...getOptions(options, {
300 options = getOptions(options, {
324 options = getOptions(options, {
Dpromises.js57 getOptions,
835 options = getOptions(options);
852 options = getOptions(options);
971 options = getOptions(options);
977 options = getOptions(options);
986 options = getOptions(options, { encoding: 'utf8', mode: 0o666, flag: 'w' });
1010 options = getOptions(options, { encoding: 'utf8', mode: 0o666, flag: 'a' });
1017 options = getOptions(options, { flag: 'r' });
Dstreams.js35 getOptions,
155 options = copyObject(getOptions(options, kEmptyObject));
313 options = copyObject(getOptions(options, kEmptyObject));
/third_party/protobuf/php/tests/
DWellKnownTest.php131 $this->assertSame(1, count($m->getOptions()));
163 $this->assertSame(1, count($m->getOptions()));
185 $this->assertSame(1, count($m->getOptions()));
205 $this->assertSame(1, count($m->getOptions()));
234 $this->assertSame(1, count($m->getOptions()));
340 $this->assertSame(1, count($m->getOptions()));
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php180 !is_null($this->getMessageType()->getOptions()) &&
181 $this->getMessageType()->getOptions()->getMapEntry();
243 $options = $proto->getOptions();
DDescriptor.php170 public function getOptions() function in Google\\Protobuf\\Internal\\Descriptor
194 $desc->setOptions($proto->getOptions());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp247 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord()
261 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord()
273 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord()
275 W->printFlags("Properties", uint16_t(Enum.getOptions()), in visitKnownRecord()
314 W->printFlags("FunctionOptions", uint8_t(Proc.getOptions()), in visitKnownRecord()
327 W->printFlags("FunctionOptions", uint8_t(MF.getOptions()), in visitKnownRecord()
339 printMemberAttributes(M.getAccess(), M.getMethodKind(), M.getOptions()); in visitKnownRecord()
475 printMemberAttributes(Method.getAccess(), K, Method.getOptions()); in visitKnownMember()
DTypeRecordHelpers.cpp24 return Record.getOptions(); in getUdtOptions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModelFormatter.java151 Map<String, Object> opt = mf2OptToFixedOptions(selector.getOptions()); in findBestMatchingPattern()
178 … Map<String, Object> options = mf2OptToVariableOptions(selector.getOptions(), arguments); in findBestMatchingPattern()
264 Map<String, Object> fixedOptions = mf2OptToFixedOptions(ph.getOptions()); in formatPlaceholder()
270 … Map<String, Object> variableOptions = mf2OptToVariableOptions(ph.getOptions(), arguments); in formatPlaceholder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h128 TargetOptions &getOptions() { return Options; } in getOptions() function
131 const TargetOptions &getOptions() const { return Options; } in getOptions() function
/third_party/node/lib/
Dfs.js101 getOptions,
393 options = getOptions(options, { flag: 'r' });
469 options = getOptions(options, { flag: 'r' });
1475 options = getOptions(options);
1513 options = getOptions(options);
1716 options = getOptions(options);
1731 options = getOptions(options);
2267 options = getOptions(options, { encoding: 'utf8', mode: 0o666, flag: 'w' });
2311 options = getOptions(options, { encoding: 'utf8', mode: 0o666, flag: 'w' });
2353 options = getOptions(options, { encoding: 'utf8', mode: 0o666, flag: 'a' });
[all …]
/third_party/node/typings/internalBinding/
Doptions.d.ts2 getOptions(): {
/third_party/weex-loader/src/
Delement.js30 const loaderQuery = loaderUtils.getOptions(this) || {}
/third_party/protobuf/php/src/Google/Protobuf/
DEnumValue.php114 public function getOptions() function in Google\\Protobuf\\EnumValue

1234