Home
last modified time | relevance | path

Searched refs:std (Results 12251 - 12275 of 22589) sorted by relevance

1...<<491492493494495496497498499500>>...904

/third_party/skia/third_party/externals/tint/src/sem/
H A Ddepth_texture_type.h36 std::string type_name() const override;
41 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dexternal_texture_type.h36 std::string type_name() const override;
41 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Df32_type.cc30 std::string F32::type_name() const { in type_name()
34 std::string F32::FriendlyName(const SymbolTable&) const { in FriendlyName()
H A Df32_type.h35 std::string type_name() const override;
40 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Di32_type.cc30 std::string I32::type_name() const { in type_name()
34 std::string I32::FriendlyName(const SymbolTable&) const { in FriendlyName()
H A Di32_type.h35 std::string type_name() const override;
40 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dmultisampled_texture_type.h40 std::string type_name() const override;
45 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Du32_type.cc30 std::string U32::type_name() const { in type_name()
34 std::string U32::FriendlyName(const SymbolTable&) const { in FriendlyName()
H A Du32_type.h35 std::string type_name() const override;
40 std::string FriendlyName(const SymbolTable& symbols) const override;
H A Dvoid_type.h35 std::string type_name() const override;
40 std::string FriendlyName(const SymbolTable& symbols) const override;
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.h48 const std::vector<uint32_t>& result() const { return out_; } in result()
54 std::vector<uint32_t> out_;
H A Dgenerator.h61 std::string error;
64 std::vector<uint32_t> spirv;
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator.h51 std::string error;
54 std::string wgsl = "";
/third_party/spirv-tools/source/fuzz/
H A Dcounter_overflow_id_source.h38 const std::unordered_set<uint32_t>& GetIssuedOverflowIds() const override;
43 std::unordered_set<uint32_t> issued_ids_;
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddead_block_facts.h42 const std::unordered_set<uint32_t>& GetDeadBlocks() const;
45 std::unordered_set<uint32_t> dead_block_ids_;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h21 std::vector<Instruction *> IndirectCalls;
31 inline std::vector<Instruction *> findIndirectCalls(Function &F) { in findIndirectCalls()
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWireHelper.h32 virtual std::pair<wgpu::Device, WGPUDevice> RegisterDevice(WGPUDevice backendDevice) = 0;
40 std::unique_ptr<WireHelper> CreateWireHelper(bool useWire, const char* wireTraceDir = nullptr);
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_options.h62 std::string annotation_list_file;
65 std::string output_list_file;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbug-1529681.rs16 ::std::mem::size_of::<BrowsingContext>(), in bindgen_test_layout_BrowsingContext()
21 ::std::mem::align_of::<BrowsingContext>(), in bindgen_test_layout_BrowsingContext()
H A Dc-empty-layout.rs14 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
19 ::std::mem::align_of::<Foo>(), in bindgen_test_layout_Foo()
H A Dcpp-empty-layout.rs16 ::std::mem::size_of::<Foo>(), in bindgen_test_layout_Foo()
21 ::std::mem::align_of::<Foo>(), in bindgen_test_layout_Foo()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dostringstream.cc28 std::streamsize OStringStream::xsputn(const char* s, std::streamsize n) { in xsputn()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dbad_variant_access.h34 using std::bad_variant_access;
57 // absl::variant<int, std::string> v;
60 // absl::get<std::string>(v);
62 // std::cout << "Bad variant access: " << e.what() << '\n';
64 class bad_variant_access : public std::exception {
H A Dbad_optional_access.h34 using std::bad_optional_access;
58 // std::cout << "Bad optional access: " << e.what() << '\n';
60 class bad_optional_access : public std::exception {
H A Dbad_any_cast.h34 using std::bad_any_cast;
57 // std::cout << "Bad any cast: " << e.what() << '\n';
59 class bad_any_cast : public std::bad_cast {

Completed in 18 milliseconds

1...<<491492493494495496497498499500>>...904