Home
last modified time | relevance | path

Searched defs:GetInt64 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/json/internal/
Dunparser_traits.h97 static absl::StatusOr<int64_t> GetInt64(Field f) { in GetInt64() function
138 static absl::StatusOr<int64_t> GetInt64(Field f, const Msg& msg) { in GetInt64() function
181 static absl::StatusOr<int64_t> GetInt64(Field f, const Msg& msg, size_t idx) { in GetInt64() function
287 static absl::StatusOr<int64_t> GetInt64(Field f) { in GetInt64() function
/third_party/flatbuffers/go/
Dencode.go94 func GetInt64(buf []byte) (n int64) { func
Dtable.go113 func (t *Table) GetInt64(off UOffsetT) int64 { func