Searched defs:BytesSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp253 // BytesSize number of bytes. The instruction is at the address specified by
262 uint64_t BytesSize, uint64_t PC, char *OutString,
265 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
266 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC);
261 LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, uint64_t BytesSize, uint64_t PC, char *OutString, size_t OutStringSize) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h741 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h719 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite

Completed in 1380 milliseconds