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

/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp231 // 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 Dwire_format_lite_inl.h825 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite

Completed in 87 milliseconds