Home
last modified time | relevance | path

Searched defs:RawValue (Results 1 – 20 of 20) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DRawValue.java20 public class RawValue class
29 public RawValue(String v) { in RawValue() method in RawValue
33 public RawValue(SerializableString v) { in RawValue() method in RawValue
37 public RawValue(JsonSerializable v) { in RawValue() method in RawValue
48 protected RawValue(Object value, boolean bogus) { in RawValue() method in RawValue
/external/rust/crates/serde_json/src/
Draw.rs117 pub struct RawValue { struct
121 impl RawValue { argument
141 impl ToOwned for RawValue { implementation
155 impl Debug for RawValue { implementation
164 impl Display for RawValue { implementation
170 impl RawValue { impl
286 pub fn to_raw_value<T>(value: &T) -> Result<Box<RawValue>, Error> in to_raw_value()
296 impl Serialize for RawValue { implementation
307 impl<'de: 'a, 'a> Deserialize<'de> for &'a RawValue { implementation
Dser.rs480 RawValue { ser: &'a mut Serializer<W, F> }, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTarget.cpp41 unsigned long long RawValue; in create() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue()
/external/angle/src/common/base/anglebase/numerics/
Dclamped_math.h181 constexpr T RawValue() const { return value_; } in RawValue() function
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
Dclamped_math.h172 constexpr T RawValue() const { return value_; } in RawValue() function
/external/libchrome/base/numerics/
Dclamped_math.h172 constexpr T RawValue() const { return value_; } in RawValue() function
/external/cronet/base/numerics/
Dclamped_math.h178 constexpr T RawValue() const { return value_; } in RawValue() function
/external/pdfium/third_party/base/numerics/
Dclamped_math.h179 constexpr T RawValue() const { return value_; } in RawValue() function
/external/python/cpython2/Lib/multiprocessing/
D__init__.py234 def RawValue(typecode_or_type, *args): function
Dsharedctypes.py71 def RawValue(typecode_or_type, *args): function
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py44 def RawValue(typecode_or_type, *args): function
Dcontext.py122 def RawValue(self, typecode_or_type, *args): member in BaseContext
/external/skia/src/utils/
DSkJSON.cpp504 class RawValue final : public Value { class in skjson::__anon69f7a9ed0211::DOMParser
506 explicit RawValue(T v) { in RawValue() function in skjson::__anon69f7a9ed0211::DOMParser::RawValue
/external/rust/crates/serde_json/src/value/
Dde.rs1208 RawValue, enumerator
Dser.rs320 RawValue { out_value: Option<Value> }, enumerator
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5758 RawValue = staticmethod(multiprocessing.RawValue) variable in ProcessesMixin
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp6949 typename T::PrimitiveIntType RawValue; in emitConstantPool() local
DIceTargetLoweringX8632.cpp7685 typename T::PrimitiveIntType RawValue; in emitConstantPool() local