Searched defs:write_record (Results 1 – 3 of 3) sorted by relevance
192 write_record(struct gl_context *ctx, GLuint value) in write_record() function
400 fn write_record(record: Record, fmt: DefaultFormat) -> String { in write_record() function
893 pub fn write_record<I, T>(&mut self, record: I) -> Result<()> in write_record() method