Searched refs:BinaryType (Results 1 - 11 of 11) sorted by relevance
/third_party/json/include/nlohmann/ |
H A D | byte_container_with_subtype.hpp | 21 template<typename BinaryType> 22 class byte_container_with_subtype : public BinaryType 25 using container_type = BinaryType; 59 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==() 60 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==()
|
H A D | json_fwd.hpp | 49 class BinaryType = std::vector<std::uint8_t>>
|
H A D | json.hpp | 365 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
|
/third_party/json/single_include/nlohmann/ |
H A D | json_fwd.hpp | 150 class BinaryType = std::vector<std::uint8_t>>
|
H A D | json.hpp | 2593 class BinaryType> 2598 AllocatorType, JSONSerializer, BinaryType> 3392 class BinaryType = std::vector<std::uint8_t>> 5818 template<typename BinaryType> 5819 class byte_container_with_subtype : public BinaryType 5822 using container_type = BinaryType; 5856 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == in operator ==() 5857 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); in operator ==() 19543 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 54 enum BinaryType { enum 936 ShaderObjectBinaryPerformanceInstance (Context& context, BinaryType type) in ShaderObjectBinaryPerformanceInstance() 944 const BinaryType m_type; 1037 ShaderObjectBinaryPerformanceCase (tcu::TestContext& testCtx, const std::string& name, BinaryType type) in ShaderObjectBinaryPerformanceCase() 1047 const BinaryType m_type;
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedCLEnums_autogen.cpp | 1978 return ProgramBuildInfo::BinaryType; in FromCLenum() 1996 case ProgramBuildInfo::BinaryType: in ToCLenum() 2019 case ProgramBuildInfo::BinaryType: in operator <<()
|
H A D | PackedCLEnums_autogen.h | 439 BinaryType = 3, member in cl::ProgramBuildInfo
|
/third_party/json/include/nlohmann/detail/ |
H A D | macro_scope.hpp | 243 class BinaryType> 248 AllocatorType, JSONSerializer, BinaryType>
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2492 class BinaryType> 2497 AllocatorType, JSONSerializer, BinaryType> 3325 class BinaryType = std::vector<std::uint8_t>> 4971 template<typename BinaryType> 4972 class byte_container_with_subtype : public BinaryType 4975 using container_type = BinaryType; 5009 return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) == 5010 std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype); 17537 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 1208 case ProgramBuildInfo::BinaryType: in ValidateGetProgramBuildInfo()
|
Completed in 76 milliseconds