HomeSort by relevance Sort by last modified time
    Searched refs:GetInt64Value (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/
map_field.cc 290 reflection->SetInt64(new_entry, key_des, map_key.GetInt64Value());
317 reflection->SetInt64(new_entry, val_des, map_val.GetInt64Value());
map.h 146 int64 GetInt64Value() const {
148 "MapKey::GetInt64Value");
348 int64 GetInt64Value() const {
350 "MapValueRef::GetInt64Value");
    [all...]
map_field_inl.h 59 return map_key.GetInt64Value();
map_test_util.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 184 return PyLong_FromLongLong(key.GetInt64Value());
209 return PyLong_FromLongLong(value->GetInt64Value());
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h 146 int64 GetInt64Value() const {
148 "MapKey::GetInt64Value");
348 int64 GetInt64Value() const {
350 "MapValueRef::GetInt64Value");
    [all...]
map_field_inl.h 59 return map_key.GetInt64Value();
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc 259 Status GetInt64Value(const Json::Value& parent, const char* name,
    [all...]

Completed in 173 milliseconds