Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:upb_textprinter
(Results
1 - 2
of
2
) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
upb.c
8568
struct
upb_textprinter
{
struct
8583
static int indent(
upb_textprinter
*p) {
in indent()
8591
static int endfield(
upb_textprinter
*p) {
in endfield()
8597
static int putescaped(
upb_textprinter
*p, const char *buf, size_t len,
in putescaped()
8644
bool putf(
upb_textprinter
*p, const char *fmt, ...) {
in putf()
8675
upb_textprinter
*p = c;
in textprinter_startmsg()
8684
upb_textprinter
*p = c;
in textprinter_endmsg()
8696
upb_textprinter
*p = closure; \
8708
upb_textprinter
*p = closure;
in textprinter_putbool()
8733
upb_textprinter
*
in textprinter_putenum()
[all...]
H
A
D
upb.h
6478
** upb::pb::TextPrinter (
upb_textprinter
)
6495
/*
upb_textprinter
************************************************************/
6497
struct
upb_textprinter
;
6498
typedef struct
upb_textprinter
upb_textprinter
;
typedef
6505
upb_textprinter
*upb_textprinter_create(upb_arena *arena, const upb_handlers *h,
6507
void upb_textprinter_setsingleline(
upb_textprinter
*p, bool single_line);
6508
upb_sink upb_textprinter_input(
upb_textprinter
*p);
6516
TextPrinterPtr(
upb_textprinter
* ptr) : ptr_(ptr) {}
in TextPrinterPtr()
6539
upb_textprinter
* ptr
[all...]
Completed in 32 milliseconds