Home
last modified time | relevance | path

Searched defs:primitives_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/streamingaead/
H A Ddecrypting_input_stream.h59 crypto::tink::PrimitiveSet<crypto::tink::StreamingAead>> primitives_; variable
H A Ddecrypting_random_access_stream.h70 crypto::tink::PrimitiveSet<crypto::tink::StreamingAead>> primitives_; variable
H A Dstreaming_aead_wrapper.cc85 std::shared_ptr<PrimitiveSet<StreamingAead>> primitives_; member in crypto::tink::__anonaf1998cd0111::StreamingAeadSetWrapper
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp139 … int numVertexAttribs_, const VertexAttrib *vertexAttribs_, const PrimitiveList &primitives_) in DrawCommand()