/third_party/node/deps/npm/node_modules/npm-package-arg/lib/ |
H A D | npa.js | 166 Result.prototype.toString = function () { global() class
|
/third_party/rust/crates/os_str_bytes/src/common/ |
H A D | mod.rs | 27 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 D | OpDescriptor.cpp | 34 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 D | DIAUtils.h | 19 HRESULT Result = (Object.*Func)(&Str16); in invokeBstrMethod() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_cast.cpp | 94 double Result = 0; in makeBitCasters() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | RemarkFormat.cpp | 21 auto Result = StringSwitch<Format>(FormatStr) in parseFormat() local 36 auto Result = in magicToFormat() local
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | type_alias_regressions.rs | 7 type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>; types
|
/third_party/rust/crates/cxx/src/ |
H A D | result.rs | 55 impl Result { impls
|
/third_party/vk-gl-cts/external/amber/src/include/amber/ |
H A D | result.h | 24 class Result { class [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | Symbol.cpp | 21 std::string Result; in dump() local 44 OS << Result; in dump() local [all...] |
H A D | Platform.cpp | 58 PlatformSet Result; in mapToPlatformSet() local
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator.cc | 25 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 D | val.h | 35 struct Result { struct
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | Result.h | 61 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 D | LoopAnalysisManager.h | 86 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 D | regexp-interpreter.h | 19 enum Result { enum in v8::internal::IrregexpInterpreter
|
/third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
H A D | main.rs | 11 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 D | NonRelocatableStringpool.cpp | 42 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 25 auto Result = TextAPIReader::get(Source); in TapiUniversal() local
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | result.cc | 21 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 D | MemAlloc.h | 26 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 D | IceIntrinsics.cpp | 83 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 D | ValueProfileCollector.cpp | 75 std::vector<CandidateInfo> Result; in get() local
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | array_length_from_uniform.h | 85 struct Result : public Castable<Result, transform::Data> { struct in tint::transform::ArrayLengthFromUniform
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator.h | 41 struct Result { struct
|