Home
last modified time | relevance | path

Searched refs:ConsumeLiteral (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs282 ConsumeLiteral("null"); in NextImpl()
286 ConsumeLiteral("true"); in NextImpl()
290 ConsumeLiteral("false"); in NextImpl()
425 private void ConsumeLiteral(string text) in ConsumeLiteral() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer
/third_party/gn/src/base/json/
Djson_parser.h194 std::optional<Value> ConsumeLiteral();
Djson_parser.cc319 return ConsumeLiteral(); in ParseToken()
707 std::optional<Value> JSONParser::ConsumeLiteral() { in ConsumeLiteral() function in base::internal::JSONParser