m_bytecodeCache | Bytecode | [private, static] |
m_namespace_nesting_array | Bytecode | [private, static] |
m_namespace_nesting_array_size | Bytecode | [private, static] |
m_namespace_nesting_level | Bytecode | [private, static] |
m_namespace_tare_level | Bytecode | [private, static] |
namespaceId(const Y2Namespace *name_space) | Bytecode | [static] |
namespaceInit() | Bytecode | [static] |
namespacePtr(int namespace_id) | Bytecode | [static] |
popNamespace(const Y2Namespace *name_space) | Bytecode | [static] |
popUptoNamespace(const Y2Namespace *name_space) | Bytecode | [static] |
pushNamespace(const Y2Namespace *name_space, bool with_xrefs=false) | Bytecode | [static] |
readBool(bytecodeistream &streamref) | Bytecode | [static] |
readBytep(bytecodeistream &streamref) | Bytecode | [static] |
readCharp(bytecodeistream &streamref) | Bytecode | [static] |
readCode(bytecodeistream &str) | Bytecode | [static] |
readEntry(bytecodeistream &str) | Bytecode | [static] |
readFile(const string &filename) | Bytecode | [static] |
readInt32(bytecodeistream &str) | Bytecode | [static] |
readModule(const string &mname) | Bytecode | [static] |
readString(bytecodeistream &streamref, std::string &stringref) | Bytecode | [static] |
readType(bytecodeistream &str) | Bytecode | [static] |
readUstring(bytecodeistream &streamref) | Bytecode | [static] |
readValue(bytecodeistream &str) | Bytecode | [static] |
readYCodelist(bytecodeistream &str, ycodelist_t **anchor) | Bytecode | [static] |
tareStack() | Bytecode | [static] |
untareStack(int tare_id) | Bytecode | [static] |
writeBool(std::ostream &streamref, bool value) | Bytecode | [static] |
writeBytep(std::ostream &streamref, const unsigned char *bytep, unsigned int len) | Bytecode | [static] |
writeCharp(std::ostream &streamref, const char *charp) | Bytecode | [static] |
writeEntry(std::ostream &str, const SymbolEntryPtr entry) | Bytecode | [static] |
writeFile(const YCodePtr code, const string &filename) | Bytecode | [static] |
writeInt32(std::ostream &str, const u_int32_t value) | Bytecode | [static] |
writeString(std::ostream &streamref, const std::string &stringref) | Bytecode | [static] |
writeType(std::ostream &str, constTypePtr type) | Bytecode | [static] |
writeUstring(std::ostream &streamref, const Ustring ustringref) | Bytecode | [static] |
writeValue(std::ostream &str, const YCPValue value) | Bytecode | [static] |
writeYCodelist(std::ostream &str, const ycodelist_t *codelist) | Bytecode | [static] |