Searched refs:callback_id (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/utils/grammar/ |
D | matcher.cc | 231 *callback = lhs->callback_id(); in GetLhs() 335 CallbackId callback_id; in ExecuteLhsSet() local 338 GetLhs(rules_, lhs_entry, &lhs, &callback_id, &callback_param, in ExecuteLhsSet() 347 switch (static_cast<DefaultCallback>(callback_id)) { in ExecuteLhsSet() 388 if (callback_id != kNoCallback && rules_->callback() != nullptr) { in ExecuteLhsSet() 390 rules_->callback()->LookupByKey(callback_id); in ExecuteLhsSet() 396 delegate->MatchFound(&candidate, callback_id, callback_param, this); in ExecuteLhsSet() 409 if (callback_id != kNoCallback) { in ExecuteLhsSet() 411 delegate->MatchFound(match, callback_id, callback_param, this); in ExecuteLhsSet()
|
D | callback-delegate.h | 37 virtual void MatchFound(const Match* match, const CallbackId callback_id, in MatchFound() argument
|
D | rules.fbs | 103 callback_id:uint;
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | ir_test.cc | 164 EXPECT_THAT(rules.lhs.front().callback_id(), kOutput); in TEST()
|
D | ir.cc | 42 lhs.callback.id == other.callback_id() && in IsSameLhs()
|
/external/vulkan-validation-layers/layers/generated/ |
D | layer_chassis_dispatch.cpp | 4961 uint64_t callback_id = reinterpret_cast<uint64_t &>(callback); in DispatchDestroyDebugReportCallbackEXT() local 4962 auto iter = unique_id_mapping.pop(callback_id); in DispatchDestroyDebugReportCallbackEXT()
|