/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3.java | 57 * @param <BType> the type of builder for the field 63 BType extends AbstractMessage.Builder, 79 private List<SingleFieldBuilderV3<MType, BType, IType>> builders; 103 private MessageExternalList<MType, BType, IType> externalMessageList; 109 private BuilderExternalList<MType, BType, IType> externalBuilderList; 116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 159 this.builders = new ArrayList<SingleFieldBuilderV3<MType, BType, IType>>(messages.size()); in ensureBuilders() 214 SingleFieldBuilderV3<MType, BType, IType> builder = builders.get(index); in getMessage() 233 public BType getBuilder(int index) { in getBuilder() 235 SingleFieldBuilderV3<MType, BType, ITyp in getBuilder() [all...] |
H A D | RepeatedFieldBuilder.java | 57 * @param <BType> the type of builder for the field 63 BType extends GeneratedMessage.Builder, 79 private List<SingleFieldBuilder<MType, BType, IType>> builders; 103 private MessageExternalList<MType, BType, IType> externalMessageList; 109 private BuilderExternalList<MType, BType, IType> externalBuilderList; 116 private MessageOrBuilderExternalList<MType, BType, IType> externalMessageOrBuilderList; 159 this.builders = new ArrayList<SingleFieldBuilder<MType, BType, IType>>(messages.size()); in ensureBuilders() 214 SingleFieldBuilder<MType, BType, IType> builder = builders.get(index); in getMessage() 233 public BType getBuilder(int index) { in getBuilder() 235 SingleFieldBuilder<MType, BType, ITyp in getBuilder() [all...] |
H A D | SingleFieldBuilderV3.java | 51 * @param <BType> the type of builder for the field 57 BType extends AbstractMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilderV3<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilderV3<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilderV3<MType, BType, IType> clear() { in clear()
|
H A D | SingleFieldBuilder.java | 51 * @param <BType> the type of builder for the field 57 BType extends GeneratedMessage.Builder, 69 private BType builder; 125 public BType getBuilder() { in getBuilder() 131 builder = (BType) message.newBuilderForType(this); in getBuilder() 159 public SingleFieldBuilder<MType, BType, IType> setMessage(MType message) { in setMessage() 175 public SingleFieldBuilder<MType, BType, IType> mergeFrom(MType value) { in mergeFrom() 191 public SingleFieldBuilder<MType, BType, IType> clear() { in clear()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 183 result.BType = (VkComponentTypeKHR) properties.BType; in convertCooperativeMatrixProperties() 367 p->BType == m_data.inputType && in checkSupport() 384 if (p->AType == types[j] || p->BType == types[j] || p->CType == types[j] || p->ResultType == types[j]) in checkSupport() 398 if (p->BType == types[j]) in checkSupport() 1023 p->BType == m_data.inputType && in iterate() 1052 if (bType && p->BType == types[j]) typeSizes[j].insert(TestTuple(p->KSize, p->NSize, 0)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 206 p->BType == m_data.inputType && in checkSupport() 220 if (p->scope == VK_SCOPE_SUBGROUP_NV && (p->AType == types[j] || p->BType == types[j] || p->CType == types[j] || p->DType == types[j])) in checkSupport() 699 p->BType == m_data.inputType && in iterate() 726 if (p->BType == types[j]) in iterate()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 809 enum BType { enum in v8::internal::Simulator 825 BType btype() const { return btype_; } in btype() 827 void set_btype(BType btype) { btype_ = btype; } in set_btype() 829 // Helper function to determine BType for branches. 830 BType GetBTypeFromInstruction(const Instruction* instr) const; 840 // Check BType allows PACI[AB]SP instructions. in CheckBTypeForPAuth() 847 FATAL("Executing PACIBSP with wrong BType."); in CheckBTypeForPAuth() 863 FATAL("Executing BTI with wrong BType (expected 0, got %d).", btype()); in CheckBTypeForBti() 868 FATAL("Executing BTI c with wrong BType (3)."); in CheckBTypeForBti() 873 FATAL("Executing BTI j with wrong BType ( in CheckBTypeForBti() [all...] |
H A D | simulator-arm64.cc | 1717 Simulator::BType Simulator::GetBTypeFromInstruction( 3339 // The BType check for PACIBSP happens in CheckBType(). 3393 // The BType checks happen in CheckBType().
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 1355 BType ReadBType() const { return btype_; } in ReadBType() 1356 void WriteNextBType(BType btype) { next_btype_ = btype; } in WriteNextBType() 1362 // Helper function to determine BType for branches. 1363 BType GetBTypeFromInstruction(const Instruction* instr) const; 1375 // On guarded pages, if BType is not zero, take an exception on any in ExecuteInstruction() 1382 "Executing non-BTI instruction with wrong BType."); in ExecuteInstruction() 1385 VIXL_ABORT_WITH_MSG("Executing non-BTI instruction with wrong BType."); in ExecuteInstruction() 5144 BType btype_; 5148 BType next_btype_;
|
H A D | constants-aarch64.h | 468 enum BType { enum
|
H A D | simulator-aarch64.cc | 3741 BType Simulator::GetBTypeFromInstruction(const Instruction* instr) const { in Simulator() 6789 VIXL_ABORT_WITH_MSG("Executing BTI with wrong BType."); in Simulator() 6795 VIXL_ABORT_WITH_MSG("Executing BTI c with wrong BType."); in Simulator() 6800 VIXL_ABORT_WITH_MSG("Executing BTI j with wrong BType."); in Simulator() 6819 // Check BType allows PACI[AB]SP instructions. in Simulator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1165 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT); 1166 return getNode(TLI->getExtendForContent(BType), SL, VT, Op);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 11218 VkComponentTypeKHR BType; member 14512 VkComponentTypeNV BType; member
|
H A D | vulkan_hash.hpp | 2456 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesKHR.BType ); 2477 VULKAN_HPP_HASH_COMBINE( seed, cooperativeMatrixPropertiesNV.BType );
|
H A D | vulkan_structs.hpp | 16608 , BType( BType_ ) 16665 BType = BType_; 16723 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, ResultType, saturatingAccumulation, scope ); 16736 ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && ( ResultType == rhs.ResultType ) && 16754 VULKAN_HPP_NAMESPACE::ComponentTypeKHR BType = VULKAN_HPP_NAMESPACE::ComponentTypeKHR::eFloat16; member 16789 , BType( BType_ ) 16845 BType = BType_; 16895 return std::tie( sType, pNext, MSize, NSize, KSize, AType, BType, CType, DType, scope ); 16908 ( AType == rhs.AType ) && ( BType 16925 VULKAN_HPP_NAMESPACE::ComponentTypeNV BType = {}; global() member [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 11155 VkComponentTypeNV BType; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 12811 , BType( BType_ ) 12867 BType = BType_; 12906 ( KSize == rhs.KSize ) && ( AType == rhs.AType ) && ( BType == rhs.BType ) && ( CType == rhs.CType ) && 12923 VULKAN_HPP_NAMESPACE::ComponentTypeNV BType = VULKAN_HPP_NAMESPACE::ComponentTypeNV::eFloat16; member [all...] |
H A D | vulkan_core.h | 11561 VkComponentTypeNV BType; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12615 VkComponentTypeNV BType; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11721 VkComponentTypeNV BType; member
|