Shaka Player Embedded
Classes | Namespaces | Macros | Enumerations | Functions | Variables
database.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/inlined_string_field.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>

Go to the source code of this file.

Classes

struct  TableStruct_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto
 
class  shaka::proto::Object_Entry
 
class  shaka::proto::Object
 
class  shaka::proto::Value
 
struct  is_proto_enum< ::shaka::proto::ValueType >
 

Namespaces

 internal
 
 shaka
 
 shaka::proto
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto
 

Enumerations

enum  shaka::proto::ValueType : int {
  shaka::proto::Unknown = 0, shaka::proto::Undefined = 1, shaka::proto::Null = 2, shaka::proto::Boolean = 3,
  shaka::proto::Number = 4, shaka::proto::String = 5, shaka::proto::Symbol = 6, shaka::proto::Function = 7,
  shaka::proto::Array = 8, shaka::proto::Promise = 9, shaka::proto::BooleanObject = 10, shaka::proto::NumberObject = 11,
  shaka::proto::StringObject = 12, shaka::proto::ArrayBuffer = 13, shaka::proto::Int8Array = 14, shaka::proto::Uint8Array = 15,
  shaka::proto::Uint8ClampedArray = 16, shaka::proto::Int16Array = 17, shaka::proto::Uint16Array = 18, shaka::proto::Int32Array = 19,
  shaka::proto::Uint32Array = 20, shaka::proto::Float32Array = 21, shaka::proto::Float64Array = 22, shaka::proto::DataView = 23,
  shaka::proto::OtherObject = 24
}
 

Functions

template<>
PROTOBUF_NAMESPACE_OPEN ::shaka::proto::ObjectArena::CreateMaybeMessage<::shaka::proto::Object > (Arena *)
 
template<>
::shaka::proto::Object_EntryArena::CreateMaybeMessage<::shaka::proto::Object_Entry > (Arena *)
 
template<>
::shaka::proto::ValueArena::CreateMaybeMessage<::shaka::proto::Value > (Arena *)
 
bool shaka::proto::ValueType_IsValid (int value)
 
const std::string & shaka::proto::ValueType_Name (ValueType value)
 
template<typename T >
const std::string & shaka::proto::ValueType_Name (T enum_t_value)
 
bool shaka::proto::ValueType_Parse (const std::string &name, ValueType *value)
 

Variables

constexpr ValueType shaka::proto::ValueType_MIN = Unknown
 
constexpr ValueType shaka::proto::ValueType_MAX = OtherObject
 
constexpr int shaka::proto::ValueType_ARRAYSIZE = ValueType_MAX + 1
 

Macro Definition Documentation

§ PROTOBUF_INTERNAL_EXPORT_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto

#define PROTOBUF_INTERNAL_EXPORT_shaka_2fsrc_2fjs_2fidb_2fdatabase_2eproto

Definition at line 36 of file database.pb.h.

Function Documentation

§ Arena::CreateMaybeMessage<::shaka::proto::Object >()

template<>
PROTOBUF_NAMESPACE_OPEN ::shaka::proto::Object* Arena::CreateMaybeMessage<::shaka::proto::Object > ( Arena *  )

§ Arena::CreateMaybeMessage<::shaka::proto::Object_Entry >()

template<>
::shaka::proto::Object_Entry* Arena::CreateMaybeMessage<::shaka::proto::Object_Entry > ( Arena *  )

§ Arena::CreateMaybeMessage<::shaka::proto::Value >()

template<>
::shaka::proto::Value* Arena::CreateMaybeMessage<::shaka::proto::Value > ( Arena *  )