/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | DawnNative.cpp | 101 std::vector<const char*> Adapter::GetSupportedFeatures() const { in GetSupportedFeatures() function in dawn_native::Adapter 102 FeaturesSet supportedFeaturesSet = mImpl->GetSupportedFeatures(); in GetSupportedFeatures()
|
D | Adapter.h | 52 FeaturesSet GetSupportedFeatures() const;
|
D | Adapter.cpp | 92 FeaturesSet AdapterBase::GetSupportedFeatures() const { in GetSupportedFeatures() function in dawn_native::AdapterBase
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.h | 55 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_generator.h | 60 uint64_t GetSupportedFeatures() const override;
|
D | csharp_generator.cc | 54 uint64_t Generator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::csharp::Generator
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_generator.h | 63 uint64_t GetSupportedFeatures() const override;
|
D | java_generator.cc | 61 uint64_t JavaGenerator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::java::JavaGenerator
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_generator.h | 70 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_generator.h | 87 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.h | 59 uint64_t GetSupportedFeatures() const override { in GetSupportedFeatures() function
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 113 virtual uint64_t GetSupportedFeatures() const { return 0; } in GetSupportedFeatures() function
|
D | mock_code_generator.h | 112 uint64_t GetSupportedFeatures() const override;
|
D | plugin.cc | 135 response->set_supported_features(generator.GetSupportedFeatures()); in GenerateCode()
|
D | mock_code_generator.cc | 90 uint64_t MockCodeGenerator::GetSupportedFeatures() const { in GetSupportedFeatures() function in google::protobuf::compiler::MockCodeGenerator
|
D | command_line_interface.cc | 2085 output_directive.generator->GetSupportedFeatures(), parsed_files)) { in GenerateOutput()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 76 uint64_t GetSupportedFeatures() const override;
|
D | python_generator.cc | 305 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/ |
D | DawnNative.h | 116 std::vector<const char*> GetSupportedFeatures() const;
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 157 uint64 GetSupportedFeatures() const override { in GetSupportedFeatures() function
|
/third_party/protobuf/docs/ |
D | implementing_proto3_presence.md | 178 uint64_t GetSupportedFeatures() const override {
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 881 for (const char* supportedFeatureName : mBackendAdapter.GetSupportedFeatures()) { in SupportsFeatures()
|