#include <stdio.h>
#include <string.h>
#include <fstream>
#include <iostream>
#include <set>
#include <sstream>
#include "google/protobuf/timestamp.upb.h"
#include "google/protobuf/timestamp.upbdefs.h"
#include "gtest/gtest.h"
#include "upb/def.h"
#include "upb/def.hpp"
#include "upb/json_decode.h"
#include "upb/json_encode.h"
#include "upb/test_cpp.upb.h"
#include "upb/test_cpp.upbdefs.h"
#include "upb/upb.h"
#include "upb/port_def.inc"
Go to the source code of this file.
Functions | |
TEST (Cpp, Arena) | |
TEST (Cpp, Default) | |
TEST (Cpp, InlinedArena) | |
TEST (Cpp, Iteration) | |
TEST (Cpp, JsonNull) | |
TEST (Cpp, TimestampEncoder) | |
TEST | ( | Cpp | , |
Arena | |||
) |
Definition at line 72 of file test_cpp.cc.
TEST | ( | Cpp | , |
Default | |||
) |
Definition at line 133 of file test_cpp.cc.
TEST | ( | Cpp | , |
InlinedArena | |||
) |
Definition at line 108 of file test_cpp.cc.
TEST | ( | Cpp | , |
Iteration | |||
) |
Definition at line 52 of file test_cpp.cc.
TEST | ( | Cpp | , |
JsonNull | |||
) |
Definition at line 142 of file test_cpp.cc.
TEST | ( | Cpp | , |
TimestampEncoder | |||
) |
Definition at line 154 of file test_cpp.cc.