/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | thread_manager.h | 40 struct Result { struct 53 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
|
/third_party/benchmark/src/ |
D | thread_manager.h | 40 struct Result { struct 51 GUARDED_BY(GetBenchmarkMutex()) Result results; argument
|
/third_party/grpc/test/cpp/qps/ |
D | usage_timer.h | 26 struct Result { struct 34 Result Mark() const; argument
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | resolver.h | 55 struct Result { struct 63 Result() = default; argument 67 Result& operator=(const Result& other); argument 68 Result& operator=(Result&& other) noexcept; argument
|
D | connector.h | 46 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/ |
D | matrix_operation.inl | 12 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
|
D | matrix_transform_2d.inl | 15 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/ |
D | generator.h | 73 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/ |
D | Result.h | 40 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/ |
D | generator.h | 41 struct Result { struct 70 Result Generate(const Program* program, argument
|
/third_party/flutter/skia/third_party/externals/dawn/src/common/ |
D | Result.h | 38 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/ |
D | generator.h | 65 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/ |
D | quaternion_simd.inl | 78 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
|
D | type_ptr.inl | 299 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 …]
|
D | matrix_transform.inl | 13 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/ |
D | type_vec4_simd.inl | 17 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 …]
|
D | func_vector_relational.inl | 13 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/ |
D | generator.h | 37 struct Result { struct 63 Result Generate(const Program* program, const Options& options); argument
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | generator.h | 47 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/ |
D | CodeViewYAMLDebugSections.cpp | 405 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/ |
D | val.h | 35 struct Result { struct 48 Result HlslUsingDXC(const std::string& dxc_path, argument
|
/third_party/skia/modules/svg/include/ |
D | SkSVGFilterContext.h | 49 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/ |
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/boost/boost/algorithm/string/ |
D | split.hpp | 63 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/ |
D | DIASourceFile.cpp | 34 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
|