/third_party/rust/crates/tracing/tracing-mock/src/ |
D | metadata.rs | 5 pub struct Expect { struct 11 impl Expect { argument 51 impl fmt::Display for Expect { implementation
|
D | field.rs | 11 pub struct Expect { struct 12 fields: HashMap<String, MockValue>, 13 only: bool, 84 pub fn and(self, other: MockField) -> Expect { in and() 93 pub fn only(self) -> Expect { in only() 102 impl From<MockField> for Expect { implementation 112 impl Expect { implementation 277 impl fmt::Display for Expect { implementation
|
D | subscriber.rs | 24 pub enum Expect { enum 139 I: Into<mock_field::Expect>, in record() 474 pub fn new(expected: Arc<Mutex<VecDeque<Expect>>>, name: String) -> Self { in new() 490 impl Expect { implementation
|
D | span.rs | 106 I: Into<field::Expect>, in with_field() 180 I: Into<field::Expect>, in with_field()
|
D | event.rs | 44 I: Into<field::Expect>, in with_fields()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl.h | 84 struct Expect { struct 88 /// Don't allow an Expect to take a nullptr. argument 99 inline Expect(Failure::Errored) : errored(true) {} // NOLINT in Expect() argument 107 inline Expect& operator=(const Expect&) = default; argument 110 inline Expect& operator=(Expect&&) = default; argument 125 Source source; 127 bool errored = false;
|
D | parser_impl.cc | 51 using Expect = ParserImpl::Expect<T>; typedef
|
/third_party/node/test/parallel/ |
D | test-http-sync-write-error-during-continue.js | 31 'Expect': '100-continue' property
|
D | test-http-expect-handling.js | 21 headers: { 'Expect': 'meoww' } property
|
D | test-http-expect-continue.js | 59 headers: { 'Expect': '100-continue' } property
|
/third_party/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 228 inline void Expect(bool condition, const char* file, int line, in Expect() function 235 inline void Expect(bool condition, const char* file, int line) { in Expect() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 100 static void handlePhiDef(CallInst *Expect) { in handlePhiDef()
|
/third_party/node/test/cctest/ |
D | test_inspector_socket_server.cc | 144 void Expect(const std::string& expects) { in Expect() function in __anon73c8fd020111::SocketWrapper 285 void Expect(const std::string& expects) { in Expect() function in __anon73c8fd020111::ServerHolder
|
/third_party/rust/crates/tracing/tracing-subscriber/tests/ |
D | support.rs | 99 I: Into<field::Expect>, in record()
|
/third_party/protobuf/src/google/protobuf/ |
D | map_field_test.cc | 254 void Expect(MapFieldType* map_field, State state, int map_size, in Expect() function in google::protobuf::internal::MapFieldStateTest
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testatomic.c | 104 #define Expect (CountTo-NInter*CountInc*NThreads) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | DataMov.cpp | 923 #define TestImplSingle(Dst, Src, Inst, Expect) \ in TEST_F() argument
|
D | XmmArith.cpp | 867 #define TestImplSingle(Dst, Inst, Expect) \ in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 1303 #define TestImplSingle(Dst, Src, Inst, Expect) \ in TEST_F() argument
|
D | XmmArith.cpp | 888 #define TestImplSingle(Dst, Inst, Expect) \ in TEST_F() argument
|