Home
last modified time | relevance | path

Searched refs:BinaryType (Results 1 - 11 of 11) sorted by relevance

/third_party/json/include/nlohmann/
H A Dbyte_container_with_subtype.hpp21 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 Djson_fwd.hpp49 class BinaryType = std::vector<std::uint8_t>>
H A Djson.hpp365 using binary_t = nlohmann::byte_container_with_subtype<BinaryType>;
/third_party/json/single_include/nlohmann/
H A Djson_fwd.hpp150 class BinaryType = std::vector<std::uint8_t>>
H A Djson.hpp2593 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 DvktShaderObjectPerformanceTests.cpp54 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 DPackedCLEnums_autogen.cpp1978 return ProgramBuildInfo::BinaryType; in FromCLenum()
1996 case ProgramBuildInfo::BinaryType: in ToCLenum()
2019 case ProgramBuildInfo::BinaryType: in operator <<()
H A DPackedCLEnums_autogen.h439 BinaryType = 3, member in cl::ProgramBuildInfo
/third_party/json/include/nlohmann/detail/
H A Dmacro_scope.hpp243 class BinaryType>
248 AllocatorType, JSONSerializer, BinaryType>
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2492 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 DvalidationCL.cpp1208 case ProgramBuildInfo::BinaryType: in ValidateGetProgramBuildInfo()

Completed in 80 milliseconds