Home
last modified time | relevance | path

Searched refs:token_string (Results 1 - 5 of 5) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp1323 token_string.clear();
1324 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
1354 token_string.push_back(std::char_traits<char_type>::to_char_type(current)); in get()
1371 chars_read_current_line, and token_string. The next call to get() will
1395 JSON_ASSERT(!token_string.empty()); in unget()
1396 token_string.pop_back(); in unget()
1452 for (const auto c : token_string) in get_token_string()
1614 std::vector<char_type> token_string {};
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3959 const char* token_string = "VERTICES_TOKEN"; in initTestDescriptor() local
3966 while ((token_index = tc_body_string.find(token_string)) != std::string::npos) in initTestDescriptor()
3968 tc_body_string = tc_body_string.replace(token_index, strlen(token_string), vertices_string); in initTestDescriptor()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp825 static const glw::GLchar* token_string = "TOKEN"; in iterate() local
849 { token_string, current_run.essl_token_value }, in iterate()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp7725 token_string.clear();
7726 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
7756 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
7773 chars_read_current_line, and token_string. The next call to get() will
7797 JSON_ASSERT(!token_string.empty());
7798 token_string.pop_back();
7854 for (const auto c : token_string)
8016 std::vector<char_type> token_string {};
/third_party/json/single_include/nlohmann/
H A Djson.hpp8624 token_string.clear();
8625 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
8655 token_string.push_back(std::char_traits<char_type>::to_char_type(current));
8672 chars_read_current_line, and token_string. The next call to get() will
8696 JSON_ASSERT(!token_string.empty());
8697 token_string.pop_back();
8753 for (const auto c : token_string)
8915 std::vector<char_type> token_string {};

Completed in 52 milliseconds