Home
last modified time | relevance | path

Searched +defs:set +defs:Value (Results 1 – 25 of 37) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DthisInAccessors.js4 get Value() { getter in GetterOnly
8 set Value(val) { setter in GetterOnly
14 get Value() { getter in SetterOnly
17 set Value(val) { setter in SetterOnly
18 var fn = () => this;
24 get Value() { getter in GetterAndSetter
28 set Value(val) { setter in GetterAndSetter
29 var fn = () => this;
44 set: function (val) { method
59 set: function (val) { method
[all …]
/third_party/skia/src/core/
DSkImageFilterCache.cpp37 struct Value { struct in __anon298b98530311::CacheImpl
38 Value(const Key& key, const skif::FilterResult& image, in Value() argument
42 Key fKey;
43 skif::FilterResult fImage;
44 const SkImageFilter* fFilter;
45 static const Key& GetKey(const Value& v) { in GetKey()
48 static uint32_t Hash(const Key& key) { in Hash()
70 void set(const Key& key, const SkImageFilter* filter, in set() function in __anon298b98530311::CacheImpl
/third_party/flutter/skia/src/core/
DSkImageFilterCache.cpp43 struct Value { struct in __anonbb46f7680311::CacheImpl
44Value(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filter) in Value() argument
47 Key fKey;
48 sk_sp<SkSpecialImage> fImage;
49 SkIPoint fOffset;
50 const SkImageFilter* fFilter;
51 static const Key& GetKey(const Value& v) { in GetKey()
54 static uint32_t Hash(const Key& key) { in Hash()
73 …void set(const Key& key, SkSpecialImage* image, const SkIPoint& offset, const SkImageFilter* filte… in set() function in __anonbb46f7680311::CacheImpl
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.h121 void set() { in set() function
155 union Value { union
156 Value(ByteCodeInstruction instruction) in Value() function
159 Value(SpecialIntrinsic special) in Value() function
/third_party/skia/third_party/externals/tint/src/utils/
Denum_set_test.cc43 EnumSet<E> set; in TEST() local
51 EnumSet<E> set(E::B); in TEST() local
59 EnumSet<E> set(E::A, E::C); in TEST() local
67 EnumSet<E> set; in TEST() local
75 EnumSet<E> set(E::A); in TEST() local
83 EnumSet<E> set; in TEST() local
91 EnumSet<E> set(E::A, E::B); in TEST() local
99 EnumSet<E> set; in TEST() local
107 EnumSet<E> set(E::A, E::B); in TEST() local
115 EnumSet<E> set; in TEST() local
[all …]
Denum_set.h152 inline uint64_t Value() const { return set; } in Value() function
219 uint64_t set = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerSumType.h88 uintptr_t Value; member
100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Djsval_layout_opaque.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function
477 pub struct Value { struct
482 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument
506 impl Default for Value { implementation
Djsval_layout_opaque_1_0.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() function
515 pub struct Value { struct
520 const UNINIT: ::std::mem::MaybeUninit<Value> = in bindgen_test_layout_Value() argument
544 impl Clone for Value { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h124 void set(unsigned Idx) { (*this)[Idx] = true; } in set() function
126 void set() { in set() function
261 uint64_t alignTo(uint64_t Value, uint64_t Align) { in alignTo()
448 BitVectorTmpl &set() { in set() function
454 BitVectorTmpl &set(unsigned Idx) { in set() function
461 BitVectorTmpl &set(unsigned I, unsigned E) { in set() function
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp58 union Value union
75 void set (float minValue_, float maxValue_) in set() function
83 …void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValu… in set() function
91 …void set (const tcu::Matrix<float, ValRows, ValCols>& minValue_, const tcu::Matrix<float, ValRows,… in set() function
98 void set (int minValue_, int maxValue_) in set() function
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) in set() function
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp347 Value::Value(ValueType type) { in Value() function in Json::Value
376 Value::Value(Int value) { in Value() function in Json::Value
381 Value::Value(UInt value) { in Value() function in Json::Value
386 Value::Value(Int64 value) { in Value() function in Json::Value
390 Value::Value(UInt64 value) { in Value() function in Json::Value
396 Value::Value(double value) { in Value() function in Json::Value
401 Value::Value(const char* value) { in Value() function in Json::Value
409 Value::Value(const char* begin, const char* end) { in Value() function in Json::Value
415 Value::Value(const String& value) { in Value() function in Json::Value
421 Value::Value(const StaticString& value) { in Value() function in Json::Value
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h125 friend class Value; variable
162 friend class Value; variable
623 void Use::set(Value *V) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h128 friend class Value; variable
169 friend class Value; variable
730 void Use::set(Value *V) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp81 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set() function in FunctionLoweringInfo
376 for (unsigned Value = 0, e = ValueVTs.size(); Value != e; ++Value) { in CreateRegs() local
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c336 static void gst_parse_free_delayed_set (DelayedSet *set) in gst_parse_free_delayed_set()
388 DelayedSet *set = (DelayedSet *) data; in gst_parse_new_child() local
1094 # define YY_INITIAL_VALUE(Value) Value argument
1101 # define YY_INITIAL_VALUE(Value) /* Nothing. */ argument
1439 #define YYBACKUP(Token, Value) \ argument
1482 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument
1590 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp125 ValueRef::set(const ValueRef &ref) in set() function in nv50_ir::ValueRef
134 ValueRef::set(Value *refVal) in set() function in nv50_ir::ValueRef
147 ValueDef::set(Value *defVal) in set() function in nv50_ir::ValueDef
213 Value::Value() : id(-1) in Value() function in nv50_ir::Value
Dnv50_ir_from_tgsi.cpp4293 Instruction *i, void (Instruction::*setArg)(int, Value *), in updateCallArgs() argument
4310 BitSet *set, void (Function::*updateSet)(), T (Function::*proto)) in updatePrototype()
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp476 void GrSkSLFPFactoryCache::set(int index, sk_sp<GrSkSLFPFactory> factory) { in set() function in GrSkSLFPFactoryCache
505 using Value = SkSL::Program::Settings::Value; typedef
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc77 std::set<std::string> set; in ForAllFileProtos() local
97 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllPackageNames()
106 [](const FileDescriptorProto& file_proto, std::set<std::string>* set) { in FindAllMessageNames()
394 using Value = std::pair<const void*, int>; typedef in google::protobuf::EncodedDescriptorDatabase::DescriptorIndex
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h484 bool Value; variable
565 int64_t Value; variable
595 StringRef Value; variable
625 StringRef Value; variable
1400 Init *Value; variable
1912 void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; } in set() function
/third_party/python/Lib/multiprocessing/
Dmanagers.py1011 class Value(object): class
1017 def set(self, value): member in Value
1088 def set(self): member in EventProxy
1138 def set(self, value): member in ValueProxy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h233 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
1063 void set(SummaryFieldKind K, uint64_t V) { in set() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h59 class Value; variable
282 void set(VPValue *Def, Value *V, unsigned Part) { in set() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Doptional_test.cc647 absl::optional<volatile Listenable> empty, set(absl::in_place); in TEST() local
1016 TEST(optionalTest, Value) { in TEST() argument

12