Searched refs:msg_offset (Results 1 – 3 of 3) sorted by relevance
27 auto msg_offset = mb_.CreateString("Hello, " + name); in SayHello() local28 auto hello_offset = CreateHelloReply(mb_, msg_offset); in SayHello()53 auto msg_offset = mb_.CreateString("Many hellos, " + name); in SayManyHellos() local54 auto hello_offset = CreateHelloReply(mb_, msg_offset); in SayManyHellos()
499 size_t msg_offset = (char *)s->init_msg - s->init_buf->data; in grow_init_buf() local504 if (size < msg_offset) in grow_init_buf()507 s->init_msg = s->init_buf->data + msg_offset; in grow_init_buf()
519 int msg_offset = strlen(state->info_log); in _mesa_glsl_msg() local532 const char *const msg = &state->info_log[msg_offset]; in _mesa_glsl_msg()