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.rs112 pub struct RawValue { struct
116 impl RawValue { impl
132 impl ToOwned for RawValue { implementation
146 impl Debug for RawValue { implementation
155 impl Display for RawValue { implementation
161 impl RawValue { impl
270 pub fn to_raw_value<T>(value: &T) -> Result<Box<RawValue>, Error> in to_raw_value()
280 impl Serialize for RawValue { implementation
291 impl<'de: 'a, 'a> Deserialize<'de> for &'a RawValue { implementation
Dser.rs525 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/llvm-project/llvm/lib/TextAPI/MachO/
DTarget.cpp42 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/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue()
/external/libchrome/base/numerics/
Dclamped_math.h172 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.cpp496 class RawValue final : public Value { class in skjson::__anon1ee7b4cf0211::DOMParser
498 explicit RawValue(T v) { in RawValue() function in skjson::__anon1ee7b4cf0211::DOMParser::RawValue
/external/skqp/src/utils/
DSkJSON.cpp488 class RawValue final : public Value { class in skjson::__anon18ad0a460211::DOMParser
490 explicit RawValue(T v) { in RawValue() function in skjson::__anon18ad0a460211::DOMParser::RawValue
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h147 RawValue, enumerator
/external/llvm-project/llvm/include/llvm/Support/
DJSON.h980 RawValue, // External code writing a value to OS directly. enumerator
/external/rust/crates/serde_json/src/value/
Dser.rs297 RawValue { out_value: Option<Value> }, enumerator
Dde.rs1307 RawValue, enumerator
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp451 int64_t RawValue; member
522 static MatchTableRecord NamedValue(StringRef NamedValue, int64_t RawValue) { in NamedValue()
532 int64_t RawValue) { in NamedValue()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5615 RawValue = staticmethod(multiprocessing.RawValue) variable in ProcessesMixin