Home
last modified time | relevance | path

Searched refs:Impossible (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/serde/serde/src/ser/
H A Dfmt.rs2 use crate::ser::{Error, Impossible, Serialize, Serializer};
41 type SerializeSeq = Impossible<(), fmt::Error>;
42 type SerializeTuple = Impossible<(), fmt::Error>;
43 type SerializeTupleStruct = Impossible<(), fmt::Error>;
44 type SerializeTupleVariant = Impossible<(), fmt::Error>;
45 type SerializeMap = Impossible<(), fmt::Error>;
46 type SerializeStruct = Impossible<(), fmt::Error>;
47 type SerializeStructVariant = Impossible<(), fmt::Error>;
H A Dimpossible.rs1 //! This module contains `Impossible` serializer and its implementations.
19 /// # use serde::ser::{Serializer, Impossible};
28 /// type SerializeSeq = Impossible<(), Error>;
35 /// // Given Impossible cannot be instantiated, the only
60 pub struct Impossible<Ok, Error> { structure names
68 impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
88 impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
108 impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
128 impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
148 impl<Ok, Error> SerializeMap for Impossible<O
[all...]
H A Dmod.rs116 pub use self::impossible::Impossible;
/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py40 class Impossible(Exception): class
409 :exc:`Impossible` if this was not possible.
418 raise Impossible()
439 raise Impossible()
444 raise Impossible()
461 raise Impossible()
466 raise Impossible()
529 an `Impossible` exception.
534 raise Impossible()
546 raise Impossible()
[all...]
H A Doptimizer.py38 except nodes.Impossible:
H A Dnativetypes.py54 raise nodes.Impossible()
H A Dcompiler.py1336 If :exc:`Impossible` is raised, the node is not constant and
1400 raise nodes.Impossible()
1403 except (nodes.Impossible, Exception):
1533 except nodes.Impossible:
1830 except nodes.Impossible:
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py55 class Impossible(Exception): class
399 :exc:`Impossible` if this was not possible.
408 raise Impossible()
426 raise Impossible()
431 raise Impossible()
445 raise Impossible()
450 raise Impossible()
507 an `Impossible` exception.
511 raise Impossible()
522 raise Impossible()
[all...]
H A Dnativetypes.py78 raise nodes.Impossible()
82 raise nodes.Impossible()
83 except nodes.Impossible:
88 # function would raise an Impossible exception at that point
H A Doptimizer.py42 except nodes.Impossible:
H A Dcompiler.py1254 raise nodes.Impossible()
1256 except nodes.Impossible:
1260 # as_const() function would raise an Impossible exception
1440 except nodes.Impossible:
1708 except nodes.Impossible:
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py40 class Impossible(Exception): class
409 :exc:`Impossible` if this was not possible.
418 raise Impossible()
439 raise Impossible()
444 raise Impossible()
461 raise Impossible()
466 raise Impossible()
529 an `Impossible` exception.
534 raise Impossible()
546 raise Impossible()
[all...]
H A Doptimizer.py38 except nodes.Impossible:
H A Dnativetypes.py54 raise nodes.Impossible()
/third_party/rust/crates/serde/serde/src/private/
H A Ddoc.rs132 type SerializeSeq = $crate::ser::Impossible<Self::Ok, Self::Error>;
136 type SerializeTuple = $crate::ser::Impossible<Self::Ok, Self::Error>;
140 type SerializeTupleStruct = $crate::ser::Impossible<Self::Ok, Self::Error>;
144 type SerializeTupleVariant = $crate::ser::Impossible<Self::Ok, Self::Error>;
148 type SerializeMap = $crate::ser::Impossible<Self::Ok, Self::Error>;
152 type SerializeStruct = $crate::ser::Impossible<Self::Ok, Self::Error>;
156 type SerializeStructVariant = $crate::ser::Impossible<Self::Ok, Self::Error>;
H A Dser.rs3 use crate::ser::{self, Impossible, Serialize, SerializeMap, SerializeStruct, Serializer};
101 type SerializeSeq = Impossible<S::Ok, S::Error>;
102 type SerializeTuple = Impossible<S::Ok, S::Error>;
103 type SerializeTupleStruct = Impossible<S::Ok, S::Error>;
108 type SerializeTupleVariant = Impossible<S::Ok, S::Error>;
113 type SerializeStructVariant = Impossible<S::Ok, S::Error>;
1023 type SerializeSeq = Impossible<Self::Ok, M::Error>;
1024 type SerializeTuple = Impossible<Self::Ok, M::Error>;
1025 type SerializeTupleStruct = Impossible<Self::Ok, M::Error>;
/third_party/jinja2/
H A Dnodes.py48 class Impossible(Exception): class
472 :exc:`Impossible` if this was not possible.
481 raise Impossible()
505 raise Impossible()
510 raise Impossible() from e
529 raise Impossible()
534 raise Impossible() from e
597 an `Impossible` exception.
602 raise Impossible()
615 raise Impossible()
[all...]
H A Doptimizer.py44 except nodes.Impossible:
H A Dnativetypes.py68 raise nodes.Impossible()
H A Dcompiler.py1436 If :exc:`Impossible` is raised, the node is not constant and
1504 raise nodes.Impossible()
1507 except (nodes.Impossible, Exception):
1638 except nodes.Impossible:
1941 except nodes.Impossible:
/third_party/skia/src/sksl/ir/
H A DSkSLType.h30 static CoercionCost Impossible() { return { 0, 0, true }; } in Impossible() function
36 // Addition of two costs. Saturates at Impossible().
39 return Impossible(); in operator +()
H A DSkSLType.cpp483 return CoercionCost::Impossible();
486 return CoercionCost::Impossible();
494 return CoercionCost::Impossible();
509 return CoercionCost::Impossible();
H A DSkSLFunctionCall.cpp812 * particular meaning other than "lower costs are preferred". Returns CoercionCost::Impossible() if
819 return CoercionCost::Impossible(); in CallCost()
822 return CoercionCost::Impossible(); in CallCost()
827 return CoercionCost::Impossible(); in CallCost()
843 CoercionCost bestCost = CoercionCost::Impossible(); in FindBestFunctionForCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h151 assert(canMaterialize() && "Impossible to materialize this point"); in getPoint()
170 assert(canMaterialize() && "Impossible to materialize this point"); in getInsertMBB()
324 Impossible enumerator
402 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp317 RepairingPlacement(MI, 0, *TRI, *this, RepairingPlacement::Impossible)); in findBestMapping()
437 RepairPt.switchTo(RepairingPlacement::RepairingKind::Impossible); in tryAvoidingSplit()
590 RepairPt.getKind() == RepairingPlacement::Impossible) in applyMapping()
728 CanMaterialize(Kind != RepairingKind::Impossible), P(P) { in RepairingPlacement()

Completed in 24 milliseconds

12