Home
last modified time | relevance | path

Searched refs:callback_id (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/grammar/
Dmatcher.cc231 *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()
Dcallback-delegate.h37 virtual void MatchFound(const Match* match, const CallbackId callback_id, in MatchFound() argument
Drules.fbs103 callback_id:uint;
/external/libtextclassifier/native/utils/grammar/utils/
Dir_test.cc164 EXPECT_THAT(rules.lhs.front().callback_id(), kOutput); in TEST()
Dir.cc42 lhs.callback.id == other.callback_id() && in IsSameLhs()
/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp4961 uint64_t callback_id = reinterpret_cast<uint64_t &>(callback); in DispatchDestroyDebugReportCallbackEXT() local
4962 auto iter = unique_id_mapping.pop(callback_id); in DispatchDestroyDebugReportCallbackEXT()