docstring_tokens
list
code_tokens
list
[ "returns", "all", "devices" ]
[ "return", "devices", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "...
[ "return", "future", "utils", "to", "java", "(", "job", "manager", "gateway", "ask", "(", "new", "job", "manager", "messages", "request", "task", "manager", "instance", "(", "resource", "id", ")", ",", "future", "utils", "to", "finite", "duration", "(", "ti...
[ "sets", "whether", "to", "compute", "a", "{", "@", "link", "doc", "set", "}", "may", "override", "the", "value", "set", "by", "{", "@", "link", "#", "set", "query", "command", "(", "org", "apache", "solr", "search", "query", "command", ")", "}" ]
[ "this", "need", "doc", "set", "=", "need", "doc", "set", ";", "return", "this", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" ]
[ "return", "super", "get", "name", "(", ")", ";" ]
[ "returns", "the", "number", "of", "c", "p", "us", "(", "or", "fractions", "thereof", ")", "used", "for", "a", "cpu", "-", "bound", "single", "-", "threaded", "process", "this", "will", "be", "1", "0", "for", "a", "single", "-", "threaded", "process", ...
[ "return", "cpu", "usage", ";" ]
[ "returns", "the", "asset", "key", "name", "of", "the", "asset", "from", "which", "this", "material", "was", "loaded" ]
[ "return", "key", "!", "=", "null", "?", "key", "get", "name", "(", ")", ":", "null", ";" ]
[ "returns", "the", "sorting", "id", "or", "sorting", "index", "for", "this", "material" ]
[ "if", "(", "sorting", "id", "=", "=", "-", "1", "&", "&", "technique", "!", "=", "null", ")", "{", "sorting", "id", "=", "technique", "get", "sort", "id", "(", ")", "<", "<", "16", ";", "int", "textures", "sort", "id", "=", "17", ";", "for", ...
[ "clones", "this", "material", "the", "result", "is", "returned" ]
[ "try", "{", "material", "mat", "=", "(", "material", ")", "super", "clone", "(", ")", ";", "if", "(", "additional", "state", "!", "=", "null", ")", "{", "mat", "additional", "state", "=", "additional", "state", "clone", "(", ")", ";", "}", "mat", "...
[ "works", "like", "{" ]
[ "int", "hash", "=", "7", ";", "hash", "=", "29", "*", "hash", "+", "(", "this", "def", "!", "=", "null", "?", "this", "def", "hash", "code", "(", ")", ":", "0", ")", ";", "hash", "=", "29", "*", "hash", "+", "(", "this", "param", "values", ...
[ "returns", "the", "currently", "active", "technique", "<", "p", ">", "the", "technique", "is", "selected", "automatically", "by", "the", "{", "@", "link", "render", "manager", "}", "based", "on", "system", "capabilities", "users", "may", "select", "their", "...
[ "return", "technique", ";" ]
[ "check", "if", "the", "transparent", "value", "marker", "is", "set", "on", "this", "material" ]
[ "return", "transparent", ";" ]
[ "set", "the", "transparent", "value", "marker" ]
[ "this", "transparent", "=", "transparent", ";" ]
[ "check", "if", "the", "material", "should", "receive", "shadows", "or", "not" ]
[ "return", "receives", "shadows", ";" ]
[ "set", "if", "the", "material", "should", "receive", "shadows", "or", "not" ]
[ "this", "receives", "shadows", "=", "receives", "shadows", ";" ]
[ "acquire", "the", "additional", "{", "@", "link", "render", "state", "render", "state", "}", "to", "apply", "for", "this", "material" ]
[ "if", "(", "additional", "state", "=", "=", "null", ")", "{", "additional", "state", "=", "render", "state", "additional", "clone", "(", ")", ";", "}", "return", "additional", "state", ";" ]
[ "get", "the", "material", "definition", "(", "j", "3md", "file", "info", ")", "that", "<", "code", ">", "this", "<", "/", "code", ">", "material", "is", "implementing" ]
[ "return", "def", ";" ]
[ "returns", "the", "parameter", "set", "on", "this", "material", "with", "the", "given", "name", "returns", "<", "code", ">", "null", "<", "/", "code", ">", "if", "the", "parameter", "is", "not", "set" ]
[ "return", "param", "values", "get", "(", "name", ")", ";" ]
[ "returns", "the", "current", "parameter", "s", "value" ]
[ "final", "mat", "param", "param", "=", "param", "values", "get", "(", "name", ")", ";", "return", "param", "=", "=", "null", "?", "null", ":", "(", "t", ")", "param", "get", "value", "(", ")", ";" ]
[ "returns", "the", "texture", "parameter", "set", "on", "this", "material", "with", "the", "given", "name", "returns", "<", "code", ">", "null", "<", "/", "code", ">", "if", "the", "parameter", "is", "not", "set" ]
[ "mat", "param", "param", "=", "param", "values", "get", "(", "name", ")", ";", "if", "(", "param", "instanceof", "mat", "param", "texture", ")", "{", "return", "(", "mat", "param", "texture", ")", "param", ";", "}", "return", "null", ";" ]
[ "returns", "a", "collection", "of", "all", "parameters", "set", "on", "this", "material" ]
[ "return", "param", "values", "values", "(", ")", ";" ]
[ "returns", "the", "list", "map", "of", "all", "parameters", "set", "on", "this", "material" ]
[ "return", "param", "values", ";" ]
[ "pass", "a", "parameter", "to", "the", "material", "shader" ]
[ "check", "set", "param", "(", "type", ",", "name", ")", ";", "if", "(", "type", "is", "texture", "type", "(", ")", ")", "{", "set", "texture", "param", "(", "name", ",", "type", ",", "(", "texture", ")", "value", ")", ";", "}", "else", "{", "ma...
[ "clear", "a", "parameter", "from", "this", "material", "the", "parameter", "must", "exist" ]
[ "check", "set", "param", "(", "null", ",", "name", ")", ";", "mat", "param", "mat", "param", "=", "get", "param", "(", "name", ")", ";", "if", "(", "mat", "param", "=", "=", "null", ")", "{", "return", ";", "}", "param", "values", "remove", "(", ...
[ "pass", "a", "matrix", "4f", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "matrix", "4", ",", "value", ")", ";" ]
[ "pass", "a", "boolean", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "boolean", ",", "value", ")", ";" ]
[ "pass", "a", "float", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "float", ",", "value", ")", ";" ]
[ "pass", "a", "float", "to", "the", "material", "shader", "this", "version", "avoids", "auto", "-", "boxing", "if", "the", "value", "is", "already", "a", "float" ]
[ "set", "param", "(", "name", ",", "var", "type", "float", ",", "value", ")", ";" ]
[ "pass", "an", "int", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "int", ",", "value", ")", ";" ]
[ "pass", "a", "color", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "vector", "4", ",", "value", ")", ";" ]
[ "pass", "an", "uniform", "buffer", "object", "to", "the", "material", "shader" ]
[ "value", "set", "buffer", "type", "(", "buffer", "object", "buffer", "type", "uniform", "buffer", "object", ")", ";", "set", "param", "(", "name", ",", "var", "type", "buffer", "object", ",", "value", ")", ";" ]
[ "pass", "a", "shader", "storage", "buffer", "object", "to", "the", "material", "shader" ]
[ "value", "set", "buffer", "type", "(", "buffer", "object", "buffer", "type", "shader", "storage", "buffer", "object", ")", ";", "set", "param", "(", "name", ",", "var", "type", "buffer", "object", ",", "value", ")", ";" ]
[ "pass", "a", "vector", "2f", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "vector", "2", ",", "value", ")", ";" ]
[ "pass", "a", "vector", "3f", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "vector", "3", ",", "value", ")", ";" ]
[ "pass", "a", "vector", "4f", "to", "the", "material", "shader" ]
[ "set", "param", "(", "name", ",", "var", "type", "vector", "4", ",", "value", ")", ";" ]
[ "returns", "true", "if", "the", "type", "is", "buffer", "object", "s", "type" ]
[ "return", "type", "=", "=", "var", "type", "buffer", "object", ";" ]
[ "called", "by", "{", "@", "link", "render", "manager", "}", "to", "render", "the", "geometry", "by", "using", "this", "material" ]
[ "render", "(", "geom", ",", "geom", "get", "world", "light", "list", "(", ")", ",", "rm", ")", ";" ]
[ "are", "we", "configured", "correctly" ]
[ "return", "properly", "configured", ";" ]
[ "internal", "method", "to", "set", "our", "config", "state", "we", "notify", "listeners", "of", "our", "state", "change" ]
[ "properly", "configured", "=", "is", "configured", ";", "for", "(", "harmony", "hub", "gateway", "listener", "l", ":", "hub", "listener", ")", "{", "l", "configured", "(", "is", "configured", ")", ";", "}" ]
[ "add", "listener", "who", "want", "to", "know", "our", "configured", "state" ]
[ "if", "(", "!", "hub", "listener", "contains", "(", "listener", ")", ")", "{", "hub", "listener", "add", "(", "listener", ")", ";", "listener", "configured", "(", "properly", "configured", ")", ";", "}" ]
[ "remove", "listener", "who", "no", "longer", "want", "to", "know", "our", "configured", "state" ]
[ "hub", "listener", "remove", "(", "listener", ")", ";" ]
[ "remove", "all", "clients", "and", "clear", "our", "map" ]
[ "for", "(", "string", "qualifier", ":", "hubs", "key", "set", "(", ")", ")", "{", "harmony", "client", "c", "=", "hubs", "get", "(", "qualifier", ")", "get", "client", "(", ")", ";", "c", "disconnect", "(", ")", ";", "}", "hubs", "clear", "(", ")...
[ "simulates", "pressing", "a", "button", "on", "a", "harmony", "remote" ]
[ "press", "button", "(", "null", ",", "device", "id", ",", "button", ")", ";" ]
[ "simulates", "pressing", "a", "button", "on", "a", "harmony", "remote" ]
[ "press", "button", "(", "null", ",", "device", ",", "button", ")", ";" ]
[ "starts", "a", "harmony", "hub", "activity" ]
[ "start", "activity", "(", "null", ",", "activity", "id", ")", ";" ]
[ "starts", "a", "harmony", "hub", "activity" ]
[ "start", "activity", "(", "null", ",", "activity", ")", ";" ]
[ "adds", "a", "{", "@", "link", "harmony", "hub", "listener", "}", "to", "a", "{", "@", "link", "harmony", "client", "}" ]
[ "add", "listener", "(", "null", ",", "listener", ")", ";" ]
[ "adds", "a", "{", "@", "link", "harmony", "hub", "listener", "}", "to", "a", "{", "@", "link", "harmony", "client", "}" ]
[ "with", "client", "(", "check", "qualifier", "(", "qualifier", ")", ",", "new", "client", "runnable", "(", ")", "{", "@", "override", "public", "void", "run", "(", "harmony", "client", "client", ")", "{", "client", "add", "listener", "(", "listener", ")"...
[ "removes", "a", "{", "@", "link", "harmony", "hub", "listener", "}", "from", "a", "{", "@", "link", "harmony", "client", "}" ]
[ "remove", "listener", "(", "null", ",", "listener", ")", ";" ]
[ "removes", "a", "{", "@", "link", "harmony", "hub", "listener", "}", "from", "a", "{", "@", "link", "harmony", "client", "}" ]
[ "with", "client", "(", "check", "qualifier", "(", "qualifier", ")", ",", "new", "client", "runnable", "(", ")", "{", "@", "override", "public", "void", "run", "(", "harmony", "client", "client", ")", "{", "client", "remove", "listener", "(", "listener", ...
[ "if", "no", "qualifier", "is", "given", "we", "will", "use", "the", "default", "{", "@", "link", "noqualifier", "}" ]
[ "return", "qualifier", "=", "=", "null", "?", "noqualifier", ":", "qualifier", ";" ]
[ "returns", "the", "harmony", "client", "assocaited", "with", "this", "instance" ]
[ "return", "client", ";" ]
[ "executes", "the", "{", "@", "link", "client", "runnable", "}", "in", "this", "hubs", "{", "@", "link", "executor", "service", "}", "and", "with", "the", "associated", "{", "@", "link", "harmony", "client", "}" ]
[ "executor", "service", "execute", "(", "new", "runnable", "(", ")", "{", "@", "override", "public", "void", "run", "(", ")", "{", "client", "runable", "run", "(", "client", ")", ";", "}", "}", ")", ";" ]
[ "the", "primary", "method", "-", "-", "return", "offsets", "for", "highlightable", "words", "in", "the", "specified", "document" ]
[ "public", "abstract", "offsets", "enum", "get", "offsets", "enum", "(", "leaf", "reader", "reader", ",", "int", "doc", "id", ",", "string", "content", ")", "throws", "i", "o", "exception", ";" ]
[ "expands", "current", "byte", "buffer", "to", "the", "requested", "size" ]
[ "assert", "buf", "capacity", "(", ")", "<", "size", ";", "int", "pos", "=", "buf", "position", "(", ")", ";", "int", "lim", "=", "buf", "limit", "(", ")", ";", "byte", "buffer", "new", "buf", "=", "grid", "unsafe", "reallocate", "buffer", "(", "buf...
[ "{" ]
[ "grid", "unsafe", "free", "buffer", "(", "buf", ")", ";" ]
[ "configures", "a", "{" ]
[]
[ "<", "p", ">", "this", "output", "contains", "the", "details", "for", "the", "requested", "cluster", "<", "/", "p", ">" ]
[ "this", "cluster", "=", "cluster", ";" ]
[ "<", "p", ">", "this", "output", "contains", "the", "details", "for", "the", "requested", "cluster", "<", "/", "p", ">" ]
[ "return", "this", "cluster", ";" ]
[ "<", "p", ">", "the", "full", "description", "of", "the", "deleted", "cluster", "<", "/", "p", ">" ]
[ "set", "cluster", "(", "cluster", ")", ";", "return", "this", ";" ]
[ "this", "method", "returns", "nearest", "words", "for", "target", "word", "based", "on", "tree", "structure", "this", "method", "is", "recommended", "to", "use", "if", "you", "re", "going", "to", "call", "for", "nearest", "words", "multiple", "times", "v", ...
[ "if", "(", "!", "vocab", "cache", "has", "token", "(", "label", ")", ")", "return", "new", "array", "list", "<", ">", "(", ")", ";", "collection", "<", "string", ">", "collection", "=", "words", "nearest", "(", "arrays", "as", "list", "(", "label", ...
[ "<", "p", ">", "the", "earliest", "scheduled", "start", "time", "to", "return", "if", "scheduled", "action", "names", "are", "provided", "this", "parameter", "is", "ignored", "<", "/", "p", ">" ]
[ "this", "start", "time", "=", "start", "time", ";" ]
[ "<", "p", ">", "the", "earliest", "scheduled", "start", "time", "to", "return", "if", "scheduled", "action", "names", "are", "provided", "this", "parameter", "is", "ignored", "<", "/", "p", ">" ]
[ "return", "this", "start", "time", ";" ]
[ "<", "p", ">", "the", "beginning", "of", "the", "time", "period", "note", "that", "audit", "information", "is", "retained", "for", "a", "limited", "time", "(", "180", "days", ")", "requesting", "a", "start", "time", "prior", "to", "what", "is", "retained...
[ "set", "start", "time", "(", "start", "time", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "latest", "scheduled", "start", "time", "to", "return", "if", "scheduled", "action", "names", "are", "provided", "this", "parameter", "is", "ignored", "<", "/", "p", ">" ]
[ "this", "end", "time", "=", "end", "time", ";" ]
[ "<", "p", ">", "the", "latest", "scheduled", "start", "time", "to", "return", "if", "scheduled", "action", "names", "are", "provided", "this", "parameter", "is", "ignored", "<", "/", "p", ">" ]
[ "return", "this", "end", "time", ";" ]
[ "<", "p", ">", "the", "end", "of", "the", "time", "period", "<", "/", "p", ">" ]
[ "set", "end", "time", "(", "end", "time", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "type", "of", "executed", "task", "<", "/", "p", ">" ]
[ "return", "this", "task", "type", ";" ]
[ "<", "p", ">", "a", "filter", "to", "limit", "the", "output", "to", "the", "specified", "type", "of", "audit", ":", "can", "be", "one", "of", "on", "demand", "audit", "task", "or", "scheduled", "audit", "task", "<", "/", "p", ">" ]
[ "set", "task", "type", "(", "task", "type", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "to", "limit", "the", "output", "to", "the", "specified", "type", "of", "audit", ":", "can", "be", "one", "of", "on", "demand", "audit", "task", "or", "scheduled", "audit", "task", "<", "/", "p", ">" ]
[ "this", "task", "type", "=", "task", "type", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "if", "<", "code", ">", "finished", "<", "/", "code", ">", "the", "task", "successfully", "completed", "if", "<", "code", ">", "failed", "<", "/", "code", ">", "the", "task", "ended", "unsuccessfully", "preconditions", "use", "false", "<...
[ "this", "task", "status", "=", "task", "status", ";" ]
[ "<", "p", ">", "if", "<", "code", ">", "finished", "<", "/", "code", ">", "the", "task", "successfully", "completed", "if", "<", "code", ">", "failed", "<", "/", "code", ">", "the", "task", "ended", "unsuccessfully", "preconditions", "use", "false", "<...
[ "return", "this", "task", "status", ";" ]
[ "<", "p", ">", "a", "filter", "to", "limit", "the", "output", "to", "audits", "with", "the", "specified", "completion", "status", ":", "can", "be", "one", "of", "in", "progress", "completed", "failed", "or", "canceled", "<", "/", "p", ">" ]
[ "set", "task", "status", "(", "task", "status", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "filter", "to", "limit", "the", "output", "to", "audits", "with", "the", "specified", "completion", "status", ":", "can", "be", "one", "of", "in", "progress", "completed", "failed", "or", "canceled", "<", "/", "p", ">" ]
[ "this", "task", "status", "=", "task", "status", "to", "string", "(", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "for", "the", "next", "set", "of", "results", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "results", "to", "return", "at", "one", "time", "the", "default", "is", "25", "<", "/", "p", ">" ]
[ "set", "max", "results", "(", "max", "results", ")", ";", "return", "this", ";" ]
[ "determines", "the", "number", "of", "ints", "to", "store", "one", "value" ]
[ "return", "unsigned", "int", "1", "2", "8", "get", "ints", "per", "element", "(", "precision", ")", ";" ]
[ "make", "the", "value", "to", "zero" ]
[ "this", "mag", "zero", "clear", "(", ")", ";", "this", "negative", "=", "false", ";" ]
[ "update", "this", "object", "with", "the", "given", "long", "value" ]
[ "this", "negative", "=", "v", "<", "0l", ";", "this", "mag", "update", "(", "v", "<", "0", "?", "-", "v", ":", "v", ")", ";" ]
[ "update", "this", "object", "with", "the", "value", "of", "the", "given", "object" ]
[ "this", "negative", "=", "o", "negative", ";", "this", "mag", "update", "(", "o", "mag", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "with", "the", "given", "string" ]
[ "update", "(", "str", "to", "char", "array", "(", ")", ",", "0", ",", "str", "length", "(", ")", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "from", "the", "given", "string", "with", "given", "offset", "and", "length" ]
[ "if", "(", "length", "=", "=", "0", ")", "{", "this", "zero", "clear", "(", ")", ";", "return", ";", "}", "this", "negative", "=", "false", ";", "if", "(", "str", "[", "offset", "]", "=", "=", "'", "-", "'", ")", "{", "this", "negative", "=",...
[ "update", "this", "object", "with", "the", "given", "integers", "receiving", "128", "bits", "data", "(", "full", "ranges", ")" ]
[ "this", "negative", "=", "(", "v", "3", "<", "0", ")", ";", "this", "mag", "update", "(", "v", "0", ",", "v", "1", ",", "v", "2", ",", "v", "3", "&", "sql", "math", "util", "fullbits", "31", ")", ";" ]
[ "update", "this", "object", "with", "the", "given", "integers", "receiving", "only", "96", "bits", "data" ]
[ "this", "negative", "=", "(", "v", "2", "<", "0", ")", ";", "this", "mag", "update", "(", "v", "0", ",", "v", "1", ",", "v", "2", "&", "sql", "math", "util", "fullbits", "31", ",", "0", ")", ";" ]
[ "update", "this", "object", "with", "the", "given", "integers", "receiving", "only", "64", "bits", "data" ]
[ "this", "negative", "=", "(", "v", "1", "<", "0", ")", ";", "this", "mag", "update", "(", "v", "0", ",", "v", "1", "&", "sql", "math", "util", "fullbits", "31", ",", "0", ",", "0", ")", ";" ]
[ "update", "this", "object", "with", "the", "given", "integers", "receiving", "only", "32", "bits", "data" ]
[ "this", "negative", "=", "(", "v", "0", "<", "0", ")", ";", "this", "mag", "update", "(", "v", "0", "&", "sql", "math", "util", "fullbits", "31", ",", "0", ",", "0", ",", "0", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "the", "given", "array", "receiving", "128", "bits", "data", "(", "full", "ranges", ")" ]
[ "update", "1", "2", "8", "(", "array", "[", "offset", "]", ",", "array", "[", "offset", "+", "1", "]", ",", "array", "[", "offset", "+", "2", "]", ",", "array", "[", "offset", "+", "3", "]", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "the", "given", "array", "receiving", "only", "96", "bits", "data" ]
[ "update", "9", "6", "(", "array", "[", "offset", "]", ",", "array", "[", "offset", "+", "1", "]", ",", "array", "[", "offset", "+", "2", "]", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "the", "given", "array", "receiving", "only", "64", "bits", "data" ]
[ "update", "6", "4", "(", "array", "[", "offset", "]", ",", "array", "[", "offset", "+", "1", "]", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "the", "given", "array", "receiving", "only", "32", "bits", "data" ]
[ "update", "3", "2", "(", "array", "[", "offset", "]", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "byte", "buffer", "receiving", "128", "bits", "data", "(", "full", "ranges", ")" ]
[ "update", "1", "2", "8", "(", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "byte", "buffer", "receiving", "only", "96", "bits", "data" ]
[ "update", "9", "6", "(", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "byte", "buffer", "receiving", "only", "64", "bits", "data" ]
[ "update", "6", "4", "(", "buf", "get", "(", ")", ",", "buf", "get", "(", ")", ")", ";" ]
[ "updates", "the", "value", "of", "this", "object", "by", "reading", "from", "byte", "buffer", "receiving", "only", "32", "bits", "data" ]
[ "update", "3", "2", "(", "buf", "get", "(", ")", ")", ";" ]
[ "serializes", "the", "value", "of", "this", "object", "to", "the", "given", "array", "putting", "128", "bits", "data", "(", "full", "ranges", ")" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", ">", "=", "0", ")", ";", "array", "[", "offset", "]", "=", "this", "mag", "get", "v", "0", "(", ")", ";", "array", "[", "offset", "+", "1", "]", "=", "this", "mag", "get", "v", "1", ...
[ "serializes", "the", "value", "of", "this", "object", "to", "the", "given", "array", "putting", "only", "96", "bits", "data" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "2", "(", ")", ">", "=", "0", ")", ";", "array", "[", "offset", "]", "=", "this", "mag", "get", "v", "0", "(", ")", ";", "array",...
[ "serializes", "the", "value", "of", "this", "object", "to", "the", "given", "array", "putting", "only", "64", "bits", "data" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "2", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "1", "(", ")", ">", "=", "0", ")", ";", "array", "[", "offse...
[ "serializes", "the", "value", "of", "this", "object", "to", "the", "given", "array", "putting", "only", "32", "bits", "data" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "2", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "1", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get"...
[ "serializes", "the", "value", "of", "this", "object", "to", "byte", "buffer", "putting", "128", "bits", "data", "(", "full", "ranges", ")" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", ">", "=", "0", ")", ";", "buf", "put", "(", "this", "mag", "get", "v", "0", "(", ")", ")", ";", "buf", "put", "(", "this", "mag", "get", "v", "1", "(", ")", ")", ";", "buf", "put", ...
[ "serializes", "the", "value", "of", "this", "object", "to", "byte", "buffer", "putting", "only", "96", "bits", "data" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "2", "(", ")", ">", "=", "0", ")", ";", "buf", "put", "(", "this", "mag", "get", "v", "0", "(", ")", ")", ";", "buf", "put", "(...
[ "serializes", "the", "value", "of", "this", "object", "to", "byte", "buffer", "putting", "only", "64", "bits", "data" ]
[ "assert", "(", "this", "mag", "get", "v", "3", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "2", "(", ")", "=", "=", "0", "&", "&", "this", "mag", "get", "v", "1", "(", ")", ">", "=", "0", ")", ";", "buf", "put", "(", ...