Searched defs:Environment (Results 1 – 2 of 2) sorted by relevance
87 class Environment; variable698 Environment() { upb_env_initonly(this); } function700 Environment(void *mem, size_t len, Allocator *a) : arena_(mem, len, a) { function
42 public class Environment { class