Home
last modified time | relevance | path

Searched refs:RawValue (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTarget.cpp41 unsigned long long RawValue; in create() local
42 if (!PlatformStr.getAsInteger(10, RawValue)) in create()
43 Platform = (PlatformKind)RawValue; in create()
/third_party/python/Lib/multiprocessing/
Dcontext.py122 def RawValue(self, typecode_or_type, *args): member in BaseContext
124 from .sharedctypes import RawValue
125 return RawValue(typecode_or_type, *args)
Dsharedctypes.py44 def RawValue(typecode_or_type, *args): function
74 obj = RawValue(typecode_or_type, *args)
/third_party/skia/src/utils/
DSkJSON.cpp496 class RawValue final : public Value { class in skjson::__anon16b36a390211::DOMParser
498 explicit RawValue(T v) { in RawValue() function in skjson::__anon16b36a390211::DOMParser::RawValue
525 fScopeIndex = *static_cast<RawValue<intptr_t>&>(placeholder); in popScopeAsVec()
534 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushObjectScope()
555 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushArrayScope()
/third_party/flutter/skia/src/utils/
DSkJSON.cpp488 class RawValue final : public Value { class in skjson::__anonbc50e56e0211::DOMParser
490 explicit RawValue(T v) { in RawValue() function in skjson::__anonbc50e56e0211::DOMParser::RawValue
517 fScopeIndex = *static_cast<RawValue<intptr_t>&>(placeholder); in popScopeAsVec()
526 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushObjectScope()
547 fValueStack.push_back(RawValue<intptr_t>(fScopeIndex)); in pushArrayScope()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h181 constexpr T RawValue() const { return value_; } in RawValue() function
/third_party/gn/src/base/numerics/
Dclamped_math.h172 constexpr T RawValue() const { return value_; } in RawValue() function
/third_party/python/Doc/library/
Dmultiprocessing.rst1501 .. function:: RawValue(typecode_or_type, *args)
1535 The same as :func:`RawValue` except that depending on the value of *lock* a
1577 c_double(2.4) RawValue(c_double, 2.4) RawValue('d', 2.4)
1578 MyStruct(4, 6) RawValue(MyStruct, 4, 6)
/third_party/python/Lib/test/
D_test_multiprocessing.py2027 values = [self.RawValue(code, value)
2068 arr5 = self.RawValue('i', 5)
5752 RawValue = staticmethod(multiprocessing.RawValue) variable in ProcessesMixin
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp6949 typename T::PrimitiveIntType RawValue; in emitConstantPool() local
6950 memcpy(&RawValue, &Value, sizeof(Value)); in emitConstantPool()
6953 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()
DIceTargetLoweringX8632.cpp7685 typename T::PrimitiveIntType RawValue; in emitConstantPool() local
7686 memcpy(&RawValue, &Value, sizeof(Value)); in emitConstantPool()
7689 snprintf(buf, llvm::array_lengthof(buf), T::PrintfString, RawValue); in emitConstantPool()