Home
last modified time | relevance | path

Searched refs:setValue (Results 1 - 25 of 126) sorted by relevance

123456

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAnyTest.java45 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testAnyGeneratedApi()
64 containerBuilder.getValueBuilder().setValue(ByteString.copyFrom(new byte[] {0x11})); in testAnyGeneratedApi()
79 TestAny container = TestAny.newBuilder().setValue(Any.pack(message, "xxx.com")).build(); in testCustomTypeUrls()
90 container = TestAny.newBuilder().setValue(Any.pack(message, "yyy.com/")).build(); in testCustomTypeUrls()
101 container = TestAny.newBuilder().setValue(Any.pack(message, "")).build(); in testCustomTypeUrls()
118 TestAny container = TestAny.newBuilder().setValue(Any.pack(message)).build(); in testCachedUnpackResult()
H A DLiteEqualsAndHashTest.java62 .setValue(1) in testEquals()
66 .setValue(1) in testEquals()
70 .setValue(1) in testEquals()
100 .setValue(1) in testEqualsAndHashCodeWithUnknownFields()
104 .setValue(1) in testEqualsAndHashCodeWithUnknownFields()
H A DMapTest.java76 1, MessageValue.newBuilder().setValue(11).build()); in setMapValuesUsingMutableMap()
78 2, MessageValue.newBuilder().setValue(22).build()); in setMapValuesUsingMutableMap()
80 3, MessageValue.newBuilder().setValue(33).build()); in setMapValuesUsingMutableMap()
101 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(11).build()) in setMapValuesUsingAccessors()
102 .putInt32ToMessageField(2, MessageValue.newBuilder().setValue(22).build()) in setMapValuesUsingAccessors()
103 .putInt32ToMessageField(3, MessageValue.newBuilder().setValue(33).build()) in setMapValuesUsingAccessors()
183 1, MessageValue.newBuilder().setValue(111).build()); in updateMapValuesUsingMutableMap()
186 4, MessageValue.newBuilder().setValue(44).build()); in updateMapValuesUsingMutableMap()
207 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(111).build()) in updateMapValuesUsingAccessors()
209 .putInt32ToMessageField(4, MessageValue.newBuilder().setValue(4 in updateMapValuesUsingAccessors()
[all...]
H A DMapForProto2Test.java73 1, MessageValue.newBuilder().setValue(11).build()); in setMapValuesUsingMutableMap()
75 2, MessageValue.newBuilder().setValue(22).build()); in setMapValuesUsingMutableMap()
77 3, MessageValue.newBuilder().setValue(33).build()); in setMapValuesUsingMutableMap()
98 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(11).build()) in setMapValuesUsingAccessors()
99 .putInt32ToMessageField(2, MessageValue.newBuilder().setValue(22).build()) in setMapValuesUsingAccessors()
100 .putInt32ToMessageField(3, MessageValue.newBuilder().setValue(33).build()) in setMapValuesUsingAccessors()
180 1, MessageValue.newBuilder().setValue(111).build()); in updateMapValuesUsingMutableMap()
183 4, MessageValue.newBuilder().setValue(44).build()); in updateMapValuesUsingMutableMap()
204 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(111).build()) in updateMapValuesUsingAccessors()
206 .putInt32ToMessageField(4, MessageValue.newBuilder().setValue(4 in updateMapValuesUsingAccessors()
[all...]
H A DMapForProto2LiteTest.java63 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(11).build()) in setMapValues()
64 .putInt32ToMessageField(2, MessageValue.newBuilder().setValue(22).build()) in setMapValues()
65 .putInt32ToMessageField(3, MessageValue.newBuilder().setValue(33).build()) in setMapValues()
134 .putInt32ToMessageField(1, MessageValue.newBuilder().setValue(111).build()) in updateMapValues()
136 .putInt32ToMessageField(4, MessageValue.newBuilder().setValue(44).build()) in updateMapValues()
611 MessageValue.newBuilder().setValue(11).build(), in doTestGetOrDefault()
670 MessageValue.newBuilder().setValue(11).build(), in doTestGetOrThrow()
/third_party/protobuf/php/tests/
H A DWellKnownTest.php70 $this->assertSame($any, $any->setValue($data));
116 $any->setValue("abc");
257 $m->setValue(new Any());
362 $m->setValue(1.0);
366 $m->setValue(1.0);
370 $m->setValue(1);
374 $m->setValue(1);
378 $m->setValue(1);
382 $m->setValue(1);
386 $m->setValue(tru
[all...]
H A DEncodeDecodeTest.php61 $m->setValue(true);
75 $m->setValue(1.5);
89 $m->setValue(1.5);
103 $m->setValue(1);
124 $m->setValue(1);
145 $m->setValue(1);
166 $m->setValue(1);
180 $m->setValue("a");
208 $m->setValue("a");
224 $m->setValue(
[all...]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java104 builder.getOptionalNestedMessageBuilder().setValue(100); in setAllFields()
122 builder.addRepeatedNestedMessageBuilder().setValue(100); in setAllFields()
140 builder.addRepeatedNestedMessageBuilder().setValue(200); in setAllFields()
575 builder.putInt32ToMessageMap(8, NestedMessage.newBuilder().setValue(1234).build()); in testMapFields()
731 builder.getBoolValueBuilder().setValue(false); in testWrappers()
732 builder.getInt32ValueBuilder().setValue(0); in testWrappers()
733 builder.getInt64ValueBuilder().setValue(0); in testWrappers()
734 builder.getUint32ValueBuilder().setValue(0); in testWrappers()
735 builder.getUint64ValueBuilder().setValue(0); in testWrappers()
736 builder.getFloatValueBuilder().setValue(0. in testWrappers()
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyFieldLite.java133 lf.setValue(value); in fromValue()
233 public MessageLite setValue(MessageLite value) { in setValue() method in LazyFieldLite
279 setValue(mergeValueAndBytes(other.value, this.delayedBytes, this.extensionRegistry)); in merge()
282 setValue(mergeValueAndBytes(this.value, other.delayedBytes, other.extensionRegistry)); in merge()
287 setValue(this.value.toBuilder().mergeFrom(other.value).build()); in merge()
323 setValue(value.toBuilder().mergeFrom(input, extensionRegistry).build()); in mergeFrom()
H A DLazyField.java117 public Object setValue(Object value) { in setValue() method in LazyField.LazyEntry
123 return entry.getValue().setValue((MessageLite) value); in setValue()
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc32 result_dict->setValue( in _serializeRecursively()
36 result_dict->setValue(protocol::String("value"), in _serializeRecursively()
83 result_value->setValue(protocol::String("pattern"), in _serializeRegexp()
89 result_value->setValue(protocol::String("flags"), in _serializeRegexp()
92 (*result)->setValue(std::move(result_value)); in _serializeRegexp()
103 (*result)->setValue(protocol::StringValue::create( in _serializeDate()
144 (*result)->setValue(std::move(result_value)); in _serializeArray()
197 (*result)->setValue(std::move(result_value)); in _serializeMap()
215 (*result)->setValue(std::move(result_value)); in _serializeSet()
285 (*result)->setValue(st in _serializeObject()
[all...]
H A Dvalue-mirror.cc87 jsonObject->setValue(toProtocolString(context->GetIsolate(), propertyName), in objectToProtocolValue()
408 .setValue(std::move(protocolValue))
434 .setValue(abbreviateString(
465 .setValue(protocol::StringValue::create(toProtocolString(
474 .setValue(protocol::FundamentalValue::create(
505 (*result)->setValue(protocol::FundamentalValue::create(m_value->Value()));
516 .setValue(description(&unserializable))
544 (*result)->setValue(protocol::StringValue::create(descriptionValue));
546 (*result)->setValue(toProtocolValue(m_value.As<v8::Number>()->Value()));
590 .setValue(abbreviateStrin
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapEntry.php52 $this->setValue($value);
64 public function setValue($value) { function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTrieBuilder.java270 public final void setValue(int v) { in setValue() method in StringTrieBuilder.ValueNode
305 node.setValue(value); in add()
320 setValue(v); in IntermediateValueNode()
387 setValue(sValue); in add()
397 suffixNode.setValue(sValue); in add()
413 branchNode.setValue(value); in add()
520 setValue(sValue); in add()
541 head.setValue(value); in register()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTrieBuilder.java269 public final void setValue(int v) { in setValue() method in StringTrieBuilder.ValueNode
304 node.setValue(value); in add()
319 setValue(v); in IntermediateValueNode()
386 setValue(sValue); in add()
396 suffixNode.setValue(sValue); in add()
412 branchNode.setValue(value); in add()
519 setValue(sValue); in add()
540 head.setValue(value); in register()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.cpp332 mTriangleOscillator.frequency.setValue(1.0/kSweepPeriod); in configureForStart()
333 mTriangleOscillator.amplitude.setValue(1.0); in configureForStart()
348 sineOscillators[i].frequency.setValue(frequency); in configureForStart()
350 sineOscillators[i].amplitude.setValue(AMPLITUDE_SINE); in configureForStart()
500 sawPingGenerator.frequency.setValue(FREQUENCY_SAW_PING); in configureForStart()
501 sawPingGenerator.amplitude.setValue(AMPLITUDE_SAW_PING); in configureForStart()
608 sineOscillator->frequency.setValue(440.0); in configureForStart()
609 sineOscillator->amplitude.setValue(AMPLITUDE_SINE); in configureForStart()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSelector.java53 pvec.setValue(PropsVectors.ERROR_VALUE_CP, in generateSelectorData()
69 pvec.setValue(startChar, endChar, column, ~0, mask); in generateSelectorData()
81 pvec.setValue(startChar, endChar, col, ~0, ~0); in generateSelectorData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function in llvm::PackedVectorBase
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function in llvm::PackedVectorBase
91 Vec.setValue(Vec.Bits, Idx, val); in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2935 setValue(&LP, Res); in visitLandingPad()
2998 setValue(&I, DAG.getNode(ISD::FNEG, getCurSDLoc(), in visitFSub()
3139 setValue(&I, UnNodeValue); in visitUnary()
3167 setValue(&I, BinNodeValue); in visitBinary()
3220 setValue(&I, Res); in visitShift()
3230 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), Op1, in visitSDiv()
3258 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp()
3277 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp()
3412 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect()
3421 setValue( in visitTrunc()
[all...]
H A DStatepointLowering.cpp918 setValue(ISP.getInstruction(), ReturnValue); in LowerStatepoint()
922 setValue(ISP.getInstruction(), DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint()
955 setValue(Call, ReturnVal); in LowerCallSiteWithDeoptBundleImpl()
985 setValue(&CI, CopyFromReg); in visitGCResult()
987 setValue(&CI, getValue(I)); in visitGCResult()
1016 setValue(&Relocate, SD); in visitGCRelocate()
1045 setValue(&Relocate, SpillLoad); in visitGCRelocate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp26 setValue(); in DbiModuleSourceFilesIterator()
101 setValue(); in operator +=()
117 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShaderGenerator.cpp117 state.getVariableManager().setValue(inVar, entry->getValueRange()); in genVertexPassthrough()
132 state.getVariableManager().setValue(inColorVariable, fragColorEntry->getValueRange()); in genFragmentPassthrough()
199 m_state.getVariableManager().setValue(variable, input->getValueRange()); in generate()
214 m_state.getVariableManager().setValue(fragColorVar, valueRange.asAccess()); in generate()
262 m_state.getVariableManager().setValue(qpPosVariable, valueRange.asAccess()); // \todo [2011-05-24 pyry] No expression should be able to use gl_Position or dEQP_Position.. in generate()
H A DrsgVariableManager.cpp203 void ValueScope::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue() function in rsg::ValueScope
355 void VariableManager::setValue (const Variable* variable, ConstValueRangeAccess value) in setValue() function in rsg::VariableManager
371 curScope.setValue(variable, value); in setValue()
480 newTopScope.setValue(var, intersectedValue.asAccess()); in popValueScope()
499 setValue(var, oldEntry->getValueRange()); in popValueScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h542 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function
574 void setValue(const DataType &V) { in setValue() function in llvm::OptionValueCopy
608 OptionValue(const DataType &V) { this->setValue(V); } in OptionValue()
612 this->setValue(V); in operator =()
626 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } in OptionValue()
629 setValue(V); in operator =()
643 OptionValue(const std::string &V) { this->setValue(V); } in OptionValue()
646 setValue(V); in operator =()
1339 template <class T> void setValue(const T &V, bool initial = false) { in setValue() function in llvm::opt_storage
1369 template <class T> void setValue(cons function in llvm::opt_storage
1394 template <class T> void setValue(const T &V, bool initial = false) { setValue() function in llvm::opt_storage
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h465 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function
497 void setValue(const DataType &V) { in setValue() function in llvm::OptionValueCopy
531 OptionValue(const DataType &V) { this->setValue(V); } in OptionValue()
535 this->setValue(V); in operator =()
549 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } in OptionValue()
552 setValue(V); in operator =()
566 OptionValue(const std::string &V) { this->setValue(V); } in OptionValue()
569 setValue(V); in operator =()
1194 template <class T> void setValue(const T &V, bool initial = false) { in setValue() function in llvm::opt_storage
1224 template <class T> void setValue(cons function in llvm::opt_storage
1249 template <class T> void setValue(const T &V, bool initial = false) { setValue() function in llvm::opt_storage
[all...]

Completed in 33 milliseconds

123456