Home
last modified time | relevance | path

Searched defs:add_token (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/dictionary/
Ddictionary.pb.h1085 inline std::string* DictionaryDescription_Vocabulary_TokenIndex::add_token() { in add_token() function
1122 inline void DictionaryDescription_Vocabulary_TokenIndex::add_token(const std::string& value) { in add_token() function
1126 inline void DictionaryDescription_Vocabulary_TokenIndex::add_token(std::string&& value) { in add_token() function
1130 inline void DictionaryDescription_Vocabulary_TokenIndex::add_token(const char* value) { in add_token() function
1135 inline void DictionaryDescription_Vocabulary_TokenIndex::add_token(const char* value, size_t size) { in add_token() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp197 std::size_t add_token (char_type const*, char_type, std::size_t in add_token() function in boost::spirit::lex::lexertl::static_lexer
202 std::size_t add_token (char_type const*, string_type const& in add_token() function in boost::spirit::lex::lexertl::static_lexer
Dlexer.hpp225 std::size_t add_token(char_type const* state, char_type tokendef, in add_token() function in boost::spirit::lex::lexertl::lexer
239 std::size_t add_token(char_type const* state, string_type const& tokendef, in add_token() function in boost::spirit::lex::lexertl::lexer
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_tokenize.c329 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, in add_token() function