Lines Matching refs:binary_
67 spvBinaryDestroy(binary_); in DestroyBinary()
68 binary_ = nullptr; in DestroyBinary()
81 spv_binary binary_; variable
88 ValidateBase<T>::ValidateBase() : binary_(nullptr), diagnostic_(nullptr) { in ValidateBase()
96 return spv_const_binary(binary_); in get_const_binary()
115 code.size(), &binary_, &diagnostic)); in CompileFailure()
128 &binary_, &diagnostic); in CompileSuccessfully()
139 ASSERT_TRUE(index < binary_->wordCount) in OverwriteAssembledBinary()
142 binary_->code[index] = word; in OverwriteAssembledBinary()
148 if (binary_ == nullptr) { in ValidateInstructions()
154 assert(binary_ != nullptr); in ValidateInstructions()