Searched defs:BytesSize (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 231 // BytesSize number of bytes. The instruction is at the address specified by 240 uint64_t BytesSize, uint64_t PC, char *OutString, 243 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject. 244 ArrayRef<uint8_t> Data(Bytes, BytesSize); 239 LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, uint64_t BytesSize, uint64_t PC, char *OutString, size_t OutStringSize) argument
|
/external/protobuf/src/google/protobuf/ |
H A D | wire_format_lite_inl.h | 825 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite
|
Completed in 87 milliseconds