Home
last modified time | relevance | path

Searched defs:Result (Results 1 - 25 of 501) sorted by relevance

12345678910>>...21

/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js166 Result.prototype.toString = function () { global() class
/third_party/rust/crates/os_str_bytes/src/common/
H A Dmod.rs27 type Result<T> = result::Result<T, EncodingError>; types
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOpDescriptor.cpp34 std::vector<Constant *> Result; in makeConstantsWithType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAUtils.h19 HRESULT Result = (Object.*Func)(&Str16); in invokeBstrMethod() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast.cpp94 double Result = 0; in makeBitCasters() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkFormat.cpp21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() local
36 auto Result = in magicToFormat() local
/third_party/rust/crates/clap/tests/derive/
H A Dtype_alias_regressions.rs7 type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>; types
/third_party/rust/crates/cxx/src/
H A Dresult.rs55 impl Result { impls
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dresult.h24 class Result { class
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DSymbol.cpp21 std::string Result; in dump() local
44 OS << Result; in dump() local
[all...]
H A DPlatform.cpp58 PlatformSet Result; in mapToPlatformSet() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator.cc25 Mutator::Result::Result(Status status, bool is_changed) in Result() function in tint::fuzzers::spvtools_fuzzer::Mutator::Result
/third_party/skia/third_party/externals/tint/src/val/
H A Dval.h35 struct Result { struct
/third_party/skia/third_party/externals/dawn/src/common/
H A DResult.h61 class DAWN_NO_DISCARD Result<void, E> { global() class
112 class DAWN_NO_DISCARD Result<T*, E> { global() class
144 class DAWN_NO_DISCARD Result<const T*, E> { global() class
173 class DAWN_NO_DISCARD Result<Ref<T>, E> { global() class
208 class DAWN_NO_DISCARD Result { global() class
238 Result<void, E>::Result() { Result() function in Result
242 Result<void, E>::Result(std::unique_ptr<E> error) : mError(std::move(error)) { Result() function in Result
246 Result<void, E>::Result(Result<void, E>&& other) : mError(std::move(other.mError)) { Result() function in Result
299 Result<T*, E>::Result(T* success) : mPayload(detail::MakePayload(success, detail::Success)) { Result() function in Result
303 Result<T*, E>::Result(std::unique_ptr<E> error) Result() function in Result
309 Result<T*, E>::Result(Result<TChild*, E>&& other) : mPayload(other.mPayload) { Result() function in Result
355 Result<const T*, E>::Result(const T* success) Result() function in Result
360 Result<const T*, E>::Result(std::unique_ptr<E> error) Result() function in Result
365 Result<const T*, E>::Result(Result<const T*, E>&& other) : mPayload(other.mPayload) { Result() function in Result
409 Result<Ref<T>, E>::Result(Ref<U>&& success) Result() function in Result
415 Result<Ref<T>, E>::Result(std::unique_ptr<E> error) Result() function in Result
421 Result<Ref<T>, E>::Result(Result<Ref<U>, E>&& other) : mPayload(other.mPayload) { Result() function in Result
469 Result<T, E>::Result(T&& success) : mType(Success), mSuccess(std::move(success)) { Result() function in Result
473 Result<T, E>::Result(std::unique_ptr<E> error) : mType(Error), mError(std::move(error)) { Result() function in Result
482 Result<T, E>::Result(Result<T, E>&& other) Result() function in Result
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopAnalysisManager.h86 template <> class LoopAnalysisManagerFunctionProxy::Result { class in llvm::LoopAnalysisManagerFunctionProxy
88 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) in Result() function in llvm::LoopAnalysisManagerFunctionProxy::Result
90 Result(Result &&Arg) in Result() function in llvm::LoopAnalysisManagerFunctionProxy::Result
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.h19 enum Result { enum in v8::internal::IrregexpInterpreter
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
H A Dmain.rs11 type Result<T> = result::Result<T, Box<dyn Error>>; types
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp42 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DTapiUniversal.cpp25 auto Result = TextAPIReader::get(Source); in TapiUniversal() local
/third_party/vk-gl-cts/external/amber/src/src/
H A Dresult.cc21 Result::Result(const std::string& err) { in Result() function in amber::Result
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMemAlloc.h26 void *Result = std::malloc(Sz); in safe_malloc() local
40 void *Result = std::calloc(Count, Sz); in safe_calloc() local
53 void *Result = std::realloc(Ptr, Sz); in safe_realloc() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.cpp83 Variable *Result = Intrinsic->getDest(); in validateIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DValueProfileCollector.cpp75 std::vector<CandidateInfo> Result; in get() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.h85 struct Result : public Castable<Result, transform::Data> { struct in tint::transform::ArrayLengthFromUniform
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator.h41 struct Result { struct

Completed in 11 milliseconds

12345678910>>...21