Home
last modified time | relevance | path

Searched refs:supported_features (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h237 const std::string& codegen_name, uint64 supported_features,
H A Dcommand_line_interface.cc2028 const std::string& codegen_name, uint64 supported_features, in EnforceProto3OptionalSupport()
2031 supported_features & CodeGenerator::FEATURE_PROTO3_OPTIONAL; in EnforceProto3OptionalSupport()
2254 plugin_name, response.supported_features(), parsed_files)) { in GeneratePluginOutput()
2027 EnforceProto3OptionalSupport( const std::string& codegen_name, uint64 supported_features, const std::vector<const FileDescriptor*>& parsed_files) const EnforceProto3OptionalSupport() argument
H A Dplugin.pb.h932 // optional uint64 supported_features = 2;
938 ::PROTOBUF_NAMESPACE_ID::uint64 supported_features() const;
1703 // optional uint64 supported_features = 2;
1718 inline ::PROTOBUF_NAMESPACE_ID::uint64 CodeGeneratorResponse::supported_features() const { in supported_features() function in compiler::CodeGeneratorResponse
1719 // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.supported_features) in supported_features()
1728 // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.supported_features) in set_supported_features()
/third_party/libdrm/tests/amdgpu/
H A Dras_tests.c487 uint32_t supported_features; in amdgpu_ras_lookup_capability() member
497 return features.supported_features; in amdgpu_ras_lookup_capability()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1909 VkPhysicalDeviceFeatures supported_features; in check_physical_device_features() local
1911 pdev->vk.dispatch_table.GetPhysicalDeviceFeatures(physicalDevice, &supported_features); in check_physical_device_features()
1913 VkBool32 *supported_feature = (VkBool32 *)&supported_features; in check_physical_device_features()

Completed in 14 milliseconds