Home
last modified time | relevance | path

Searched defs:QueryResult (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/compiler/rustc_interface/src/
Dqueries.rs53 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/
Dares-test.h566 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/
DCFLSteensAliasAnalysis.h86 AliasResult QueryResult = query(LocA, LocB); in alias() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp46 size_t QueryResult = in getIRTInterfaces() local
/third_party/skia/m133/bazel/exporter/build_proto/build/
Dbuild.pb.go1804 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/
Dgni_exporter.go159 func findQueryResultRule(qr *build.QueryResult, name string) *build.Rule {
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dsolve.rs135 pub type QueryResult<'tcx> = Result<CanonicalResponse<'tcx>, NoSolution>; typedef
/third_party/rust/rust/compiler/rustc_query_system/src/query/
Dplumbing.rs40 enum QueryResult<D: DepKind> { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp894 AliasResult QueryResult = query(LocA, LocB); in alias() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h462 QueryResult(uint32_t intsPerResult) : mIntsPerResult(intsPerResult), mResults{} {} in QueryResult() function