Home
last modified time | relevance | path

Searched refs:GetSupportedFeatures (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp101 std::vector<const char*> Adapter::GetSupportedFeatures() const { in GetSupportedFeatures() function in dawn_native::Adapter
102 FeaturesSet supportedFeaturesSet = mImpl->GetSupportedFeatures(); in GetSupportedFeatures()
DAdapter.h52 FeaturesSet GetSupportedFeatures() const;
DAdapter.cpp92 FeaturesSet AdapterBase::GetSupportedFeatures() const { in GetSupportedFeatures() function in dawn_native::AdapterBase
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator.h55 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_generator.h60 uint64_t GetSupportedFeatures() const override;
Dcsharp_generator.cc54 uint64_t Generator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::csharp::Generator
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_generator.h63 uint64_t GetSupportedFeatures() const override;
Djava_generator.cc61 uint64_t JavaGenerator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::java::JavaGenerator
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.h70 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.h87 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.h59 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h113 virtual uint64_t GetSupportedFeatures() const { return 0; } in GetSupportedFeatures() function
Dmock_code_generator.h112 uint64_t GetSupportedFeatures() const override;
Dplugin.cc135 response->set_supported_features(generator.GetSupportedFeatures()); in GenerateCode()
Dmock_code_generator.cc90 uint64_t MockCodeGenerator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::MockCodeGenerator
Dcommand_line_interface.cc2085 output_directive.generator->GetSupportedFeatures(), parsed_files)) { in GenerateOutput()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h76 uint64_t GetSupportedFeatures() const override;
Dpython_generator.cc305 uint64_t Generator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::python::Generator
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h116 std::vector<const char*> GetSupportedFeatures() const;
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h157 uint64 GetSupportedFeatures() const override { in GetSupportedFeatures() function
/third_party/protobuf/docs/
Dimplementing_proto3_presence.md178 uint64_t GetSupportedFeatures() const override {
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp881 for (const char* supportedFeatureName : mBackendAdapter.GetSupportedFeatures()) { in SupportsFeatures()