HomeSort by relevance Sort by last modified time
    Searched refs:AssociatedData (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_mac.h 80 struct AssociatedData {
99 AssociatedData associated_[blink::WebGamepads::itemsLengthCap];
  /external/clang/lib/CodeGen/
CodeGenModule.h 260 Structor() : Priority(0), Initializer(nullptr), AssociatedData(nullptr) {}
262 llvm::Constant *AssociatedData)
264 AssociatedData(AssociatedData) {}
267 llvm::Constant *AssociatedData;
    [all...]
CodeGenModule.cpp 585 llvm::Constant *AssociatedData) {
587 GlobalCtors.push_back(Structor(Priority, Ctor, AssociatedData));
612 (I->AssociatedData
613 ? llvm::ConstantExpr::getBitCast(I->AssociatedData, VoidPtrTy)
    [all...]
  /external/chromium_org/net/quic/
quic_protocol.cc 592 StringPiece QuicPacket::AssociatedData() const {
quic_protocol.h     [all...]
quic_framer.cc     [all...]
quic_framer_test.cc 393 if (packet->AssociatedData() != encrypter_->associated_data_) {
395 << packet->AssociatedData() << " actual: "
    [all...]

Completed in 884 milliseconds