Home
last modified time | relevance | path

Searched refs:rawValue (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js55 if (op.rawValue() !== undefined && op.type() === "result_id") {
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
122 rawValue() { return this.value_; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js55 if (op.rawValue() !== undefined && op.type() === "result_id") {
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
122 rawValue() { return this.value_; }
/third_party/spirv-tools/tools/sva/src/
H A Dast.js55 if (op.rawValue() !== undefined && op.type() === "result_id") {
56 this.next_id_ = Math.max(this.next_id_, op.rawValue() + 1);
122 rawValue() { return this.value_; }
/third_party/node/lib/internal/
H A Dmime.js254 const rawValue = valueEnd === -1 ?
257 position += rawValue.length;
259 rawValue,
261 SafeStringPrototypeSearch(rawValue, START_ENDING_WHITESPACE),
/third_party/node/benchmark/
H A Dcommon.js69 for (const [key, rawValue] of Object.entries(configs)) {
70 let value = Array.isArray(rawValue) ? rawValue[0] : rawValue;
/third_party/protobuf/objectivec/
H A DGPBDictionary.h807 * @param rawValue Pointer into which the value will be set, if found.
812 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(uint32_t)key;
822 * **rawValue**: The value for the current entry
826 (void (NS_NOESCAPE ^)(uint32_t key, int32_t rawValue, BOOL *stop))block;
841 // to the default value. Use the rawValue methods below to assign non enumerator
858 * @param rawValue The raw enum value to set.
861 - (void)setRawValue:(int32_t)rawValue forKey:(uint32_t)key;
1728 * @param rawValue Pointer into which the value will be set, if found.
1733 - (BOOL)getRawValue:(nullable int32_t *)rawValue forKey:(int32_t)key;
1743 * **rawValue**
[all...]
H A DGPBArray.h1285 rawValue:(int32_t)value;
1423 // to the default value. Use the rawValue methods below to assign non enumerator
1691 //% rawValue:(TYPE)value;
1800 //%// to the default value. Use the rawValue methods below to assign non enumerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java801 final int rawValue = input.readEnum(); in mergeFieldFrom()
804 field, field.getEnumType().findValueByNumberCreatingIfUnknown(rawValue)); in mergeFieldFrom()
806 final Object value = field.getEnumType().findValueByNumber(rawValue); in mergeFieldFrom()
811 unknownFields.mergeVarintField(fieldNumber, rawValue); in mergeFieldFrom()
841 final int rawValue = input.readEnum(); in mergeFieldFrom()
843 value = field.getEnumType().findValueByNumberCreatingIfUnknown(rawValue); in mergeFieldFrom()
845 value = field.getEnumType().findValueByNumber(rawValue); in mergeFieldFrom()
850 unknownFields.mergeVarintField(fieldNumber, rawValue); in mergeFieldFrom()
H A DGeneratedMessageLite.java579 int rawValue = input.readEnum(); in parseExtension()
580 Object value = extension.descriptor.getEnumType().findValueByNumber(rawValue); in parseExtension()
622 int rawValue = input.readEnum(); in parseExtension()
623 value = extension.descriptor.getEnumType().findValueByNumber(rawValue); in parseExtension()
627 mergeVarintField(fieldNumber, rawValue); in parseExtension()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js192 var rawValue = (0, _cssesc["default"])(this._value, CSSESC_QUOTE_OPTIONS[this.quoteMark]);
193 if (rawValue === this._value) {
198 this.raws.value = rawValue;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DPackedVersion.h51 uint32_t rawValue() const { return Version; } in rawValue() function in llvm::MachO::PackedVersion
H A DArchitectureSet.h60 ArchSetType rawValue() const { return ArchSet; } in rawValue() function in llvm::MachO::ArchitectureSet
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js152 let loadValue = path.node.arguments[0].extra.rawValue;
368 path.node.extra.rawValue = replace(path.node.extra.rawValue);
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc554 double rawValue = m_value->Value(); in description() local
555 if (std::isnan(rawValue)) return "NaN"; in description()
556 if (rawValue == 0.0 && std::signbit(rawValue)) return "-0"; in description()
557 if (std::isinf(rawValue)) { in description()
558 return std::signbit(rawValue) ? "-Infinity" : "Infinity"; in description()
561 return String16::fromDouble(rawValue); in description()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js204 var rawValue = (0, _util.getProp)(node, 'raws', 'namespace') || null;
205 if (rawValue) {
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureMultisampleTests.cpp1287 const float rawValue = rnd.getFloat(minValue, maxValue);
1288 const float preparedValue = (m_isSignedFormat || m_isUnsignedFormat) ? (deFloatFloor(rawValue)) : (rawValue);

Completed in 19 milliseconds