Home
last modified time | relevance | path

Searched defs:JsonLocation (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java15 public class JsonLocation class
51 public JsonLocation(Object srcRef, long totalChars, int lineNr, int colNr) in JsonLocation() method in JsonLocation
61 public JsonLocation(Object sourceRef, long totalBytes, long totalChars, in JsonLocation() method in JsonLocation
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuideUtil.cs117 private class JsonLocation class in Routeguide.RouteGuideUtil