Home
last modified time | relevance | path

Searched refs:token_value (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/tools/
Dgn_args.py105 token_value = tokens[1]
106 if token_value.lower() == 'true':
107 token_value = True
108 elif token_value.lower() == 'false':
109 token_value = False
113 token_value = int(token_value)
117 result[tokens[0]] = token_value
/third_party/gn/src/gn/
Dtokenizer.cc109 std::string_view token_value(&input_.data()[token_begin], in Run() local
113 type = GetSpecificOperatorType(token_value); in Run()
115 if (token_value == "if") in Run()
117 else if (token_value == "else") in Run()
119 else if (token_value == "true") in Run()
121 else if (token_value == "false") in Run()
151 tokens_.push_back(Token(location, type, token_value)); in Run()
/third_party/boost/doc/html/boost_asio/example/cpp11/executors/
Dactor.cpp263 const int token_value = (num_hops + num_actors - 1) / num_actors; in main() local
281 send(token_value, rcvr.address(), members[i]->address()); in main()
/third_party/boost/libs/asio/example/cpp14/executors/
Dactor.cpp262 const int token_value = (num_hops + num_actors - 1) / num_actors; in main() local
280 send(token_value, rcvr.address(), members[i]->address()); in main()
/third_party/boost/libs/asio/example/cpp11/executors/
Dactor.cpp263 const int token_value = (num_hops + num_actors - 1) / num_actors; in main() local
281 send(token_value, rcvr.address(), members[i]->address()); in main()
/third_party/node/tools/gyp/pylib/gyp/
D__init__.py176 token_value = int(tokens[1])
178 token_value = tokens[1]
180 result[tokens[0]] = token_value
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
D__init__.py154 token_value = int(tokens[1])
156 token_value = tokens[1]
158 result[tokens[0]] = token_value
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp82 string_type& token_value);
497 string_type& token_value) in next_token() argument
538 token_value.swap(str); in next_token()
/third_party/node/tools/inspector_protocol/jinja2/
Dext.py520 for _, token_type, token_value in \
524 prefix, comment = token_value.split(None, 1)
/third_party/skia/third_party/externals/jinja2/
Dext.py596 for _, token_type, token_value in reversed(
601 prefix, comment = token_value.split(None, 1)
/third_party/jinja2/
Dext.py596 for _, token_type, token_value in reversed(
601 prefix, comment = token_value.split(None, 1)