Lines Matching defs:for
12 * See the License for the specific language governing permissions and
41 for i in 0..attr_cnt {
70 /// Function called from C programming language to Rust programming language for adding Asset.
90 /// Function called from C programming language to Rust programming language for removing Asset.
110 /// Function called from C programming language to Rust programming language for updating Asset.
140 /// Function called from C programming language to Rust programming language for pre querying Asset.
176 /// Function called from C programming language to Rust programming language for querying Asset.
212 /// Function called from C programming language to Rust programming language for post quering Asset.
247 impl TryFrom<&Vec<u8>> for AssetBlob {
257 "[FATAL][RUST SDK]Unable to allocate memory for Asset_Blob."
272 impl TryFrom<&Value> for AssetValue {
292 impl TryFrom<&AssetMap> for AssetResult {
303 "[FATAL][RUST SDK]Unable to allocate memory for Asset_Result."
307 for (i, (tag, value)) in map.iter().enumerate() {
325 impl TryFrom<&Vec<AssetMap>> for AssetResultSet {
335 "[FATAL][RUST SDK]Unable to allocate memory for Asset_ResultSet."
338 for (i, map) in maps.iter().enumerate() {