Home
last modified time | relevance | path

Searched defs:ApplicationInfo (Results 1 – 15 of 15) sorted by relevance

/external/googleapis/google/cloud/talent/v4beta1/
Djob.proto42 message ApplicationInfo { message
/external/googleapis/google/cloud/talent/v4/
Djob.proto41 message ApplicationInfo { message
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/proto/google/cloud/talent/v4/
Djob.proto41 message ApplicationInfo { message
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/proto/google/cloud/talent/v4beta1/
Djob.proto42 message ApplicationInfo { message
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/
DJob.java265 public static final class ApplicationInfo extends com.google.protobuf.GeneratedMessageV3 class in Job
271 private ApplicationInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ApplicationInfo() method in Job.ApplicationInfo
275 private ApplicationInfo() { in ApplicationInfo() method in Job.ApplicationInfo
/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/
DJob.java266 public static final class ApplicationInfo extends com.google.protobuf.GeneratedMessageV3 class in Job
272 private ApplicationInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ApplicationInfo() method in Job.ApplicationInfo
276 private ApplicationInfo() { in ApplicationInfo() method in Job.ApplicationInfo
/external/aws-sdk-java-v2/services/applicationinsights/src/main/resources/codegen-resources/
Dservice-2.json616 "ApplicationInfo":{ object
813 "ApplicationInfo":{ object
978 "ApplicationInfo":{ object
2283 "ApplicationInfo":{ object
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5673 struct ApplicationInfo struct
5675 using NativeType = VkApplicationInfo;
5677 static const bool allowDuplicate = false;
5678 …tatic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eApplicationInfo;
5681 VULKAN_HPP_CONSTEXPR ApplicationInfo( const char * pApplicationName_ = {}, in ApplicationInfo() argument
5698ApplicationInfo( VkApplicationInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ApplicationInfo( *reinterpr… in ApplicationInfo() function
5705 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ApplicationInfo const *>( &rhs ); in operator =()
5710 VULKAN_HPP_CONSTEXPR_14 ApplicationInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5716 …EXPR_14 ApplicationInfo & setPApplicationName( const char * pApplicationName_ ) VULKAN_HPP_NOEXCEPT in setPApplicationName()
5722 …EXPR_14 ApplicationInfo & setApplicationVersion( uint32_t applicationVersion_ ) VULKAN_HPP_NOEXCEPT in setApplicationVersion()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5446 struct ApplicationInfo struct
5448 using NativeType = VkApplicationInfo;
5450 static const bool allowDuplicate = false;
5451 …tatic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eApplicationInfo;
5454 VULKAN_HPP_CONSTEXPR ApplicationInfo( const char * pApplicationName_ = {}, in ApplicationInfo() function
5471ApplicationInfo( VkApplicationInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ApplicationInfo( *reinterpr… in ApplicationInfo() function
5478 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ApplicationInfo const *>( &rhs ); in operator =()
5483 VULKAN_HPP_CONSTEXPR_14 ApplicationInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5489 …EXPR_14 ApplicationInfo & setPApplicationName( const char * pApplicationName_ ) VULKAN_HPP_NOEXCEPT in setPApplicationName()
5495 …EXPR_14 ApplicationInfo & setApplicationVersion( uint32_t applicationVersion_ ) VULKAN_HPP_NOEXCEPT in setApplicationVersion()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6654 struct ApplicationInfo struct
6656 using NativeType = VkApplicationInfo;
6658 static const bool allowDuplicate = false;
6659 …tatic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eApplicationInfo;
6662 VULKAN_HPP_CONSTEXPR ApplicationInfo( const char * pApplicationName_ = {}, in ApplicationInfo() argument
6679ApplicationInfo( VkApplicationInfo const & rhs ) VULKAN_HPP_NOEXCEPT : ApplicationInfo( *reinterpr… in ApplicationInfo() function
6686 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ApplicationInfo const *>( &rhs ); in operator =()
6691 VULKAN_HPP_CONSTEXPR_14 ApplicationInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6697 …EXPR_14 ApplicationInfo & setPApplicationName( const char * pApplicationName_ ) VULKAN_HPP_NOEXCEPT in setPApplicationName()
6703 …EXPR_14 ApplicationInfo & setApplicationVersion( uint32_t applicationVersion_ ) VULKAN_HPP_NOEXCEPT in setApplicationVersion()
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Djobs.v3.json657 "ApplicationInfo": { object
Djobs.v3p1beta1.json687 "ApplicationInfo": { object
Djobs.v4.json909 "ApplicationInfo": { object
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs1317 pub struct ApplicationInfo { struct
1326 impl ::std::default::Default for ApplicationInfo { implementation
1340 unsafe impl TaggedStructure for ApplicationInfo { implementation
1343 impl ApplicationInfo { implementation
1396 pub fn build(self) -> ApplicationInfo { in build()
/external/aws-sdk-java-v2/services/codedeploy/src/main/resources/codegen-resources/
Dservice-2.json1006 "ApplicationInfo":{ object