Home
last modified time | relevance | path

Searched defs:GetTag (Results 1 – 6 of 6) sorted by relevance

/third_party/openhitls/crypto/modes/src/
Dmodes_chacha20_poly1305.c186 static int32_t GetTag(MODES_CipherChaChaPolyCtx *ctx, uint8_t *val, uint32_t len) in GetTag() function
Dmodes_gcm.c372 static int32_t GetTag(MODES_CipherGCMCtx *ctx, uint8_t *val, uint32_t len) in GetTag() function
Dmodes_ccm.c441 static int32_t GetTag(MODES_CipherCCMCtx *ctx, void *val, uint32_t len) in GetTag() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dcustom_nodes.h90 const std::string &GetTag() const { return tag_; } in GetTag() function
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h193 int GetTag() const { return tag_; } in GetTag() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp47930 static ptrdiff_t GetTag(const Value& value) { return VALVECTOR; } in GetTag() function in JS::AutoGCRooter
47931 static ptrdiff_t GetTag(const jsid& id) { return IDVECTOR; } in GetTag() function in JS::AutoGCRooter
47932 static ptrdiff_t GetTag(JSObject* obj) { return OBJVECTOR; } in GetTag() function in JS::AutoGCRooter