Searched defs:QueryResult (Results 1 – 10 of 10) sorted by relevance
| /third_party/rust/rust/compiler/rustc_interface/src/ |
| D | queries.rs | 53 pub struct QueryResult<'a, T>(RefMut<'a, Steal<T>>); struct 55 impl<'a, T> std::ops::Deref for QueryResult<'a, T> { implementation 63 impl<'a, T> std::ops::DerefMut for QueryResult<'a, T> { implementation 69 impl<'a, 'tcx> QueryResult<'a, &'tcx GlobalCtxt<'tcx>> { impl
|
| /third_party/cares/test/ |
| D | ares-test.h | 566 struct QueryResult { struct 567 QueryResult() : done_(false), status_(ARES_SUCCESS), timeouts_(0) in QueryResult() function 580 std::ostream &operator<<(std::ostream &os, const QueryResult &result); argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | CFLSteensAliasAnalysis.h | 86 AliasResult QueryResult = query(LocA, LocB); in alias() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceBrowserCompileServer.cpp | 46 size_t QueryResult = in getIRTInterfaces() local
|
| /third_party/skia/m133/bazel/exporter/build_proto/build/ |
| D | build.pb.go | 1804 type QueryResult struct { struct 1805 state protoimpl.MessageState 1806 sizeCache protoimpl.SizeCache 1807 unknownFields protoimpl.UnknownFields 1810 Target []*Target `protobuf:"bytes,1,rep,name=target" json:"target,omitempty"` 1813 func (x *QueryResult) Reset() { 1822 func (x *QueryResult) String() string { 1826 func (*QueryResult) ProtoMessage() {} 1828 func (x *QueryResult) ProtoReflect() protoreflect.Message { 1841 func (*QueryResult) Descriptor() ([]byte, []int) { [all …]
|
| /third_party/skia/m133/bazel/exporter/ |
| D | gni_exporter.go | 159 func findQueryResultRule(qr *build.QueryResult, name string) *build.Rule {
|
| /third_party/rust/rust/compiler/rustc_middle/src/traits/ |
| D | solve.rs | 135 pub type QueryResult<'tcx> = Result<CanonicalResponse<'tcx>, NoSolution>; typedef
|
| /third_party/rust/rust/compiler/rustc_query_system/src/query/ |
| D | plumbing.rs | 40 enum QueryResult<D: DepKind> { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | CFLAndersAliasAnalysis.cpp | 894 AliasResult QueryResult = query(LocA, LocB); in alias() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_helpers.h | 462 QueryResult(uint32_t intsPerResult) : mIntsPerResult(intsPerResult), mResults{} {} in QueryResult() function
|