Home
last modified time | relevance | path

Searched refs:std (Results 12551 - 12575 of 20229) sorted by relevance

1...<<501502503504505506507508509510>>...810

/third_party/skia/third_party/externals/tint/src/ast/
H A Dsampled_texture.cc36 std::string SampledTexture::FriendlyName(const SymbolTable& symbols) const { in FriendlyName()
37 std::ostringstream out; in FriendlyName()
H A Dvector.cc38 std::string Vector::FriendlyName(const SymbolTable& symbols) const { in FriendlyName()
39 std::ostringstream out; in FriendlyName()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_resync_test.cc30 std::string source = SOURCE; \
31 std::string expected = EXPECTED; \
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall_target.h90 namespace std { namespace
92 /// Custom std::hash specialization for tint::sem::CallTargetSignature so
93 /// CallTargetSignature can be used as keys for std::unordered_map and
94 /// std::unordered_set.
100 std::size_t operator()(const tint::sem::CallTargetSignature& sig) const;
103 } // namespace std
H A Dmatrix_type.h50 std::string type_name() const override;
55 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dmember_accessor_expression.cc47 std::vector<uint32_t> indices) in Swizzle()
48 : Base(declaration, type, statement), indices_(std::move(indices)) {} in Swizzle()
H A Dstorage_texture_type.h56 std::string type_name() const override;
61 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dtype.h41 virtual std::string type_name() const = 0;
46 virtual std::string FriendlyName(const SymbolTable& symbols) const = 0;
/third_party/skia/third_party/externals/tint/src/utils/
H A Dmap.h32 V Lookup(std::unordered_map<K, V, H, C>& map, in Lookup()
47 V GetOrCreate(std::unordered_map<K, V, H, C>& map, in GetOrCreate()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_array_accessor_test.cc31 std::stringstream out; in TEST_F()
45 std::stringstream out; in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dgenerator.cc40 auto builder = std::make_unique<Builder>(&sanitized_result.program); in Generate()
41 auto writer = std::make_unique<BinaryWriter>(); in Generate()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_array_accessor_test.cc31 std::stringstream out; in TEST_F()
45 std::stringstream out; in TEST_F()
H A Dgenerator_impl_member_accessor_test.cc33 std::stringstream out; in TEST_F()
48 std::stringstream out; in TEST_F()
/third_party/skia/tools/gpu/
H A DGpuTimer.h53 return std::exchange(fActiveTimer, kInvalidTimerQuery); in queueStop()
64 virtual std::chrono::nanoseconds getTimeElapsed(PlatformTimerQuery) = 0;
H A DTestContext.h89 std::unique_ptr<GpuTimer> fGpuTimer;
102 * setting the null context as current), and then the std::function is called the null context
105 virtual std::function<void()> onPlatformGetAutoContextRestore() const = 0;
/third_party/skia/tools/sk_app/android/
H A DVulkanWindowContext_android.cpp21 std::unique_ptr<WindowContext> MakeVulkanForAndroid(ANativeWindow* window, in MakeVulkanForAndroid()
52 std::unique_ptr<WindowContext> ctx( in MakeVulkanForAndroid()
/third_party/skia/tools/viewer/
H A DGMSlide.cpp19 GMSlide::GMSlide(std::unique_ptr<skiagm::GM> gm) : fGM(std::move(gm)) { in GMSlide()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_dead_blocks.cpp44 std::vector<TransformationAddDeadBlock> candidate_transformations; in Apply()
75 for (size_t i = 0; i < std::min(kMaxTransformationsInOnePass, in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h47 std::function<bool(const MachineFunction &)> DoNotRunPass;
79 Localizer(std::function<bool(const MachineFunction &)>);
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireWGPUDevicePropertiesTests.cpp32 std::vector<char> buffer; in TEST_F()
50 std::vector<char> buffer; in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DQueueOnSubmittedWorkDoneValidationTests.cpp26 static std::unique_ptr<MockQueueWorkDoneCallback> mockQueueWorkDoneCallback;
35 mockQueueWorkDoneCallback = std::make_unique<MockQueueWorkDoneCallback>();
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.h77 std::vector<const EnumValueDescriptor*> canonical_values_;
83 std::vector<Alias> aliases_;
H A Djava_enum_lite.h77 std::vector<const EnumValueDescriptor*> canonical_values_;
83 std::vector<Alias> aliases_;
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_enum_util.h51 struct is_proto_enum : ::std::false_type {};
72 // Initializes the list of enum names in std::string form.
75 internal::ExplicitlyConstructed<std::string>* enum_strings);
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver.h59 const std::string& type_url, google::protobuf::Type* message_type) = 0;
62 virtual util::Status ResolveEnumType(const std::string& type_url,

Completed in 14 milliseconds

1...<<501502503504505506507508509510>>...810