Home
last modified time | relevance | path

Searched defs:parameter_ids (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp64 std::vector<spv::Id> parameter_ids; // ID of the parameters of the symbol, if member
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp64 std::vector<spv::Id> parameter_ids; // ID of the parameters of the symbol, if member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dtransport_parameters.cc753 std::vector<TransportParameters::TransportParameterId> parameter_ids = { in SerializeTransportParameters() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/link/
H A Dlinker.cpp67 std::vector<spv::Id> parameter_ids; // ID of the parameters of the symbol, if member
/aosp_15_r20/external/rust/pica/py/pica/pica/packets/
Duci.py2076 parameter_ids: List[ConfigParameterId] = field(kw_only=True, default_factory=list) variable in CoreGetConfigCmd