Searched refs:BytesSize (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm-c/
H A DDisassembler.h221 * parameter Bytes, and contains at least BytesSize number of bytes. The
229 uint64_t BytesSize, uint64_t PC,
/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.h509 static inline int BytesSize (const string& value);
H A Dwire_format_lite_inl.h741 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite
H A Ddescriptor.pb.cc7451 ::google::protobuf::internal::WireFormatLite::BytesSize(
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h467 static inline int BytesSize (const string& value);
H A Dwire_format_lite_inl.h719 inline int WireFormatLite::BytesSize(const string& value) { function in class:google::protobuf::internal::WireFormatLite
H A Ddescriptor.pb.cc6922 ::google::protobuf::internal::WireFormatLite::BytesSize(

Completed in 184 milliseconds