Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dthread_manager.h40 struct Result { struct
53 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
/third_party/benchmark/src/
Dthread_manager.h40 struct Result { struct
51 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
/third_party/grpc/test/cpp/qps/
Dusage_timer.h26 struct Result { struct
34 Result Mark() const; argument
/third_party/grpc/src/core/ext/filters/client_channel/
Dresolver.h55 struct Result { struct
63 Result() = default; argument
67 Result& operator=(const Result& other); argument
68 Result& operator=(Result&& other) noexcept; argument
Dconnector.h46 struct Result { struct
64 virtual void Connect(const Args& args, Result* result, argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_operation.inl12 tmat2x2<T, P> Result(static_cast<T>(1)); local
24 tmat2x3<T, P> Result(static_cast<T>(1)); local
36 tmat2x4<T, P> Result(static_cast<T>(1)); local
48 tmat3x2<T, P> Result(static_cast<T>(1)); local
60 tmat3x3<T, P> Result(static_cast<T>(1)); local
73 tmat3x4<T, P> Result(static_cast<T>(1)); local
86 tmat4x4<T, P> Result(static_cast<T>(1)); local
100 tmat4x3<T, P> Result(static_cast<T>(1)); local
113 tmat4x2<T, P> Result(static_cast<T>(1)); local
Dmatrix_transform_2d.inl15 tmat3x3<T, P> Result(m); local
30 tmat3x3<T, P> Result(uninitialize); local
42 tmat3x3<T, P> Result(uninitialize); local
54 tmat3x3<T, P> Result(1); local
64 tmat3x3<T, P> Result(1); local
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator.h73 struct Result { struct
84 bool success = false;
87 std::string error;
90 std::string msl = "";
114 Result Generate(const Program* program, const Options& options); argument
/third_party/skia/third_party/externals/dawn/src/common/
DResult.h40 class Result; variable
238 Result<void, E>::Result() { in Result() function
242 Result<void, E>::Result(std::unique_ptr<E> error) : mError(std::move(error)) { in Result() function
246 Result<void, E>::Result(Result<void, E>&& other) : mError(std::move(other.mError)) { in Result() function
299 Result<T*, E>::Result(T* success) : mPayload(detail::MakePayload(success, detail::Success)) { in Result() function
303 Result<T*, E>::Result(std::unique_ptr<E> error) in Result() function
309 Result<T*, E>::Result(Result<TChild*, E>&& other) : mPayload(other.mPayload) { in Result() function
355 Result<const T*, E>::Result(const T* success) in Result() function
360 Result<const T*, E>::Result(std::unique_ptr<E> error) in Result() function
365 Result<const T*, E>::Result(Result<const T*, E>&& other) : mPayload(other.mPayload) { in Result() function
[all …]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator.h41 struct Result { struct
70 Result Generate(const Program* program, argument
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DResult.h38 class Result; variable
195 Result<void, E*>::Result() { in Result() function
199 Result<void, E*>::Result(E* error) : mError(error) { in Result() function
203 Result<void, E*>::Result(Result<void, E*>&& other) : mError(other.mError) { in Result() function
260 Result<T*, E*>::Result(T* success) : mPayload(detail::MakePayload(success, detail::Success)) { in Result() function
264 Result<T*, E*>::Result(E* error) : mPayload(detail::MakePayload(error, detail::Error)) { in Result() function
268 Result<T*, E*>::Result(Result<T*, E*>&& other) : mPayload(other.mPayload) { in Result() function
311 Result<const T*, E*>::Result(const T* success) in Result() function
316 Result<const T*, E*>::Result(E* error) : mPayload(detail::MakePayload(error, detail::Error)) { in Result() function
320 Result<const T*, E*>::Result(Result<const T*, E*>&& other) : mPayload(other.mPayload) { in Result() function
[all …]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator.h65 struct Result { struct
98 Result Generate(const Program* program, const Options& options); argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion_simd.inl78 tquat<float, P> Result(uninitialize); local
90 tquat<double, P> Result(uninitialize); local
102 tvec4<float, P> Result(uninitialize); local
114 tquat<double, P> Result(uninitialize); local
126 tvec4<float, P> Result(uninitialize); local
138 tquat<double, P> Result(uninitialize); local
150 tvec4<float, P> Result(uninitialize); local
162 tquat<double, P> Result(uninitialize); local
189 tvec4<float, P> Result(uninitialize); local
Dtype_ptr.inl299 tvec2<T, defaultp> Result; local
309 tvec3<T, defaultp> Result; local
319 tvec4<T, defaultp> Result; local
329 tmat2x2<T, defaultp> Result; local
339 tmat2x3<T, defaultp> Result; local
349 tmat2x4<T, defaultp> Result; local
359 tmat3x2<T, defaultp> Result; local
369 tmat3x3<T, defaultp> Result; local
379 tmat3x4<T, defaultp> Result; local
389 tmat4x2<T, defaultp> Result; local
[all …]
Dmatrix_transform.inl13 tmat4x4<T, P> Result(m); local
41 tmat4x4<T, P> Result(uninitialize); local
55 tmat4x4<T, P> Result; local
81 tmat4x4<T, P> Result(uninitialize); local
92 tmat4x4<T, P> Result(T(1)); local
122 tmat4x4<T, defaultp> Result(1); local
147 tmat4x4<T, defaultp> Result(1); local
171 tmat4x4<T, defaultp> Result(static_cast<T>(1)); local
203 tmat4x4<T, defaultp> Result(0); local
229 tmat4x4<T, defaultp> Result(0); local
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec4_simd.inl17 tvec4<float, P> Result(uninitialize); local
34 tvec4<int32, P> Result(uninitialize); local
47 tvec4<uint32, P> Result(uninitialize); local
59 tvec4<float, P> Result(uninitialize); local
71 tvec4<double, P> Result(uninitialize); local
83 tvec4<float, P> Result(uninitialize); local
95 tvec4<double, P> Result(uninitialize); local
107 tvec4<float, P> Result(uninitialize); local
119 tvec4<double, P> Result(uninitialize); local
131 tvec4<float, P> Result(uninitialize); local
[all …]
Dfunc_vector_relational.inl13 vecType<bool, P> Result(uninitialize); local
25 vecType<bool, P> Result(uninitialize); local
36 vecType<bool, P> Result(uninitialize); local
47 vecType<bool, P> Result(uninitialize); local
58 vecType<bool, P> Result(uninitialize); local
69 vecType<bool, P> Result(uninitialize); local
78 bool Result = false; local
87 bool Result = true; local
96 vecType<bool, P> Result(uninitialize); local
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator.h37 struct Result { struct
63 Result Generate(const Program* program, const Options& options); argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dgenerator.h47 struct Result { struct
73 Result Generate(const Program* program, const Options& options); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection() local
416 auto Result = in toCodeViewSubsection() local
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection() local
467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection() local
479 auto Result = in toCodeViewSubsection() local
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection() local
502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() local
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection() local
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection() local
547 SourceFileChecksumEntry Result; in convertOneChecksum() local
[all …]
/third_party/skia/third_party/externals/tint/src/val/
Dval.h35 struct Result { struct
48 Result HlslUsingDXC(const std::string& dxc_path, argument
/third_party/skia/modules/svg/include/
DSkSVGFilterContext.h49 struct Result { struct
55 const Result* findResultById(const SkSVGStringType&) const; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
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/boost/boost/algorithm/string/
Dsplit.hpp63 SequenceSequenceT& Result, in find_all()
102 SequenceSequenceT& Result, in ifind_all()
149 SequenceSequenceT& Result, in split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp34 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum() local
46 HRESULT Result = SourceFile->get_checksumType(&Type); in getChecksumType() local
55 HRESULT Result = SourceFile->get_compilands(&DiaEnumerator); in getCompilands() local

12345678910>>...26